@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/

 
/******* fonts *********/
@import url('../fonts/stylesheet_poppins.css'); 
/******* fonts *********/

html{
    /* overflow-x: hidden; */
    /* overflow-x: hidden; */
}

body{
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
    /* background-color: #fff; */
    min-height: 100vh;
    background-image:linear-gradient(135deg, rgba(15,103,116,0.9) 0%, rgba(189,214,132,0.9) 100%), url("../images/bg_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.gray{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.zoom{
   transform: scale(1.07);
}

h1{
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}

h2{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000
}

h3{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000
}

p{
    color: #333333;
    font-size: 13px;
    font-weight: 500;
}

.logo_sec img{
    width: 150px;
    height: auto;
}

.logo_sec h1{
    font-weight: 600;
    font-size: 30px;
}

.main_title h1{
    margin-bottom: 48px;
}

.text_link{
    text-decoration: none;
    font-size: 14px;
}

.custom_ul{
    font-size: 13px;
    color: #474747;
    font-weight: 500;
}

.content_box{
    padding: 45px;
    background-color: rgba(233, 233, 233, 0.7);
    border-radius: 30px;
}

.vector_top{
    top: 10px;
    right: 35px;
}

.vector_top img{
    width: 90px;
    height: auto;
}


/*******common css*************/
/******************************/




/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/*inner_pages styles*/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/



/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/*inner_pages styles*/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/

/*****************************/
/*********footer**************/



/*****************************/
/*********footer**************/


/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-element{
    background-color: #DFD7BF !important;
    right: 15px !important;
    z-index: 999999999 !important;
    color: #333333 !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.scroll-top-element:hover{
    color: #ffffff !important;
    background-color: #0F6774 !important;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/



/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*=========DESIGN & FRONTEND DEVELOPMENT - G.D.RAVEESHA DEEMANTHI=========*/
/*========================================================================*/
/*========================================================================*/