
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

*{font-family: Rubik !important;}

.whatsapp_btn{
    position: fixed;
    bottom: 5em;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

/*home*/
.why-us{ margin:30px 20px;}
.three-bx{ width: 100%;
    height: 310px;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    text-align: center;
    border: 8px solid #eee;
    box-shadow: 2px 5px 4px #ccc;}
	
.three-bx p{text-align:center;}
	
.three-bx:before{    content: '';
    display: table;}
	
.three-bx-inner div{    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; top:0; left:0;}
	
.three-bx-front{box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}
.three-bx-inner div, .three-bx-inner{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%; overflow:hidden;}
	
.three-bx-front img{width:100%; height:100%;}

.three-bx-front h3{    top: 182px;
    left: 0;
    width: 100%;
    position: absolute;
    /* top: 0; */
    background: rgba(255,255,255,0.8);
    color: #000;
    padding: 10px 0;
    box-shadow: 0px 2px 3px #888;}

.three-bx-back{    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #032b46;
    opacity: 0; color:#fff;}
	
.three-bx-back h3{    padding-top: 0;
    background: #333;
    margin-top: 45px;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 200;}
	
.three-bx-back p{    padding: 0 20px;}

.three-bx-back p.rdmr a{    color: #fff;
    background: #222;
    padding: 5px 12px;
    border-radius: 7px;
    font-size: 13px;}
	
.three-bx-inner:hover .three-bx-front {
    -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    opacity: 0;
}

.three-bx-inner:hover .three-bx-back {
    -webkit-transform: rotate3d(1,0,0,0deg);
    -moz-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

.three-bx-back ul{padding-left:0;}





/* ------------------------------------------------------------
 # Services
--------------------------------------------------------------*/

.hm-head{ text-align: center;
    color: #0f3661;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 40px;
    font-size: 40px;}
	
.head-sep {
    z-index: 3;
    margin-bottom: 25px;
    display: inline-block;
    top: 3px;
    line-height: 1;
    position: relative;
}

.head-sep:before{    width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
	    background-color: #0f3661 !important;
    color: #fff !important;}
	
.head-sep:after{width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
	    margin-left: 22px;
    margin-right: 0;
	    background-color: #0f3661 !important;
    color: #fff !important;}
	
.head-sep u {
    width: 20px;
    position: absolute;
    display: block;
    left: 50%;
    top: 15px;
    margin-left: -10px;
}


.head-sep u:before{    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #0f3661 solid;
    border-right: 2px #0f3661 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
	border-left-color: #0f3661 !important;}
	
.head-sep u:after{    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #0f3661 solid;
    border-right: 2px #0f3661 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
	    left: auto;
    right: -3px;
    transform: skew(-30deg);
    -webkit-transform: skew(-50deg);
	border-right-color: #0f3661 !important;}
	
.hm-head span{ font-weight: 600; color: #0f3661;}


#WidgetControl1	{
  padding: 0px;
}

#hero { width: 100%; overflow: hidden;  position: relative; background: linear-gradient(0deg, #2d2d2d 0%, #1b1b1b 100%); padding: 0;padding-top: 40px;}
#hero:before {/*
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;*/
}
#hero .hero-content-left h2{margin-top:20vh; color: #fff; font-size: 60px; font-weight: 700;}
#hero .hm-query-form{background:#f5f5f5;border-top: 8px solid #032b46;border-bottom: 8px solid #032b46;margin: 0 auto;}
#FooterrControl1_tr_hitCounter{color:#fff;}
#hero .form-control {
    /*border-color: #ebebeb;*/
    padding: .75rem 0.85rem;
    height: calc(2.56em + .75rem + 2px);
}
#hero .sbmt{
    color: #fff;
    background: #032b46;
    border: 1px solid #032b46;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 14px;
    transition: all .25s ease-in-out;
    width: 100%;
    margin-bottom: 20px;
    }
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero .sbmt:hover { background: #1f1f1f; border: 1px solid #1f1f1f; text-decoration: none;}
.hm-query-form h3{color: #053e65;font-size:30px;line-height:30px;font-weight:700;letter-spacing:1px;}
.hm-query-form h4{color:#cc1616; font-size:20px; line-height:30px;}

.team-box h3 {
  margin: 0;
  color: #888;
  margin: 0 0 15px;
}

.team-box p {
  font-family: 'Roboto', sans-serif;
  margin: 0 0 15px;
}
.team-box{
        width: 250px;
    height: 280px;
    margin-left: 5%;
    float: left;
    border: 10px solid #ccc;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.team-box .image {
  display: block;
  width: 100%;
  height: auto;
}

.team-box .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #333;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.team-box:hover .overlay {
    top: 77px;
    height: 100%;
}

.team-box .overlay h3{text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 5px 0 0 0;
}
.team-box h5{font-size:14px; color:#fff; font-style:italic; line-height:20px; margin:0;
}
.team-box p {font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 3px
    text-align: center;
    line-height: 21px;
    margin: 0;}
.team-box p a{font-size:13px; color:#fff; font-style:italic; text-decoration:none; margin:0; float:right; font-style:normal;
}
.team-box .pic-text h3{
	font-size: 17px;
	color:#fff;
	line-height:20px;
	padding-top: 19px;
	padding-bottom:0;
	margin:0;
	line-height:24px;
	}
.team-box .pic-text h5{font-size:14px; color:#eee; font-style:italic; margin:0; line-height:20px;}
.team-box .pic-text{
	margin: -23px;
	background:#333;
}

.whatsapp_btn{
    position: fixed;
    bottom: 5em;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

td.rdCenter {
    background: transparent !important;
}
.container-fluid {
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
}


.fa {font-family:fontawesome !important;}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}a {
  color: #00203f;
}

a:hover {
  color: #fd5c28;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
}
.services .section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
}


.header-lft {
  margin-top: 10px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #adf0d1;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #fd5c28;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  width: 100%;
  z-index: 9;
  padding: 10px 0;
  font-size: 14px;
  color:#ccc;
  background-image:url(../Image/head-bg.jpg);
}
#topbar p{color:#fff;}

#topbar .contact-info a {
  line-height: 1;
  color: #ccc;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #adf0d1;
}

#topbar .contact-info i {
  color: #fff;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #ccc;
  padding: 4px 4px 4px 4px;
  display: inline-block;
  line-height: 1px;
  font-size: 18px;
  border: solid 1px #ccc;
  transition: 0.3s;
}
#topbar .social-links{text-align:right;}
#topbar .social-links a:hover {
  color: #adf0d1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*height: 70px;*/
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background-image:url(../Image/head-bg.jpg);
}
#header.navbar-fixed-top{background-image:url(../Image/head-bg.jpg);}
#header img{margin:0 auto;}
/*--------------------------------------------------------------
# banner Section
--------------------------------------------------------------*/


.hm-about{background:url(../image/about-bg.jpg) no-repeat; background-size:cover; background-attachment:fixed; padding-bottom:50px;font-size: 14px; text-align: justify;}
.hm-about .hm-head{color:#fff;}
.hm-about p{color:#fff; line-height:28px; text-align: justify;}
.hm-about p.text-center{text-align: center;}
.hm-head{ text-align: center;
    color: #071041;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 40px;
    font-size: 40px;}
	
.head-sep {
    z-index: 3;
    margin-bottom: 25px;
    display: inline-block;
    top: -3px;
    line-height: 1;
    position: relative;
}

.head-sep:before{
    width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
    background-color: #eee !important;
    color: #fff !important;
    }
	
.head-sep:after{
    width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
    margin-left: 22px;
    margin-right: 0;
    background-color: #eee !important;
    color: #fff !important;
    }
	
.head-sep u {
    width: 20px;
    position: absolute;
    display: block;
    left: 50%;
    top: 12px;
    margin-left: -10px;
}

.head-sep u:before{
    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #888 solid;
    border-right: 2px #888 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
    border-left-color: #eee !important;
    }
	
.head-sep u:after{
    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #888 solid;
    border-right: 2px #888 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
    left: auto;
    right: -3px;
    transform: skew(-30deg);
    -webkit-transform: skew(-50deg);
    border-right-color: #eee !important;
    }
	
.hm-head span{
    font-weight: 800;
    color: #fff;
    }
	
.hm-about .carousel{    height: 300px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 4px #999;
    margin-top: 9px;}
	
.hm-about .carousel img, .hm-about .carousel .item, .hm-about .carousel-inner{width:100%; height:100%;}
.hm-about .carousel-indicators {
    bottom: 0;
}


.hm-about .left.carousel-control{
    position: absolute;
    bottom: 40px;
	right:80px;
	left:inherit;
	width: 40px;
}
.hm-about .right.carousel-control {
    position: absolute;
    bottom: 40px;
	right:20px;
	left:inherit;
	width: 40px;
}
.hm-about .carousel-control .fa{padding:10px 20px;/* background:#adf0d1; */color: #fff;font-size:40px;}
.hm-about .carousel-control {
    position: absolute;
    top: inherit;background-image:none;opacity: 1;
}
.hm-about h1{font-size: 50px;
    line-height: 80px;
    color: #adf0d1;
text-transform: uppercase;
padding-top: 30px;
}
.hm-about h1 span{display:inline-block;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /* padding: 30px 0; */
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #00203f;
  position: relative;
  z-index: 2;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.Calcul-sec img{max-width:100%; border-radius:50%;}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.Calcul-sec .Calcul-item{position:relative;overflow:hidden;border-radius:50%;border: 10px solid #053e65;}
.Calcul-sec .Calcul-cont{opacity:0; position:absolute; transition:all .5s;z-index: 99; bottom:40px; left:0; right:0;
    text-align: center;}
.Calcul-sec .Calcul-cont h4{color:#fff; font-size:20px; font-weight:bold;}	
.Calcul-sec .Calcul-cont a{color:#fff; font-size:14px; font-weight:bold;}
.Calcul-sec .Calcul-item:hover .Calcul-cont {opacity:1; position:absolute; padding-bottom:20px;}
.Calcul-sec .Calcul-item:after {position:absolute; content:'';bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 9; left:0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}
.Calcul-sec .Calcul-item img {
    transition: all ease-in-out 0.4s;
}
.Calcul-sec .Calcul-item:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px 13px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;text-align: center;    margin: 20px auto;
  z-index: 1;
  border:1px dashed #ccc;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #053e65;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 80px;
  line-height: 1;
  color: #ffb03b;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
#RadDockZone1 .row{/* display:inherit; */}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #2f4d5a;
  text-transform:uppercase;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 5px;
  background: #053e65;
  z-index: -1;
}
.section-title h2::before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
	transform: translate(-50%, -50%);
    top: 50px;
    left: 50%;
    border-radius: 50%;
    height: 22px;
    width: 22px;
	background:#2f4d5a;
}
.section-title h2 span{ color: #ffb03b;}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .section-title{padding-bottom:10px;}
.about-us img{/*! border-radius: 10px; */border: 2px solid #032b46;/* margin-top: 137px; *//*! margin-right: 32px; */}
.about-us img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    transition: all 0.4s ease-in-out;
    width: 100%;
}
.about-us:hover img{
    -webkit-filter: none;
    filter: none;
}
.about-us  p {
  margin-bottom: 0; line-height:26px; font-size:15px; text-align:justify;}
.about-us .sub-heading{font-size:18px; }
.about-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-us ul li {
  margin-bottom: 0; font-size:15px; text-align:justify;padding: 8px 0;
    display: flex;
    align-items: center;
    transition: .5s;}
.about-us  ul li:before {
    content: "\f0a4";
    font-family: fontawesome;
    color: #00203f;
    margin-right: 10px;
}
.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #adf0d1;
}

.about-us .content .icon-box p {
  font-size: 15px;
  color: #90847f;
  margin-left: 60px;
}

.about-us .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.sbox{ text-align:left;}
.sbox a p{ color:#000;}
.sbox a h2{color:#000; font-size:18px;}
.sbox h2{color:#000; font-size:18px; font-weight:bold;}
.sbox p{color:#000; font-size:14px; line-height:23px;}
.industries1 {
    background: url(../image/indust-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 30px;
    padding-top: 20px;
}

.team{padding-top:0; padding-bottom:60px;}
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  padding: 30px;    margin-top: 30px;
  border-radius: 10px;
  background: #fff;    border: 1px solid #aaaa;
}
.team .member a p{ color:#000;}

.team .member .pic {
  overflow: hidden;
  width: 120px;
  border-radius: 50%;
  float: left;
  padding: 5px;
  margin-right: 20px;
  border: 5px solid #032b46;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}
.team .member:hover .pic{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
}
.team .member:hover{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
}
.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
+
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ecf6fe;
  color: #0665b7;
}

.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #0880e8;
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer{
    background: #032b46;
    position: relative;
    /*border-top: 10px solid #62ab4f;*/
    /*box-shadow: -5px -2px 5px #999;*/
    }
footer .copyrht-lft, footer .copyrht-rht{color:#fff;}
.cont-ft:after{
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    /* background: #053e65; */
    }

.cont-ft{
    /* background: #053e65; */
    color: #fff;
    position:relative;
    z-index:1;
    padding-top: 30px;
    padding-bottom: 10px;
    }
	
.links-use{padding-top: 32px;}
	
.cont-ft ul{padding-left:0; list-style:none;     margin-top: 16px;     margin-bottom: 0;}
.cont-ft ul li{background: #032b46;margin-bottom:10px;position:relative;padding: 5px 0;padding-left: 44px;font-size: 14px;}
.cont-ft ul li .fa{    position: absolute;
    left: 0;
    width: 35px;
    text-align: center;
    height: 100%;
    line-height: 27px;
    font-size: 17px;
    background: #021f33;
    top: 0;}
	
.cont-ft ul li:first-child .fa{line-height: 50px;}
.ft-head{    color: #fff;
    border-bottom: 1px dashed #053e65;
    margin-top: 0;
    margin-bottom: 18px;
    padding-bottom: 8px;}
	
.links-use ul{    padding-left: 25px;     font-weight: 300; margin-bottom: 0;}
.links-use ul li a{color:#eee;}
.links-use ul li{margin-bottom:11px; transition:0.5s;}
.links-use ul li:hover{padding-left:10px; color:#fff; transition:0.5s;}
.links-use ul li:hover a{color:#fff;}

.copyrht{
    background: #053e65;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    }
	
.copyrht a{color:#fff; text-decoration:none;}

.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #00203f;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #adf0d1;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}


#team p {
  margin-bottom: 0;
  line-height: 26px;
  font-size: 15px;
  text-align: justify;
}


.boxed-btn4 {background: #adf0d1;
    display: inline-block;
    padding: 18px 44px;
    font-family: montserrat,sans-serif;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    border: 1px solid transparent;
    text-align: center;
    color: #000d20 !important;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0px;
    padding: 4px 17px;
    cursor: pointer;
	border:2px solid #adf0d1;}
/*! padding-bottom: 10px; */
.inbox{
    border: 1px solid #d7cfcf;
    margin-bottom: 30px;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    }
.inbox img{float: left; padding: 5px;
    height: 65px;
    margin-right: 10px;}
.inbox h4{font-size: 17px;
    padding: 10px;
    position: relative;}	

.container.cont-page.inner-page p {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
}


@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }
  .about-us .image img {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


@media (max-width: 767px) {
footer .copyrht-lft, footer .copyrht-rht {
    width: 100%;
}
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}


@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }

  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}