body{ padding: 0px; margin: 0px; list-style: none; font: 400 14px/28px 'Roboto', sans-serif; color:#000; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;
 -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}


/*
font-family: 'Mulish', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
*/

.page_hed{width: 100%; position: relative; text-align: center; padding-top: 36px;}
.page_hed h1, .page_hed h2, .page_hed h3, .page_hed h4, .page_hed h5, .page_hed h6{font-family: 'Poppins', sans-serif;
font-size: 50px; line-height: 60px; color: #2e2d2d; font-weight: 800; text-transform:uppercase;}
.page_hed p{margin-top: 20px; font-size: 16px; line-height: 30px;}
.page_hed:before{position: absolute; left: 50%; top: 0;margin-left: -25px;
content: ""; background:url(../images/heding_1.png)no-repeat; width: 50px; height: 53px; background-size: 100%;-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
animation: mover1 1s infinite alternate; background-size: 100% !important;}
.page_hed span{color: #013664; font-weight: 600;}
.page_hed em{font-style: normal;}
.em_bar_bg {
    height: 5px;
    width: 90px;
    background: #377d61;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #013664;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

.container{max-width: 1200px;}

.wrapper{ width: 100%;}
.panel-default > .panel-heading{ background: none !important; border: none !important; border-radius: 0px !important;}
.panel-default{ border-radius: 0px !important;}
.panel-default > .panel-heading + .panel-collapse > .panel-body{ background: none !important; border: none !important; border-radius: 0px !important;}
a:hover, a:focus{ text-decoration: inherit !important;}




/*header*/
.header_sec{width: 100%; position: fixed; z-index: 999;}
.header_sec .navbar-brand{    margin: 0;
    padding: 26px;
    position: absolute;
    left: -15px;
    top: -41px;
    }


.header_sec .navbar-brand img{width: 103px; position: relative;  z-index: 99;}
.header_top{width: 100%; background: #2e2d2d; padding: 0;}
.header_top_inr{width: 100%; display: flex; justify-content: space-between; align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; padding-left: 204px;}
.header_top_let ul{display: flex;}
.header_top_rig ul{display: flex;}
.header_top_let li:last-child{border: 0;}
.header_top_let li{ margin-left: 10px; padding-top: 5px; padding-bottom: 5px; position: relative; padding-left: 25px; border-right: solid 1px #7c7878;padding-right: 10px;}
.header_top_let li span{color: #fff; }
.header_top_let li i{font-size: 16px; color: #2e2d2d; position: absolute; top: 3px; left: 0;}
.header_top_let li a{color: #fff;}
.header_top_let li a:hover{color: #fff;}
.header_top_rig li{padding-left: 5px; padding-right: 5px; border-right: solid 1px #7c7878;}
.header_top_rig li:last-child{border: none;}
.header_top_rig li i{color: #fff; font-size: 13px;}
.header_top_rig li a{width: 26px; height: 35px; border-radius: 100%;
color: #fff; display: flex; text-align: center; justify-content: center; align-items: center;}
.header_btm{width: 100%;position: relative;padding: 20px 0; background: rgb(0 0 0 / 15%); border: solid 1px transparent;
z-index: 1;}
    
.menu_sec li{color: #2e2d2d; font-size: 17px;}
.menu_sec li:last-child a{margin-right: 0;}
.menu_sec li a{color: #fff; position: relative; padding-bottom: 0; margin: 0 16px; display: inline-block; position: relative;}
.menu_sec li a:before{position: absolute; left: 0;top: 15px; background: url(../images/heding_1.png) no-repeat;background-size: 100% !important;
width: 20px; height: 20px; content: ""; visibility: visible; opacity: 0; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.menu_sec li a.current:before{visibility: visible; opacity: 1;top: -16px}
.menu_sec li a.current:hover:before{visibility: visible; opacity: 1;top: -16px;}
.menu_sec li a.current{color: #377d61;}
.menu_sec li a:hover{color: #88c8ae;}
.newhedClass .menu_sec li a:hover{color: #377d61;}
.nav_top{padding: 0;margin: 0;}
.btn_pg{    border: solid 1px #377d61;
    padding: 0 15px;
    font: 600 16px/24px 'Roboto', sans-serif;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    transition: 0.8s;
    overflow: hidden;
    -webkit-outline: none !important;
    -moz-outline: none !important;
    outline: none !important;
    color: #2a2626;
    position: relative;
    height: 48px;
    line-height: 48px;
    margin-top: 15px;
}
.btn_pg:hover{color: #377d61;}
.btn_pg::before{position: absolute; width: 180%; height: 100%; content: ""; background: #377d61; z-index: -1; transition: 0.8s; right: 0;
top: 0; -webkit-border-radius: 40% 0 0 40%;  -moz-border-radius: 40% 0 0 40%;  border-radius: 40% 0 0 40%;}
.btn_pg:hover::before{width: 0;}
.get_qt{position: absolute;     right: -15px;
    top: 66%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);}
.menu_sec{margin-left: 0;}
.header_top_let li i img{width: 20px;}
.header_top_rig li a:hover i{color: #377d61;}
.tel_hed{position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);transform: translateY(-50%);
    padding-right: 0;   }
.tel_hed span img{width: 21px; margin-right: 10px;margin-top: -4px;}
.tel_hed span a{color: #fff;}
.tel_hed span a:hover{color: #88c8ae;}
.newhedClass .tel_hed span a:hover{color: #377d61;}
.newhedClass .header_btm {background: #fff; border-bottom: solid 1px #eee;}
.newhedClass .menu_sec li a{ color: #2a2626;}
.newhedClass .tel_hed span a {
    color: #2a2626;

}
 .tel_hed span a{font-size: 24px !important;}   
.nav_top .menu_sec{    padding-left: 204px;}
.newhedClass .menu_sec li a:hover, .newhedClass .tel_hed span a:hover{color: #377d61;}
.header_sec .navbar-brand:before{position: absolute;
    left: 0;
    top: 7px;
    width: 173px;
    height: 94px;
    background: #fff;
    content: "";
    filter: blur(25px);
    -webkit-filter: blur(25px);
    border-radius: 100%;
}
.logo2{display: block;}
.logo1{display: none;}
.newhedClass .logo2{display: none;}
.newhedClass .logo1{display: block;}

.bannersec{position: relative; width: 100%;}
.bannersec:before{position: absolute;right: 0; top: 0; width: 281px; height: 281px; border-radius: 20px; content: "";
background: url(../images/round1.png)no-repeat; background-size: 100%; z-index: 8; -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: mover1 1s infinite alternate;}
.bannersec:after{position: absolute;left: 0; bottom: 0; width: 381px; height: 177px; border-radius: 20px; content: "";
background: url(../images/round2.png)no-repeat; background-size: 100%; z-index: 8; -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: mover1 1s infinite alternate;}
.banner_box > picture img {width: 100%; height: 700px; object-fit: cover;}
.banner_tex_bx{position: absolute; top: 0; left: 0;width: 100%; z-index: 44; top: 56%; 
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
}
.banner_box{position: relative;}
.banner_tex{width: 50%;float: left; padding-right: 50px; padding-top: 80px; position: relative;z-index: 9;}
.banner_img{float: right; width: 50%; margin-left: auto; position: relative;}
.banner_img img{width:500px; height: 500px; object-fit: cover; border-radius: 100%;}
.banner_img em{text-align: center; display: inline-block; position: relative; z-index: 2;-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: mover1 1s infinite alternate; position: relative;}
.banner_img em:before{position: absolute; left: -150px; bottom: 100px; width: 232px; height: 232px; background: url(../images/dot.png)no-repeat;
object-fit: cover; content: "";-webkit-animation: rotation 10s infinite linear; background-size: 100% !important;}    
.banner_img:before{position: absolute;left: 0; top: 0; width: 500px; height: 500px; border-radius: 20px; content: "";
background: rgba(14,158,101,1); background-size: 100% !important;
background: -moz-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,158,101,1)), color-stop(7%, rgba(14,158,101,0.98)), color-stop(96%, rgba(38,209,140,0.74)), color-stop(100%, rgba(38,209,140,0.73)));
background: -webkit-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
background: -o-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
background: -ms-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
background: linear-gradient(to right, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9e65', endColorstr='#26d18c', GradientType=1 );
transform: rotate(80deg);}
.banner_img:after{position: absolute;left: 0; top: 0; width: 500px; height: 500px; border-radius: 20px; content: "";
background: rgba(1,54,100,1);
background: -moz-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,54,100,1)), color-stop(7%, rgba(1,54,100,0.98)), color-stop(96%, rgba(9,88,153,0.74)), color-stop(100%, rgba(9,88,153,0.73)));
background: -webkit-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
background: -o-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
background: -ms-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
background: linear-gradient(to right, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013664', endColorstr='#095899', GradientType=1 );
transform: rotate(-80deg);}

@-webkit-keyframes mover1 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover1 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}
.banner_tex strong{    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    line-height: 70px;
    word-break: break-all;}

.banner_tex p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    position: relative;
    z-index: 99;
}

.bannersec .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
    margin:0 5px;
}


.bannersec .carousel-indicators .active {
    background-color: #377d61;
    border-color: #377d61;
}


.why_ebinary_sec{width: 100%; display: inline-block; padding: 70px 0; position: relative;}
.why_ebinary_img{width: 100%; position: relative; display: flex; justify-content: center;align-items: center;position: relative;}
.why_ebinary_img em{display: inline-block;text-align: center;width: 400px; height: 400px; background: #fff; border-radius: 100%;
-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
animation: mover1 1s infinite alternate;position: relative; z-index: 3; margin: 0 auto; display: inline-block;}
.why_ebinary_img em img{width: 400px; height: 400px; object-fit: cover;border-radius: 100%;}
.why_ebinary_img em::before {
  position: absolute;
  left: -150px;
  bottom: 100px;
  width: 232px;
  height: 232px;
  background: url(../images/dot.png)no-repeat;
  object-fit: cover;
  content: "";
  -webkit-animation: rotation 10s infinite linear;
  background-size: 100% !important;
}
.why_ebinary_img::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  border-radius: 20px;
  content: "";
  background: rgba(1,54,100,1);
  background: -moz-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,54,100,1)), color-stop(7%, rgba(1,54,100,0.98)), color-stop(96%, rgba(9,88,153,0.74)), color-stop(100%, rgba(9,88,153,0.73)));
  background: -webkit-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: -o-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: -ms-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: linear-gradient(to right, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013664', endColorstr='#095899', GradientType=1 );
  transform: rotate(-80deg);
  z-index: 1;
}
.why_ebinary_img::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  border-radius: 20px;
  content: "";
  background: rgba(14,158,101,1);
  background: -moz-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,158,101,1)), color-stop(7%, rgba(14,158,101,0.98)), color-stop(96%, rgba(38,209,140,0.74)), color-stop(100%, rgba(38,209,140,0.73)));
  background: -webkit-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: -o-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: -ms-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: linear-gradient(to right, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9e65', endColorstr='#26d18c', GradientType=1 );
  transform: rotate(80deg);
  z-index: 1;
}
.why_ebinary_text p{font-family: 'Poppins', sans-serif; font-size: 16px; margin-top: 16px;}
.why_ebinary_inr{margin-top: 66px;}
.why_ebinary_sec:before {
    content: "";
    background: #377d61;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 100px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: 0.75s;
}
@keyframes zoomBig {
0% {
transform: translate(-50%, -50%) scale(0.5);
opacity: 1;
border-width: 3px;
}
40% {
opacity: .5;
border-width: 2px;
}
65% {
border-width: 1px;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-width: 1px;
}
}


.what_serve_sec{width: 100%; display: inline-block; background: #013664; padding: 60px 0;}
.what_serve_sec .page_hed{text-align: left;}
.what_serve_sec .page_hed h3{color: #fff;}
.what_serve_sec .page_hed span {
  color: #377d61;
}
.what_serve_sec .page_hed::before{left: 0;margin-left: 0;}
.what_serve_sec .em_bar_bg{margin: 20px 0;}
.what_serve_sec .em_bar_bg::before{background: #fff;}
.what_serve_bx{background: #022c51; padding: 30px 15px; min-height: 447px; margin-top: 40px;
    box-shadow: -3px -3px 7px #083d6c, 3px 3px 7px #022b4f;}
.what_serve_bx em{width: 100px; height: 100px;box-shadow: -3px -3px 7px #083d6c, 3px 3px 7px #022b4f; border-radius: 100%;
display: flex; justify-content: center; align-items: center; padding: 10px;}
.what_serve_bx em img{max-width: 100%;}
.what_serve_bx h4{font-size: 27px; font-weight: 700; margin-top: 15px;font-family: 'Poppins', sans-serif; color: #fff;}
.what_serve_bx p{color: #fff; margin-top: 10px;}
.what_serve_img{width: 100%; position: relative; margin-top: 90px;}
.what_serve_img em {
  display: flex;
  text-align: center;
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: mover1 1s infinite alternate;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.what_serve_img::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 350px;
  height: 350px;
  margin-left: -180px;
  border-radius: 20px;
  content: "";
  background: rgba(14,158,101,1);
  background: -moz-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,158,101,1)), color-stop(7%, rgba(14,158,101,0.98)), color-stop(96%, rgba(38,209,140,0.74)), color-stop(100%, rgba(38,209,140,0.73)));
  background: -webkit-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: -o-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: -ms-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: linear-gradient(to right, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9e65', endColorstr='#26d18c', GradientType=1 );
  transform: rotate(80deg);
  z-index: 1;
}
.what_serve_img::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 350px;
  height: 350px;
  margin-left: -180px;
  border-radius: 20px;
  content: "";
  background: rgba(1,54,100,1);
  background: -moz-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,54,100,1)), color-stop(7%, rgba(1,54,100,0.98)), color-stop(96%, rgba(9,88,153,0.74)), color-stop(100%, rgba(9,88,153,0.73)));
  background: -webkit-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: -o-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: -ms-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: linear-gradient(to right, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013664', endColorstr='#095899', GradientType=1 );
  transform: rotate(-80deg);
  z-index: 1;
}
.what_serve_img em img {
  object-fit: cover;
  border-radius: 100%;
  max-width: 100%;
}
.what_shep{width: 100%; position: relative;}
.what_shep img{-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
animation: mover1 1s infinite alternate;}
.what_shep:before{position: absolute; right: -20px; bottom:-20px; width: 180px; height: 153px;
background: url(../images/shape3.png)no-repeat; background-size: 100%; content: "";z-index: 3;-webkit-animation: rotation 10s infinite linear; }
.what_shep:after{position: absolute; left: 30px; top:30px; width: 100px; height: 29px;
background: url(../images/shape2.png)no-repeat; background-size: 100%; content: "";z-index: 3;    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
animation: examplesh 0.4s infinite alternate;}
@keyframes examplesh {
  from {left: 1%;}
  to {left: 2%;}
}

.features_sec{width: 100%; padding: 70px 0;}
.features_inr{width: 100%;}
.features_techno_sec{display: flex; justify-content: space-between; align-items: center;-ms-flex-wrap: wrap;
flex-wrap: wrap;}
.featu_tecno_text{-webkit-box-flex: 0;-ms-flex: 0 0 30%;flex: 0 0 30%;max-width: 30%;}
.features_techno_img{-webkit-box-flex: 0;-ms-flex: 0 0 40%;flex: 0 0 40%;max-width: 40%; position: relative;}
.feat_cur{width: 300px; height: 300px; border-radius: 100%; background: #fff; position: relative; display: flex; justify-content: center;
align-items: center;-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
animation: mover1 1s infinite alternate; margin: 0 auto; text-align: center;}
.feat_cur h5{font-size: 31px;line-height: 43px;
font-weight: 800;
font-family: 'Poppins', sans-serif;color: #013664;}
.features_techno_img::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  border-radius: 20px;
  content: "";
  background: rgba(14,158,101,1);
  background: -moz-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,158,101,1)), color-stop(7%, rgba(14,158,101,0.98)), color-stop(96%, rgba(38,209,140,0.74)), color-stop(100%, rgba(38,209,140,0.73)));
  background: -webkit-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: -o-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: -ms-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: linear-gradient(to right, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9e65', endColorstr='#26d18c', GradientType=1 );
  transform: rotate(80deg);
  z-index: -1;
}
.features_techno_img::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  border-radius: 20px;
  content: "";
  background: rgba(1,54,100,1);
  background: -moz-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,54,100,1)), color-stop(7%, rgba(1,54,100,0.98)), color-stop(96%, rgba(9,88,153,0.74)), color-stop(100%, rgba(9,88,153,0.73)));
  background: -webkit-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: -o-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: -ms-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: linear-gradient(to right, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013664', endColorstr='#095899', GradientType=1 );
  transform: rotate(-80deg);
  z-index: -1;
}
.featu_tecno_panel{display: flex; align-items: center; margin-top: 40px;}
.featu_tecno_panel em{width: 50px; height: 50px; box-shadow: -3px -1px 7px #cad5db, 3px 3px 7px #174880;background: #022c51;
display: flex; justify-content: center; align-items: center; border-radius: 100%;padding: 8px; margin-right: 15px;}
.featu_tecno_panel em img{max-width: 100%;} 
.featu_tecno_text1{text-align: right;}
.featu_tecno_text1 .featu_tecno_panel em{margin-right: 0; margin-left: 15px;}
.featu_tecno_text1 .featu_tecno_panel{ flex-direction: row-reverse;}
.featu_tecno_text2{text-align: left;}
.featu_tecno_panel h5{font-size: 22px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
color: #2e2d2d;-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;}
.features_techno_sec2{margin-top: 70px;}
.counter_sec{width: 100%; padding: 60px 0;background: #013664;}
.counter_bx{width: 100%;box-shadow: -3px -3px 7px #083d6c, 3px 3px 7px #022b4f; padding-bottom: 10px;}
.counter_bx em{box-shadow: -3px -3px 7px #083d6c, 3px 3px 7px #022b4f; width: 70px; height: 70px; display: flex;
justify-content: center; align-items: center;border-radius: 0 0 30px 0;}
.counter_bx em i{color: #fff;font-size: 30px;-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
animation: mover1 1s infinite alternate;}
.counter_bx p{font-size: 16px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
color: #fff; padding: 0 30px; margin-top: 7px;}
.counter_bx span{font-size: 26px;
  line-height: 33px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
color: #fff; display: inline-block; width: 100%; padding: 0 30px; margin-top: 7px;}



.client_sec{width: 100%; background-size: cover; padding: 70px 0; position: relative;}
.client_inr{width: 100%; margin-top: 70px;}
.client_img{width: 100%;}
.client_img em img{width: auto;
height: auto;
object-fit: cover;
max-width: 100%;}
.client_img::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  border-radius: 20px;
  content: "";
  background: rgba(14,158,101,1);
  background: -moz-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,158,101,1)), color-stop(7%, rgba(14,158,101,0.98)), color-stop(96%, rgba(38,209,140,0.74)), color-stop(100%, rgba(38,209,140,0.73)));
  background: -webkit-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: -o-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: -ms-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  background: linear-gradient(to right, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9e65', endColorstr='#26d18c', GradientType=1 );
  transform: rotate(80deg);
  z-index: 1;
}
.client_img::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  border-radius: 20px;
  content: "";
  background: rgba(1,54,100,1);
  background: -moz-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,54,100,1)), color-stop(7%, rgba(1,54,100,0.98)), color-stop(96%, rgba(9,88,153,0.74)), color-stop(100%, rgba(9,88,153,0.73)));
  background: -webkit-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: -o-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: -ms-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  background: linear-gradient(to right, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013664', endColorstr='#095899', GradientType=1 );
  transform: rotate(-80deg);
  z-index: 1;
}
.client_img em {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 400px;
  height: 400px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: mover1 1s infinite alternate;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.client_panel{width: 100%; background: #013664;position: relative;border-radius: 8px 8px 8px 0; padding-bottom: 15px; margin-top: 30px;}
.clients_img{width: 100%;}
.clients_img p{color: #fff;}
.clients_foot{display: flex;-ms-flex-wrap: wrap;
flex-wrap: wrap; margin-top: 20px; align-items: center;}
.clients_foot_img{width: 70px; height: 70px;box-shadow: -3px -3px 7px #083d6c, 3px 3px 7px #022b4f; border-radius: 8px; padding: 10px; margin-right: 10px;
justify-content: center; align-items: center;}
.clients_foot_img img{width: auto !important; max-width: 100%;}
.clients_foot small{display: inline-block;color: #fff;}
.client_panel .owl-item{padding: 30px;}
.clients_foot_tx h6{color: #fff; font-size: 12px;}
.client_panel:before {
    position: absolute;
    content: "";
    border-color: #013664 transparent transparent #013664;
    left: 0;
    width: 0;
    height: 0;
    bottom: -36px;
    top: auto;
    border-style: solid;
    border-width: 20px;

}
.client_panel .owl-nav{display: none !important;}
.client_panel .owl-dots{display: block !important; text-align: center !important;}
.client_panel .owl-dot{background: #fff;width: 18px;height: 5px; border-radius: 5px; margin-right: 13px;display: inline-block;transition: .5s;}
.client_panel .owl-dot.active {
    background: #377d61;
    width: 28px;
    height: 5px;
    text-align: center;
    display: inline-block;
}
.coma_icon{position: absolute; right: 20px; bottom: 0;}
.coma_icon i{font-size: 100px;color: #022c4f; -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: mover1 1s infinite alternate;}
.client_sec::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 281px;
  height: 281px;
  border-radius: 100%;
  box-shadow: -10px 10px 13px -3px #a9b1b9;
  content: "";
  background: rgba(17,123,222,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(17,123,222,1) 0%, rgba(73,155,234,1) 25%, rgba(133,196,255,1) 59%, rgba(73,155,234,1) 89%, rgba(34,127,227,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(17,123,222,1)), color-stop(25%, rgba(73,155,234,1)), color-stop(59%, rgba(133,196,255,1)), color-stop(89%, rgba(73,155,234,1)), color-stop(100%, rgba(34,127,227,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(17,123,222,1) 0%, rgba(73,155,234,1) 25%, rgba(133,196,255,1) 59%, rgba(73,155,234,1) 89%, rgba(34,127,227,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(17,123,222,1) 0%, rgba(73,155,234,1) 25%, rgba(133,196,255,1) 59%, rgba(73,155,234,1) 89%, rgba(34,127,227,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(17,123,222,1) 0%, rgba(73,155,234,1) 25%, rgba(133,196,255,1) 59%, rgba(73,155,234,1) 89%, rgba(34,127,227,1) 100%);
background: radial-gradient(ellipse at center, rgba(17,123,222,1) 0%, rgba(73,155,234,1) 25%, rgba(133,196,255,1) 59%, rgba(73,155,234,1) 89%, rgba(34,127,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117bde', endColorstr='#227fe3', GradientType=1 );
    background-size: auto;
  background-size: 100%;
  z-index: 8;
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: mover1 1s infinite alternate;
}



.protfolio_sec{padding: 70px 0; width: 100%; position: relative;}
.protfolio_sec:before{  position: absolute;
  right: 0;
  top: 0;
  width: 87px;
  height: 87px;
  border-radius: 100%;
  box-shadow: -10px 10px 13px -3px #a9b1b9;
  content: "";
  background: url(../images/bg3.png)no-repeat;
  background-size: 100%;
  z-index: 8;
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: mover1 1s infinite alternate;
}
.protfolio_bx{width: 100%; margin-top: 10px;}
.protfolio_bx em{display: inline-block; width: 100%;box-shadow: -3px -1px 7px #cad5db, 3px 3px 7px #174880;background: #022c51;padding: 10px;
border-radius: 10px; position: relative;}
.protfolio_bx em > img{width: 100%; object-fit: cover; height: 300px;clip-path: polygon(100% 0, 95% 52%, 100% 100%, 0 100%, 7% 53%, 0 0);}
.file-name{width: 100%; margin-top: 15px; text-align: center;}
.file-name h4{font-size: 18px;font-family: 'Poppins', sans-serif;color: #2e2d2d; font-weight: 700;}
.file-name small{font-size: 14px; margin-top: 6px; width: 100%; display: inline-block; width: 100%;}
.protfolio_bx em:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0e9c64;
    opacity: 0.47;
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 6;
}
.galleryico {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
     z-index: 7;
}
.protfolio_bx em:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.protfolio_bx:hover .galleryico {
    visibility: visible;
    opacity: 1;
}
.our_work_tab .nav{justify-content: center;}
.our_work_tab li{position: relative;}
.our_work_tab li a.active{background: #fff; color: #377d61;}
.contact_sec{width: 100%; padding: 60px 0; background: url(../images/testibg.jpg)no-repeat center;background-size: cover;}
.protfolio_inr .owl-item{padding: 15px;}
.protfolio_inr .owl-nav{display: none !important;}
.protfolio_inr .owl-dots{display: block !important; text-align: center !important;}
.protfolio_inr .owl-dot{background: #013664;width: 18px;height: 5px; border-radius: 5px; margin-right: 13px;display: inline-block;transition: .5s;}
.protfolio_inr .owl-dot.active { background: #377d61; width: 28px; height: 5px; text-align: center; display: inline-block;}



.contact_inr{width: 100%;}
.get_in_contact{width: 100%; padding:60px 0; position: relative;}
.get_in_inr{width: 100%;}
.get_in_inr_text{width: 100%;}
.get_in_inr_text h4, .get_in_inr_frm h4{font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #2e2d2d;
    font-weight: 800;
    text-transform: uppercase;        
}
.methodology_bx em{    display: flex;
    justify-content: center; align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 16px 5px #efeeee;
    border: solid 1px #eee;
margin: 0 auto;
    box-shadow: 0 0 16px 5px #efeeee;}
.get_in_inr_text h4 span, .get_in_inr_frm h4 span{ color: #377d61;}
.get_in_inr_text p, .get_in_inr_frm p{font-size: 16px; line-height: 22px;
    margin-top: 7px;}
.get_in_inr_icon{width: 100%; margin-top: 32px;}
.get_in_inr_icon li{font-size: 16px; margin-top: 15px; position: relative; padding-left: 38px; color: #2e2d2d;}
.get_in_inr_icon li i{position: absolute; left: 0; top: 0; color: #377d61; font-size: 23px;}
.get_in_inr_icon li a{color: #2e2d2d;}
.get_in_inr_icon li a:hover{color: #f0ba1c;}
.icon_sos_sec{width: 100%; margin-top: 30px;}
.icon_sos_sec li{display: inline-block;}
.icon_sos_sec li a{display: flex; justify-content: center; align-items: center; width: 30px; height: 30px;
color: #fff; background:#2e2d2d; font-size: 17px; margin-right: 6px; }
.icon_sos_sec li a:hover{background:#f0ba1c;}
.get_in_inr_frm{width: 100%;}
.get_frm_inr{width: 100%; margin-top: 20px;}
.get_frm_inr input[type="text"], .get_frm_inr input[type="tel"], .get_frm_inr input[type="email"], .get_frm_inr input[type="password"], .get_frm_inr input[type="number"], .get_frm_inr select, .get_frm_inr textarea {
    width: 100%;
    background: none !important;
    border-radius: 6px;
    font-size: 17px;
    opacity: 1 !important;
    color: #7e7e7e;
    font-family: 'Roboto', sans-serif !important;
    height: 52px;
    padding: 0 18px 0 23px;
    outline: none !important;
    box-shadow: -3px -3px 7px #343539, 3px 3px 7px #0b0b0d;
    border: none !important;
}


.get_frm_inr textarea {
    height: 100px;
    padding: 15px;  resize: none;
}
.sub_btn {
    width: 100%;    
}
.sub_btn input[type="submit"] {
    background: none;
}
.sub_btn input[type="submit"] {
    border: 0 !important;
    width: 100%;
    padding: 0 40px;
        font: 600 16px/24px 'Roboto', sans-serif;
        cursor: pointer;
}
/*.get_frm_inr input:focus, .get_frm_inr textarea:focus{border-color: #377d61;}*/
.get_frm_inr select{background: url(../images/drop2.png)no-repeat right 10px center !important; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.get_in_inr_text{position: relative;}
.get_in_inr_text .ban8{right: 0; bottom: 0; left: inherit;}
.pattern_img {
    position: absolute;
        right: 0;
    top: 0;
    left: inherit;
}
.promises_bx{width: 100%; text-align: center; margin-top: 30px;}
.promises_sec img{width: 40px;}
.promises_sec h4{font-size: 16px; line-height: 21px; margin-top: 15px; position: relative;color: #2e2d2d; font-weight: 500;}
.promises_sec em{width: 70px;height: 70px; display: flex; justify-content: center; align-items: center;  box-shadow: -3px -3px 7px #e6fbf3, 3px 3px 7px #bed5b6;    background: #d3f1e6;
    border-radius: 50px 50px 0 50px; margin: 0 auto;}
.get_in_inr{margin-top: 40px;}

.get_qu_modal .btn_pg {
    background: #377d61;
}
.get_qu_modal .btn_pg:hover {
    background: #fff;
    color: #377d61;
}
.contact_sec .page_hed h2{color: #fff;}
.contact_sec .page_hed span {
  color: #377d61;
}
.contact_sec .page_hed p{color: #fff;}
.contact_tx{width: 100%;}
.contact_tx p{font-size: 18px; color: #fff; text-transform: capitalize;}
.contact_tx li em{position: absolute; left: 0; width: 40px; height: 40px;box-shadow: -3px -3px 7px #343539, 3px 3px 7px #0b0b0d;
display: flex; justify-content: center; align-items: center; top: -5px;}
.contact_tx li em i{color: #fff;}
.contact_tx li{font-size: 18px; color: #fff; padding-left: 70px; margin-top: 28px; position: relative;}
.contact_tx li a{color: #fff;}
.contact_tx li a:hover{color: #377d61;}
.foot_sec{width: 100%; background: #000; padding: 30px 0;background: #292a2f; text-align: center;}
.sos_icon li{display: inline-block; margin: 0 10px;}
.sos_icon li a{width: 40px;
height: 40px;
box-shadow: -3px -3px 7px #343539, 3px 3px 7px #0b0b0d;
display: flex;
justify-content: center;
align-items: center;}
.sos_icon li i {
  color: #fff;
}
.foot_inr p{color: #fff; margin-top: 10px;}
.d-ph{display: none;}
.foot_arw{position: fixed; bottom: 116px;
right: 40px; z-index: 99;}
.foot_arw a{width: 40px;
height: 40px;
background: #377d61;
box-shadow: -3px -3px 7px #343539, 3px 3px 7px #0b0b0d;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
border-radius: 50%;}
.foot_arw i{color: #fff;}
.foot_arw:before{content: "";
background: #377d61;
position: absolute;
z-index: 0;
left:50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: block;
width: 100px;
height: 100px;
border-radius: 50%;
animation: zoomBig 3.25s linear infinite;
  animation-delay: 0s;
-webkit-animation-delay: .75s;
animation-delay: 0.75s;
z-index: -1;  }
.foot_arw.fixed {
    bottom: 3px;
}

.foot_arw.fixed {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
}
.foot_arw {
    opacity: 0;
    visibility: hidden;
    bottom: -100px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.what_serve_sec .page_hed:before, .contact_sec .page_hed:before{background: url(../images/heding_2.png)no-repeat;}

/*inear page */
.marg_sec{width: 100%;padding-top: 70px;}
.inr_hrd .navbar-brand:before{display: none;}
.about_mition{width: 100%; padding:80px 0;}
.about_mition_inr{width: 100%; background: url(../images/dot.png)repeat-x left bottom 49px;}
.mition_bx{width: 100%; border: solid 1px #ebebeb;-webkit-box-shadow: 0px 0px 22px 15px rgba(0,0,0,0.04);
-moz-box-shadow: 0px 0px 22px 15px rgba(0,0,0,0.04);
box-shadow: 0px 0px 22px 15px rgba(0,0,0,0.04); min-height: 382px; padding-top: 26px; text-align: center; border-radius: 8px;padding-bottom: 20px;}
.mition_bx h5{margin-top: 21px; padding-bottom: 26px; color: #000000;
font-size: 26px; font-size: 28px; position: relative; border-bottom: solid 1px #eeeeee;}
.mition_bx h5:before{position: absolute; bottom: 0; left: 50%;  
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
background: #03b6f0;
width: 48px; height: 4px;
content: "";
}
.mition_bx p{color: #545e6e;font-size: 16px; line-height: 25px;font-weight: 400;
margin-top: 28px; padding: 0 15px;}

.background1{
    background: url(../images/how-back1.png) no-repeat;
    background-size: cover;
}
.background2{
    background: url(../images/how-back2.png) no-repeat;
    background-size: cover;
}
.background3{
    background: url(../images/how-back3.png) no-repeat;
    background-size: cover;
}
.mition_bx em{display: inline-block; width: 100px; height: 100px; background: #fff; border-radius: 100%; display: flex;
justify-content: center; align-items: center; margin: 0 auto; padding: 15px; position: relative;z-index: 4;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: mover1 1s infinite alternate;}
.mition_bx em img{max-width: 100%;}

.mition_bx::before {
    position: absolute;
    left: 50%;
    top: 28px;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    border-radius: 20px;
    content: "";
    background: rgba(14,158,101,1);
    background: -moz-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,158,101,1)), color-stop(7%, rgba(14,158,101,0.98)), color-stop(96%, rgba(38,209,140,0.74)), color-stop(100%, rgba(38,209,140,0.73)));
    background: -webkit-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
    background: -o-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
    background: -ms-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
    background: linear-gradient(to right, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9e65', endColorstr='#26d18c', GradientType=1 );
    transform: rotate(80deg);
    z-index: 1;
}
.mition_bx::after {
    position: absolute;
    left: 50%;
    top: 28px;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    border-radius: 20px;
    content: "";
    background: rgba(1,54,100,1);
    background: -moz-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,54,100,1)), color-stop(7%, rgba(1,54,100,0.98)), color-stop(96%, rgba(9,88,153,0.74)), color-stop(100%, rgba(9,88,153,0.73)));
    background: -webkit-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
    background: -o-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
    background: -ms-linear-gradient(left, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
    background: linear-gradient(to right, rgba(1,54,100,1) 0%, rgba(1,54,100,0.98) 7%, rgba(9,88,153,0.74) 96%, rgba(9,88,153,0.73) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013664', endColorstr='#095899', GradientType=1 );
    transform: rotate(-80deg);
    z-index: 1;
}
.breadcumbs_sec {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 58px 0;
  text-align: center;
      background: rgba(14,158,101,1);
    background: -moz-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,158,101,1)), color-stop(7%, rgba(14,158,101,0.98)), color-stop(96%, rgba(38,209,140,0.74)), color-stop(100%, rgba(38,209,140,0.73)));
    background: -webkit-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
    background: -o-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
    background: -ms-linear-gradient(left, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
    background: linear-gradient(to right, rgba(14,158,101,1) 0%, rgba(14,158,101,0.98) 7%, rgba(38,209,140,0.74) 96%, rgba(38,209,140,0.73) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9e65', endColorstr='#26d18c', GradientType=1 );
}
.breadcumbs_sec span {
  position: absolute;
  top: -165px;
  left: 0;
  opacity: 0.6;
}
.wrapper-breads-inner .bread-title {
  font-size: 28px;
}
.wrapper-breads-inner .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  margin: 12px 0 0;
}
.wrapper-breads-inner .breadcrumb {
  text-align: center;
}
.wrapper-breads-inner .breadcrumb li a {
  color: #353842;
  font-size: 15.5px;
  font-weight: 600;
}
.breadcumbs_sec span.active {
  position: inherit;
  color: #231f20;
  font-size: 15.5px;
  font-weight: 600;
  opacity: 1;
}

.breadcrumb a + a::before, .breadcrumb a + li::before, .breadcrumb > li + a::before, .breadcrumb > li + li::before {
  content: "/";
  font-family: 'FontAwesome';
  font-weight: 900;
  padding: 0 10px;
  color: #353842;
}
.breadcumbs_inr{width: 100%;}
.breadcumbs_inr span img{    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: mover1 1s infinite alternate;}

.contact_inr_pg{background: #e3e7ea;position: relative;}
.contact_inr_pg .page_hed h2, .contact_inr_pg .contact_tx p, .contact_inr_pg .contact_tx li, .contact_inr_pg .contact_tx li a{color: #2e2d2d;}
.contact_inr_pg .page_hed:before{ background: url(../images/heding_1.png)no-repeat;}
.contact_inr_pg .contact_tx li em i{color: #377d61;}
.contact_inr_pg .contact_tx li em{    box-shadow: -3px -3px 7px #f5f5f5, 3px 3px 7px #bbc3cc;}
.contact_inr_pg .get_frm_inr input[type="text"], .contact_inr_pg .get_frm_inr input[type="tel"], .contact_inr_pg .get_frm_inr input[type="email"], .contact_inr_pg .get_frm_inr input[type="password"], .contact_inr_pg .get_frm_inr input[type="number"], .contact_inr_pg .get_frm_inr select, .contact_inr_pg .get_frm_inr textarea
{box-shadow: -3px -3px 7px #f5f5f5, 3px 3px 7px #bbc3cc;}
.contact_inr_pg .btn_pg{ box-shadow: -3px -3px 7px #659580, 3px 3px 7px #23503e;}
.contact_inr_pg:before {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/shep_cc.png)no-repeat;
    content: "";
    width: 223px;
    height: 163px;
    background-size: 100% !important;
}
.contact_inr_pg:after {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/shep_cc.png)no-repeat;
    content: "";
    width: 223px;
    height: 163px;
    transform: rotate(180deg);
    background-size: 100% !important;
}

.client_pg_sec{width: 100%; display: inline-block; padding: 0px 0 100px;}
.client_pg_sec .client_panel{padding: 20px; margin-top: 90px;}
.client_pg_sec .coma_icon i{font-size: 40px;}

.what_we_pg .why_ebinary_text h4{ font-family: 'Poppins', sans-serif; font-size: 30px; line-height: 40px; color: #2e2d2d; font-weight: 800;
    text-transform: uppercase;}
.what_we_pg .what_serve_inr .row{margin-top: 100px; align-items: center;}
.what_we_pg .why_ebinary_img em, .what_we_pg .why_ebinary_img em img, .what_we_pg .why_ebinary_img:before,
 .what_we_pg .why_ebinary_img:after{height: 300px; width: 300px;}
.what_we_pg .why_ebinary_img:before, .what_we_pg .why_ebinary_img:after{margin-left: -150px;}
.what_we_pg{padding-bottom: 100px;}
.what_we_pg .what_serve_inr .row:nth-of-type(2n) {
    flex-direction: row-reverse;
}
