body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
	padding: 72px 0 0 0;    
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #f4f6f9;
    margin: 0 2px;
}
::-webkit-scrollbar-thumb {
    background: #c1c6d4;
    border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
    background: #858c9c;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button {
    display: inline-block;
    background-color: #1C7D597a;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #000;
    align-items: center;
    vertical-align: middle;
    display: grid;
    font-size: 20px;
}
#button:hover {
    background-color: #1c5b7b;
    color: #fff;
    cursor: pointer;
}
#button::after {
    content: '';
    display: inline-block;
    margin-left: 19px;
    width: 0.7em;
    height: 0.7em;
    border-top: 0.1em solid #fff;
    border-right: 0.1em solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(
-45deg);
    transform: rotate(
-45deg);
    top: 23px;
    position: absolute;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.list {
    margin: 0;
    padding: 0;
}
.list li {
    margin: 0;
    padding: 6px 0px 6px 12px;
    list-style: none;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    position: relative;
    color: #7A7A7A;
    font-size: 15px;
    margin-right: 7px;
}
.list.line li {
    border-bottom: 1px solid #d7d7d7; 
}
.list.line li:last-child {
    border-bottom: 0; 
}
.list li:hover {
    margin-left: 7px;
    margin-right: 0px;
}
.list li a {
    display: block;
    padding: 0 ;
    font-size: 16px;
    position: relative;
    color: #7A7A7A;
    cursor: pointer;
    
}
.list li a:hover {
    color: #1f60ab;
}
.list li:before {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    border: 1.5px solid #1c7c5b;
}
/*********************************** Tops styles ***********************************/
.tops {
    padding: 2px 0;
    background: #1f60ab;
    min-height: 40px;
    overflow: hidden;
    transition: all 0.3s;
    display: inherit;
    position: relative;
  }
  .tops p{
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    transition: all 0.3s;
  }
  .tops .container {
    display: block;
  }
  .tops .social li {
    width: 27px;
    height: 27px;
    padding: 4px;
    margin: 5px 3px;
    border: 0;
    background: transparent;
    color: #fff;
  }
  .tops .social li:hover {
    color: #fbc40e;
    background: transparent;
  }
/*********************************** Navbar styles ***********************************/
.space {
	width: 150px;
}
.navbar-brand {
	width: 150px;
	position: absolute;
    z-index: 1;
    top: 0;
}
.navbar-brand .inner{
	width: 100%;
	padding: 10px 20px 10px 20px;
    background: #fff;
}
.navbar-brand img {
	width: 100%;
}
.navbar-brand::first-letter{
    color: #1f60ab;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.navbar .nav-item:first-child .nav-link {
    border-left: 1px solid #E1E1E1;
}
.navbar .nav-item .nav-link {
    border-right: 1px solid #E1E1E1;
}
.navbar .btn-primary {
    background-image: linear-gradient(to right, #1c7d59 , #1c5a7d);
    border: none;
}
.navbar .btn-primary:hover {
    background-color: #212529;
    border-color: #212529;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
}
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(45deg);
	top: 18px;
}
.tp-dp {
	padding-right: 32px !important;
}
.tp-dp::after {
	margin-left: 4px;
	top: 32px;
	border-top: 0.1em solid #5e6063;
	border-right: 0.1em solid #5e6063;
	right: 20px;
}
.tp-dp:hover:after, .tp-dp:focus:after {
	border-top: 0.1em solid #1C7D59;
    border-right: 0.1em solid #1C7D59;
}
.navbar-nav li {
	font-size: 15px;
	font-weight: 400;
	padding: 0;
}
.navbar-nav li:hover {
	cursor: pointer;
}
.megamenu {
    position: static
}
.megamenu a {
    position: relative;
}
.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
	box-shadow: none;
	top: 99%;
    height: 1px;
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
    -webkit-transform: rotateX(
0deg);
    transform: rotateX(
0deg);
}
.megamenu .dropdown-menu .bg-white {
	box-shadow: 0px 2px 3px rgb(190 190 190 / 36%);
}
.megamenu:hover .dropdown-menu {
	display: block;
    border-top: 1px solid #eee;
    height: 50px;
}
.megamenu .dropdown-menu .head {
    display: inline-block;
    margin-bottom: 0;
    color: #1c6775;
    font-weight: 500;
    font-size: 15px;
}
.megamenu .dropdown-menu .nav-link {
    display: block;
    padding: 8px 0px 8px 12px;
    font-size: 14px;
}
.megamenu .dropdown-menu .nav-item, .navbar .dropdown-item {
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
}
.megamenu .dropdown-menu .nav-item:hover {
    padding-left: 5px;
}
.navbar .dropdown-item:hover {
    padding: 10px 15px 10px 20px;
}
.megamenu .dropdown-menu .nav-link:before {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 17px;
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #1f60ab;
}



/*********************************** Common styles ***********************************/
a {
	color: #57b1c0;
	text-decoration: none;
}
a:hover {
	color: #1f60ab;
	text-decoration: none;
}
.wf {
	width: 100%;
}
.dsm-none {
    display: block;
}
.dmd-none {
	display: none;
}

section{
    padding: 100px 0;
}
h2{
    font-size: 38px;
    font-weight: 700;
}
h3{
    font-size: 32px;
    font-weight: 500;
}
h4{
    font-size: 24px;
    font-weight: 500;
}
h5{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
}
p{
    font-size: 16px;
    color: #4F4F4F;
}
.sec-head {
    color: #1f60ab!important;
    margin-bottom: 10px!important;
}
.headLine {
    font-weight: 500;
    margin-bottom: 15px;
}
.headLine:after {
    display: block;
    width: 61px;
    height: 1px;
    margin-top: 18px;
    content: '';
    background-color: #1c6775;
    margin: 0;
}
.read_more{
    color: #1f60ab;
    margin: 15px 0 0 0;
    font-size: 15px!important;
}
.text_space{
    margin-bottom: 35px;
}
.p2{
    padding: 0 30px;
}
.card .card-body .btn{
    padding: 7px 15px;
    font-size: 15px;
}

/*********************************** BANNER ***********************************/
.banner{
    padding: 0!important;
}
.banner img{
    width: 100%;
}
.banner .box{
    background: #1f60abe0;
    padding: 15px 25px;
    border-bottom: 3px solid #1C7D59;
}
.banner h3{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 35px;
}
.banner p{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 45px 0;
}
.banner .btn-primary{
    color: #1c7d59;
    background: #fff;
    border-color: #fff;
    padding: 10px 25px;
}
.banner .btn-primary:hover{
    color: #fff;
    background: #1c7d59;
}
.np{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
}
.np i{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}


/*********************************** Services Home ***********************************/
.vm-sec .card {
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    transition: .5s ease;
    height: 100%;
}
.vm-sec .card:hover {
    margin-top: -10px;
}
.vm-sec .card img {
    width: 100%;
    position: relative;
}
.vm-sec .card-body {
    padding: 15px;
}
.vm-sec h5 {
    font-size: 18px;
    font-weight: 500;
    color: #1c7d59;
    margin: 15px 0 10px 0;
}
.vm-sec .card-body p {
    font-size: 15px;
    line-height: 23px;
}
.block-quote {
    border-left: 4px solid #1C7D59;
    background-color: #DBF1E9;
    padding: 20px;
}
.block-quote p {
    font-style: italic;
    color: #1C7D59;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}





/*********************************** Home Client Section ***********************************/
.brm_sec{
    background: linear-gradient(to right, #1c7d59b0 , #1c5a7dd9), url(../images/banner02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0!important;
}
.brm_sec h3{
    color: #fff;
}
.brm_sec p{
    color: #fff;
}



/*********************************** Home Client Review ***********************************/
.service_sec{
}
.service_sec .box{
    width: 100%;
    border-top: 1px solid #B5E4D3; 
    overflow: hidden;
}
.service_sec .box ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.service_sec .box ul li{
    width: 25%;
    margin: -1px -1px 0 0;
    padding: 30px;
    list-style: none;
    border: 1px solid #B5E4D3; 
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #545454;
    transition: .5s ease;
}
.service_sec .box ul li h4{
    color: #fff;
    margin: 0;
}
.service_sec .box ul li:nth-child(1){
    background-image: linear-gradient(to right, #1c7d59 , #1c5a7d);
    border: 1px solid #1c7d59; 
    align-items: center;
    display: grid;
}
.service_sec .box ul li:hover{
    background: #1c7d59;
    border: 1px solid #1c7d59; 
}
.service_sec .box ul li:hover span{
    color: #fff;
}

.service_sec li i {
    margin: 0 auto 15px auto;
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/serviceIcons.svg) no-repeat;
}
.service_sec li:hover i{
    background: url(../images/serviceIconsWhite.svg) no-repeat;
}
.service_sec li .icon1 {
	background-position: 0 12px!important;
}
.service_sec li .icon2 {
    background-position: -3px -113px!important;
}
.service_sec li .icon3 {
	background-position: -3px -223px!important;
}
.service_sec li .icon4 {
	background-position: -3px -336px!important;
}
.service_sec li .icon5 {
	background-position: -3px -446px!important;
}
.service_sec li .icon6 {
	background-position: -3px -556px!important;
}
.service_sec li .icon7 {
	background-position: -3px -676px!important;
}
.service_sec li .icon8 {
	background-position: -3px -796px!important;
}
.service_sec li .icon9 {
	background-position: -3px -917px!important;
}
.service_sec li .icon10 {
	background-position: -3px -1030px!important;
}



/*********************************** Home bottom Section ***********************************/
.top-cards {
    /* background-image: linear-gradient(to right, #1c7d59 , #1c5a7d); */
    background: linear-gradient(to right, #1c7d59b0 , #1c5a7dd9), url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.top-cards .card {
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    transition: .5s ease;
    height: 100%;
}
.top-cards .card:hover {
    margin-top: -10px;
}
.top-cards .card img {
    width: 100%;
    position: relative;
}
.top-cards .card-body {
    padding: 15px;
}
.top-cards .card-body h5 {
    font-size: 18px;
    font-weight: 500;
    color: #1c7d59;
    margin: 15px 0 10px 0;
}
.top-cards .card-body p {
    font-size: 15px;
    line-height: 23px;
}





/*********************************** Contact Page ***********************************/
.contact_page {
    background-image: linear-gradient(#fff, #e7f8fb);
}
.contact_page p{
    font-size: 16px;
    line-height: 27px;
}
.contact_page h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #7A7A7A;
    display: flex;
    font-family: 'Roboto', sans-serif;
}
.contact_page hr{
    margin: 40px 0;
}
.cnct h5 i{
    color: #1C7D59;
    font-weight: 600;
    margin-right: 7px;
}
.contact_page .card{
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    padding: 50px;
    background: #fff;
}
.contact_page .form-control{
    padding: 12px 15px;
    font-size: 13px;
}
.contact_page .form-control {
    padding: 12px 15px;
    font-size: 13px;
}
.form-control:focus {
    border: 1px solid #1c7d5978;
}
.contact_page .btn-primary {
    background-color: #1C7D59;
    border-color: #1C7D59;
}
.contact_page .btn-primary:hover {
    background-color: #212529;
    border-color: #212529;
}
.common.social a li{
    color: #fff;
}
.button {
    display: inline-block;
    padding: .3rem .6rem;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    border-radius: .3rem;
    border: 1px solid transparent;
    transition: all 500ms ease;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.button-a {
    background-color: #9491a2;
    color: #fff;
    outline: none;
}

.button-big {
    padding: 1.3rem 2.3rem;
    font-size: 1.2rem;
    float: right;
}





/*********************************** Career Page ***********************************/
.career-card .card{
    border: 0;
    margin-bottom: 25px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    background: #1f60ab;
}
.career-card .card-body{
    padding: 40px;
}
.career-card .card-body h5{
    color: #fff;
}
.career-card .card-body p{
    margin-bottom: 15px;
    color: #fff;
}
.career-card .card-body span{
    color: #fff;
}
.skl {
    margin: 0;
    padding: 0;
}
.skl li{
    font-size: 14px;
    margin-top: 4px;
    padding-left: 10px;
    padding-right: 15px;
    line-height: 16px;
    float: left;
    color:#fff;
    position: relative;
    list-style: none;
}
.skl li:first-child{
    font-size: 15px;
    font-weight: 500;
    padding-left: 0px;
}
.skl li:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #1C7D59;
    vertical-align: middle;
    left: 0px;
    right: auto;
    top: 7px;
}
.skl li:first-child::before {
    display: none;
}
.send {
    border-radius: 25px;
    font-size: 13px;
    padding: 2px 12px;
    background: #1C7D59;
    color: #fff;
}
.send a{
    color: #fff;
    font-weight: 500;
}
.send a:hover{
    color: #1f60ab;
}



/*********************************** Home bottom Section ***********************************/
.inner_banner {
    position: relative;
    background: #f1f1f1;
    padding: 0;
}
.inner_banner h3{
    color: #f1f1f1;
}
.inner_banner .pa{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.inner_banner .pa {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #1c7d59a6 , #1c5a7d9e);
}




/*********************************** Common Page ***********************************/
.common-page img{
    width: 100%;
}
.spb {
    justify-content: space-between;
    padding: 60px 0;
    border-bottom: 1px solid #92c1b045;
}
.common-page h4{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1c7c5b;
}
.common-page h5{
    margin-top: 20px;
    margin-bottom: 5px;
    color: #111;
}
.common-page a h5:hover{
    color: #1f60ab;
}
.common-page p span{
    margin-left: 10px;
    color: #1f60ab;
    display: inline-flex;
    align-items: center;
}

.common-page .list{
    width: 100%;
    margin-bottom: 15px;
}
.common-page .list:last-child{
    margin-bottom: 0px;
}
.common-page .card.recent-right{
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 0;
    border: 0;
    margin-bottom: 30px;
}
.common-page .recent-right .list{
    width: 100%;
    margin-bottom: 20px;
}
.common-page .recent-right .list:last-child{
    margin-bottom: 0px;
}
.common-page .recent-right p{
    margin-bottom: 0px;
}
.common-page .recent-right p{
    color: #242424;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 3px;
}
.common-page .recent-right p:hover{
    color: #1f60ab;
}
.common-page .recent-right span{
    font-size: 13px;
    color: #1c6775;
}
.haq {
    padding: 25px;
    background: linear-gradient(to bottom, rgb(2 2 2 / 58%) 0%,rgb(31 96 171 / 55%) 100%), url(../images/brm_sec_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.haq h4{
    color: #fff;
    margin-top: 0;
}
.haq p{
    color: #fff;
}
.common-page .card.categories{
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    padding: 25px 25px 15px 25px;
    border-radius: 0;
    border: 0;
    margin-bottom: 25px;
}
.common-page .categories p{
    color: #1c6775;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.common-page .categories p:hover{
    color: #1f60ab;
}
.common-page .categories a:last-child p{
    margin-bottom: 0;
}
.rightSidebar h4 {
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.tabs{
    padding-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}
.tab-content {
    padding: 20px 20px 5px 20px;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 1px solid #dee2e6;
    border-top: 0;
}
.common-page .tab-content h5{
    margin-top: 10px;
}




/*********************************** Footer ***********************************/
.sf .footer{
    background: #e7f8fb;
    padding-bottom: 0!important;
}
.footer{
    background: #fff;
    padding-bottom: 0!important;
}
.footer h3{
    font-family: 'Oswald', sans-serif;
    color: #1C7D59;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer h3:after {
    display: block;
    width: 61px;
    height: 2px;
    content: '';
    background-color: #1C7D59;
    margin: 10px 0 0 0;
}
.footer p {
    font-size: 15px;
    color: #525252;
    line-height: 30px;
}
.footer .list{
    margin: 0;
    padding: 0;
}
.footer .list li{
    margin: 0;
    padding: 0;
    list-style: none;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    border: 0;
}
.footer .list li:hover {
    padding-left: 7px;
}
.footer .list li a{
    display: block;
    padding: 8px 0px 8px 12px;
    font-size: 14px;
    position: relative;
    color: #525252;
}
.footer .list li a:hover {
    color: #1C7D59;
}
.footer .list li a:before {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 16px;
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    border: 1.5px solid #1c7c5b;
}
.footer .list li:before {
    display: none;
}
.social {
	margin: 0;
	padding: 0;
}
.social li {
	list-style: none;
	text-decoration: none;
	display: inline-block;
	background: transparent;
	width: 34px;
	height: 34px;
	margin: 0 5px 0 0;
	border-radius: 50%;
	text-align: center;
	padding: 7px;
	color: #fff;
	font-size: 15px;
	transition: 0.3s;
    background: #1C7D59;
}
.social li:hover {
	color: #fff;
	background: linear-gradient(to right, #1c7d59 , #1c5a7d)!important;
}
.footer hr {
    border-top: 1px solid #d0e5e9;
    margin-top: 50px;
}
.copy p{
    color: #1C7D59;
    font-size: 17px;
}


.mdl .modal-body{
    padding: 25px;
}
.mdl button.close{
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 10px;
}
.mdl h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    color: #1c7c5b;
}
.lh{
    line-height: 30px;
}
.maps {
    padding: 0;
}