*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    scroll-behavior: smooth;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
}

.top_position{
    z-index:999;
}

.display_flex{
    display: flex;
    justify-items: center;
    align-items: center;
}


.display_flex_col{
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}

.display_flex_space{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.display_flex_start{
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.what_title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.display_flex_end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo{
    width: 225px;
}

.main_header{
    padding-top: 34px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #ffffff7d;
    transition: 1s linear;
}

.sec_titel h3{
  font-size: 38px;
  color:#fff;
}

.counter-container span {
  font-size: 19px;
  font-weight: 500;
}

.counter {
  
  font-size: 46px;
  color: #0072bc;
  position: relative;
  font-weight: 600;

}

.counter-container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.main_header.active{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}


.hero_sec{
    position: relative;
    width:100%;
    height:100vh;
    background-image: url(../images/slider_3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_sec::before{
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    background-color: #ffffffbf;
}

.hero_sec2{
    position: relative;
    width:100%;
    height:100vh;
    background-image: url(../images/slider-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_sec2::before{
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    background-color: #ffffffbf;
}


.top_side_left ul{
    list-style-type: none;
    margin-bottom: 0px;
}

.top_side_left ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 11px;
}

.top_side_left ul li a{
  color: #000000;
  font-weight: 900;
  font-size: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: transparent;
}

.banner_content{
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 510px !important;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 490px;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%);
    clip-path: polygon(47% 0, 102% 0, 100% 100%, 0% 100%);
    background: linear-gradient(to bottom, #d5a164, #d1a067d6),url(../images/slider-1.jpg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
}




.side_nav ul{
display: grid;
}

.side_nav ul li{
    text-align: right;
}

.side_nav ul li a{
  color: #ffffff !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}

.side_nav ul li{
    margin-top: 23px;
}
.offcanvas-header .btn-close:focus{
box-shadow: none;
border: none;
}

.banner_text h2{
    font-size: 64px;
    text-transform: uppercase;
    color: #FF9800;
    font-weight: 300;
}

.banner_text a {
    position: relative;
    font-size: 37px;
    text-decoration: none;
    color: #41bfb4;
}

.banner_text a::after{
    position: absolute;
    content: "";
    top: 50%;
    right: -107px;
    width: 100px;
    height: 2px;
    background-color: #000000;
} 

.owl-nav {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
  }
  .owl-nav .owl-prev,.owl-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
  }
   .owl-nav .owl-prev i, .owl-nav .owl-next i {
    font-size: 2.5rem;
    color: #2196F3;

  }
  .owl-nav .owl-prev {
    right: 108px;
}
  .owl-nav .owl-next {
    right: 0;
    display: none;
  }

  .owl-prev img{
    width:100px;
  }


.about_section{
  padding-top: 60px;
    padding-bottom: 60px;

}

.about_text{
    max-width: 450px;
}

.about_text h3{
    font-size: 33px;
}

.abt_images{
    max-width: 470px;
}

.main_btn a{position: relative;
font-size: 25px;
text-decoration: none;
color: #f3b278;
}

.main_btn a::after {
    position: absolute;
    content: "";
    top: 54%;
    right: -75px;
    width: 72px;
    height: 2px;
    background-color: #000000;
}

.whate_we_do{
  padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #42c0b575;
    margin-top: 26px;
}

.what_we h3 {
    font-size: 33px;
}

.count_plus {
  position: absolute;
  content: "";
  top: 0px;
  right: 33px;
  font-size: 27px;
  color: #2196F3;
}

.counter-container{
  position: relative;
}

.counter-container{
  position: relative;
  width: 111px;
  margin: auto;
}

.counter-container p{
  position: absolute;
  content:"";
  top:0px;
  right:0px;
  font-weight: 700;
  font-size: 24px;
}


.what_box{
    padding: 10px;
    background-color: #ffffff13;
    margin-top: 41px;
    position: relative;
}

.what_title{
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 19px;
  border: 1px solid #039bfd00;
}

.number{
  position: absolute;
  content: "";
  top: 3px;
  right: 11px;
  font-weight: 700;
  color: #2196F3;
}

.number h6{
    font-weight: 700;
    color: #f3b278;
}

.what_title h4{
  font-size: 13px;
  text-align: left;
  margin-left: 6px;
  font-weight: 700;
}

.what_title img{
  width: 42px;
}

.what_we_text h4{
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 32px;
  text-transform: capitalize;
}

.our_clients{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative; 
}

.client_logo{
    width: 141px;
    margin: auto;
}


.our_product_sec{
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/about1.1.png);
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}



.product_titles h2{
  color:#000000;
}

.product_titles h2 span{
  color:#f3b278;
}

.proimg img{
  border: 2px solid #0b78bf;
  clip-path: polygon(78% 0, 100% 15%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
}

.product_wrapper{
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_about{

  padding-top: 77px;
  padding-bottom: 77px;
  position: relative;

}

.sec_about::before{
position: absolute;
content: "";
top:0px;
left:0px;
width: 46%;
height: 100%;
background-color: #f3b278;
z-index: -2;
background-image: url(../images/line.png);
}

.top_position{
  z-index:6;
}

.btn-close:focus {
  box-shadow: none !important;
  border:none !important;
}

.project_gallery{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffffa8, #ffffff), url(../images/prjt_wrapper.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.project_gallery_wrapper{
  position: relative;
  margin-top:27px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery_view{
  position: absolute;
  background-color: #0567a8ab;
  z-index: 9;
  width: 40px;
  height: 40px;
  border: 3px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #ffffff;
}

.gallery_view .bx-search-alt-2{
color:#ffffff;
}

.project_gallery_wrapper::after{
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0269aa00;
  background-image: url(../images/alumate_frme.png);
  background-position: left;
  background-size: cover;
}

.project_img{
  border: 1px solid #0467a8ad;
  border-radius: 11px;
  overflow: hidden;
}


.testmonial_sec{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.testmonial_text h3{
    font-size: 30px;
}

.proimg{
  position: relative;
}

.sec_titels h3{
  font-size: 38px;
    color: #000;
}

.counter-container img{
  width: 77px;
}



.product_title{
  position: absolute;
  content: "";
  background-color: #0b78bfde;
  width: 95%;
  bottom: -20px;
  border-top: 1px solid #ffffff;
  clip-path: polygon(94% 0, 100% 13%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
}

.product_title p{
  margin-bottom: 0px;
    font-size: 13px;
    padding: 10px;
    font-weight: 700;
    color: #fff;
}

.sec_btn a{
  background-color: #f3b278;
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
  border: 9px solid #ffffff;
}




.sec_btn a:hover{
  background-color: #42c0b575;
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
  border: 9px solid #ffffff;
}

.sec_btn{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.form-wrap h3{
  color: #ffffff;
  margin-bottom: 20px;
}

.btn-primary .main_btn a {
  color:#fff;
}

.btn-primary  a {
  position: relative;
  font-size: 25px;
  text-decoration: none;
  color: #ffffff;
}

.btn-primary  a:hover {
  position: relative;
  font-size: 25px;
  text-decoration: none;
  color: #ffffff;
}

.btn-primary a::after {
  position: absolute;
  content: "";
  top: 54%;
  right: -75px;
  width: 72px;
  height: 2px;
  background-color: #000000;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd00 !important;
  border-color: #0d6efd00 !important;
}



.form-wrap{
  padding: 21px;
  background-color: #1b81c3;
  margin-top: -54px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background: linear-gradient(to bottom, #f3b278bd, #a8e1c8a1),url(../images/home_shape.png);
}


.popform .form-group{
	margin-bottom: 25px;
}
.popform .form-group > label{
  display: block;
  font-size: 15px;
  color:#ffffff;
  font-weight: 500;
}
.popform .custom-control-label{
	color: #000;
	font-size: 16px;
}
.popform .form-control:focus {
  height: 42px;
  background: #ecf0f400;
  border-color: transparent;
  padding: 0 0px;
  border-radius: 0px;
  border: none !important;
  border-bottom: 1px solid #ced4da !important;
  font-size: 15px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popform .form-control{
	height: 42px;
    background: #ecf0f400;
    border-color: transparent;
    color:#fff;
    padding: 0 0px;
    border-radius: 0px;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    font-size: 15px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popform .form-control:focus{
	border-color: none !important;
box-shadow: none !important;
}

.popform .textarea{
	height: 160px !important;
	padding-top: 15px !important;
	resize: none;
  border:none !important;
  border-bottom: 1px solid #ced4da !important;
}

.datepicker td{
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 13px !important;
  color: #0474bd !important;
  font-weight: 600 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.alumate_text h6{
  color:#0072bc;
}

.alumate_text{
  margin-left:11px;
}

.alumate_text p{
  margin-bottom: 5px;
}

.alumate_add_icon{
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin: 2px;
  background-color: #0468a9;
  color: #fff;
}


.alumate_detail{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.input-wrapper {
  width:100%;
  position: relative;
  line-height: 14px;
  margin-top: 23px;
  display: inline-block;
}
.input-wrapper  label {
  color: #000000;
  font-size: 15px;
  text-transform: capitalize;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 20px;
  padding: 0 2px;
  pointer-events: none;
  background: #fff;
  -webkit-transition: -webkit-transform 100ms ease;
  -moz-transition: -moz-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -ms-transition: -ms-transform 100ms ease;
  transition: transform 100ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.input-wrapper input {
  font-size: 13px;
  color: #555;
  width: 100%;
  height: 49px;
  outline: none;
  border: none;
  border-bottom: 1px solid #00000087;
  padding: 10px 20px;
  border-radius: 2px;
  position: relative;
}

.input-wrapper input:invalid + label {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.input-wrapper input:focus {
  color: #1d1c1c;
}
.input-wrapper input:focus + label {
  color: #000000;
  font-size: 15px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.news-letter-form button {
  position: relative;
  padding: 16px 33px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  background-color: #0567a7;
  text-decoration: none;
  background-image: url(../images/btn-bg-svg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 12px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.fade {
  opacity: 0;
}

.services_sec{
  padding-top:50px;
  padding-bottom:50px;
}

.services_img img {
  border: 2px solid #0b78bf;
  clip-path: polygon(78% 0, 100% 15%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
}

.sub
{
  padding:1%;
  background:#7e889000;
}
h2,h6
{
  color:#e6e6e6;
}
.form-subscribe
{
  max-width:600px;
  margin:0 auto
}
.form-subscribe .form-control
{
 background-color: hsl(0deg 0% 100%);
  padding-left:24px;
  padding-right:24px;
  letter-spacing:1px;
  border:none;
  border-top-left-radius:36px;
  border-bottom-left-radius:36px
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index:2;
  background-color:hsla(0,0%,100%,.8)
}
.form-subscribe .btn
{
  border-top-right-radius:36px;
  border-bottom-right-radius:36px;
  background:#000000;
  border-color:#0269aa;
  height:46.5px;
}

.form-subscribe .btn:hover
{
  border-top-right-radius:36px;
  border-bottom-right-radius:36px;
  background:#0269aa;
  border-color:#0269aa;
  height:46.5px;
}

.contact_text h3{
  font-weight: 600;
}

.contact_text h3 span{
  font-weight: 600;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0567a7;
}

.inner_banner img{
  width:100%;
  position: relative;
}
.inner_banner{
  width:100%;
  position: relative;
}
.inner_banner:after{
  position: absolute;
  content:"";
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  background-color: #00000030;
}

.about_text_inner {
  max-width: 450px;
  text-align: right;
  margin-left: auto;
}

.product_service{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e5eff5;
}



.about_text_inner h3 {
  font-size: 24px;
    font-weight: 400;
}

.main_btns a {
  position: relative;
  font-size: 25px;
  text-decoration: none;
  color: #0072bc;
}

.main_btns a::before {
  position: absolute;
  content: "";
  top: 54%;
  left: -75px;
  width: 72px;
  height: 2px;
  background-color: #000000;
}

.about_text_inner h6{
  color: #0568a8;
}


.contact_sec{

  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(to bottom, #ffffffa8, #ffffff), url(../images/ser_bg.png);
  background-repeat: no-repeat;
  background-position: right;

}

.product_banner{
  padding-top: 50px;
  padding-bottom: 50px;
}

.product_wrapper{
  padding-top: 50px;
  padding-bottom: 50px;
}


.pro_wrapper{
  position: relative;
  margin-top: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_tetx{
  position: absolute;
  content: "";
  top: 0px;
  padding: 7px;
  left: 0px;
  background-color: #ffffffba;
  border-bottom: 1px solid #0f7ac094;
  border-left: 1px solid #0f7ac05c;
}

.pro_tetx h6{
  font-size: 13px;
  color: #0f7ac0;
  font-weight: 700;
  margin-bottom: 0px;

}

.ser_ab{
  position: relative;
  padding-top: 10px;
  padding-bottom: 60px;
}

.custom-shape-divider-bottom-1698039468 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1698039468 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1698039468 .shape-fill {
  fill: #FFFFFF;
}


.our_client_pic{
  padding-top: 60px;
  padding-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(to bottom, #85c7f1, #ffffff0d),url(../images/about_client_bg.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}


.inner_client_text h3{
  font-size: 45px;
  font-weight: 700;
}

.inner_client_text p{
  font-weight: 700;
}

.client_logoin {
  background-color: #ffffff;
  padding: 16px 16px;
  width: 80%;
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why_choose{
  padding-bottom: 60px;
}

.why_choose h3{
  max-width: 450px;
}

.why_choose p{
  max-width: 450px;
}

.why_choose_wrapper{
  padding: 58px;
  height: 100%;
  background-color: #0568a9;
  align-items: center;
  display: flex;
  color: #fff;
  background: linear-gradient(to bottom, #0469ab, #004c71c9),url(../images/why_blue.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}



.product_wrappers {
    padding-top: 0px;
    padding-bottom: 50px;
}

.ser_wrapper_text{
  padding: 10px;
  max-width: 502px;
  margin: auto;
}

.services_wrapper_images{
  display: flex;
  justify-content: center;
  align-items: center;
}

.services_wrapper_images img{
  border: 4px solid #007bb0;
}

.ser1{
  background-color: #c3e7ff;
  padding: 116px 20px;
  position: relative;
}

.ser2{
  position: relative;
}

footer.nb-footer {
  background: #042840;
  border-top: 4px solid #e7ad78;
  background: linear-gradient(to bottom, #f3b278, #d1a479e6),url(../images/slider-1.jpg);
}

    footer.nb-footer .about {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1170px;
    text-align: center; }

    footer.nb-footer .about p {
        font-size: 15px;
        color: #fff;
        margin-top: 30px; }

    footer.nb-footer .about .social-media {
    margin-top: 15px; }

    footer.nb-footer .about .social-media ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3); }

    footer.nb-footer .about .social-media ul li a:hover {
    background: #8181800a;
    color: #fff;
    border-color: #000000; }

    footer.nb-footer .footer-info-single {
    margin-top: 30px; }

    footer.nb-footer .footer-info-single .title {
      color: #000;
      text-transform: uppercase;
      font-size: 16px;
      border-left: 4px solid #ffffff;
      padding-left: 5px; }

    footer.nb-footer .footer-info-single ul li a {
        display: block;
        color: #ffffff;
        font-size: 15px;
        padding: 2px 0;
        margin-top: 15px;
        text-decoration: none; }

    footer.nb-footer .footer-info-single ul li a:hover {
    color: #ffffff; }

    footer.nb-footer .footer-info-single p {
        font-size: 13px;
        line-height: 20px;
        color: #ffffff; }

    footer.nb-footer .copyright {
      margin-top: 15px;
      background: #000000;
      padding: 7px 0;
      color: #fff; }

    footer.nb-footer .copyright p {
    margin: 0;
    padding: 0; 
    font-size: 14px;
}


    footer.list-unstyled ul li{
        margin-top: 10px;
    }

    .copyright p a {
      text-decoration: none;
      color: #ffffff;
  }



    .testimonial_section {
        display: block;
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 50px;
      }
      .testimonial_section:after {
        display: block;
        clear: both;
        content: "";
      }
      .testimonial_section .about_content {
        background-color: #f3b278;
        padding-top: 77px;
        padding-right: 210px;
        padding-bottom: 62px;
        position: relative;
        background-image: url(../images/line.png);
      }
      .testimonial_section .about_content .background_layer {
        background-color: #f3b278;
        width: auto;
        margin-left: -200px;
        right: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-image: url(../images/line.png);
      }
      .testimonial_section .about_content .layer_content {
        position: relative;
        z-index: 9;
        height: 100%;
      }
      .testimonial_section .about_content .layer_content .section_title {
        margin-bottom: 24px;
        position: relative;
      }
      .testimonial_section .about_content .layer_content .section_title:after {
        display: block;
        clear: both;
        content: "";
      }
      .testimonial_section .about_content .layer_content .section_title h5 {
        font-family: "Open Sans";
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
        color: #ffffff;
        margin-top: -5px;
        margin-bottom: 6px;
      }
      .testimonial_section .about_content .layer_content .section_title h2 {
        font-family: "Titillium Web";
        font-weight: 300;
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 51px;
        margin-bottom: 0px;
        color: #fff;
      }
      .testimonial_section .about_content .layer_content .section_title h2 strong {
        font-weight: 600 !important;
        width: 100%;
        display: block;
      }
      .testimonial_section .about_content .layer_content .section_title .heading_line {
        position: relative;
      }
      .testimonial_section .about_content .layer_content .section_title .heading_line span {
        transition: all 0.5s ease-in-out 0s;
        position: relative;
      }
      .testimonial_section .about_content .layer_content .section_title .heading_line span:after {
        content: "";
        right: auto;
        left: 69px;
        position: absolute;
        bottom: 28px;
        width: 17px;
        margin-left: 0;
        border-bottom-width: 3px;
        border-bottom-color: #cacaca;
        border-bottom-style: solid;
      }
      .testimonial_section .about_content .layer_content .section_title .heading_line:after {
        content: "";
        left: 1%;
        margin-left: 0;
        position: absolute;
        bottom: 28px;
        width: 59px;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: #bebebe;
      }
      .testimonial_section .about_content .layer_content .section_title p {
        color: #fff;
        margin: 0 0 15px;
      }
      .testimonial_section .about_content .layer_content a {
        color: #fff;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s;
      }
      .testimonial_section .about_content .layer_content a i {
        font-size: 18px;
        vertical-align: middle;
      }
      .testimonial_section .about_content .layer_content a:hover {
        color: #ff5e14;
      }
      .testimonial_section .testimonial_box {
        margin-top: 60px !important;
        position: relative;
      }
      .testimonial_section .testimonial_box .testimonial_container {
        background-color: #c7c7c7;
        margin-left: -170px !important;
        position: relative;
      }
      .testimonial_section .testimonial_box .testimonial_container .background_layer {
        background-color: #9ee0f0;
        width: auto;
        margin-right: -200px;
        right: 0;
        background-image: url(../images/map.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content {
        position: relative;
        z-index: 9;
        height: 100%;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
        display: block;
        position: relative;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
        margin: 10px 0 10px 0;
        padding: 62px 0px 72px 50px;
        position: relative;
        text-align: center;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
        margin-left: 150px;
        margin-top: 69px;
        padding: 45px 40px 45px 40px;
        z-index: 0;
        position: relative;
        background-color: #fff;
        transition: all 0.5s ease-in-out 0s;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
        margin-bottom: 15px;
        position: relative;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
        content: "";
        width: 30px;
        display: block;
        height: 2px;
        text-align: center;
        left: 46%;
        margin-top: 6px;
        background-color: #181615;
        position: absolute;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
        padding-top: 0;
        margin-bottom: -5px;
        font-size: 19px;
        font-weight: 600;
        line-height: 24px;
        color: #020d26;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
        font-size: 12px;
        color: #9f9f9f;
        margin: 0;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
        padding: 0;
        margin: 0;
        padding-top: 10px;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: #5d6576;
        font-style: italic;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
        border: none;
        position: absolute;
        top: 0;
        left: 55px;
        top: 80px;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
        border: 5px solid #fff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        width: 27%;
      }
      .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
        position: absolute;
        top: 165px;
        right: 42px;
        border-radius: 0;
        background: #0b78bf;
        display: block;
        outline: 0;
        width: 34px;
        line-height: 34px;
        height: 34px;
        color: #fff;
        font-size: 23px;
        margin-top: -20px;
        transition: all 0.3s ease-in-out;
      }
      .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
        background: #042840;
      }
      .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
        position: absolute;
        top: 165px;
        right: 5px;
        border-radius: 0;
        display: block;
        background: #0b78bf;
        outline: 0;
        width: 34px;
        text-align: center;
        line-height: 34px;
        height: 34px;
        color: #fff;
        font-size: 23px;
        margin-top: -20px;
        transition: all 0.3s ease-in-out;
      }
   

      .testimonial_owlCarousel .owl-nav {
        position: absolute;
        bottom: 46% !important;
        left: 0;
        right: 0;
    }


      .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
        background: #020d26;
      }


      .our_solution_category {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
      }
      
      .our_solution_category .solution_cards_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      
      .solution_cards_box .solution_card {
        flex: 0 50%;
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
          0 5px 15px 0 rgba(37, 44, 97, 0.15);
        border-radius: 15px;
        margin: 8px;
        padding: 10px 15px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        min-height: 265px;
        transition: 0.7s;
        margin-top: 30px;
      }
      
      .solution_cards_box .solution_card:hover {
        background: #ef8b9a;
        color: #fff;
        transform: scale(1.1);
        z-index: 9;
      }
      
      .solution_cards_box .solution_card:hover::before {
        background: #42c0b66c;
      }
      
      .solution_cards_box .solution_card:hover .solu_title h3,
      .solution_cards_box .solution_card:hover .solu_description p {
        color: #fff;
      }
      
      .solution_cards_box .solution_card:before {
        content: "";
        position: absolute;
        background: rgb(85 108 214 / 5%);
        width: 170px;
        height: 400px;
        z-index: -1;
        transform: rotate(42deg);
        right: -56px;
        top: -23px;
        border-radius: 35px;
      }
      
      .solution_cards_box .solution_card:hover .solu_description button {
        background: #fff !important;
        color: #309df0;
      }
      
      .solution_card .so_top_icon {
      }
      
      .solution_card .solu_title div {
        color: #212121;
        font-size: 17px;
        margin-top: 13px;
        margin-bottom: 13px;
        font-weight: 500;
      }
      
      .solution_card .solu_description p {
        font-size: 15px;
        margin-bottom: 15px;
      }
      
      .solution_card .solu_description button {
        border: 0;
        border-radius: 15px;
        background: linear-gradient(
          140deg,
          #42c3ca 0%,
          #42c3ca 50%,
          #42c3cac7 75%
        ) !important;
        color: #fff;
        font-weight: 500;
        font-size: 1rem;
        padding: 5px 16px;
      }
      
      .our_solution_content div {
        text-transform: capitalize;
        margin-bottom: 1rem;
        font-size: 2.5rem;
      }
      
      .our_solution_content p {
      }
      
      .hover_color_bubble {
        position: absolute;
        background: rgb(54 81 207 / 15%);
        width: 100rem;
        height: 100rem;
        left: 0;
        right: 0;
        z-index: -1;
        top: 16rem;
        border-radius: 50%;
        transform: rotate(-36deg);
        left: -18rem;
        transition: 0.7s;
      }
      
      .solution_cards_box .solution_card:hover .hover_color_bubble {
        top: 0rem;
      }
      
      .solution_cards_box .solution_card .so_top_icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #fff;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .solution_cards_box .solution_card .so_top_icon img {
        width: 50px;
    height: 50px;
    object-fit: fill;
    border-radius: 50%;
      }
      
      .input-group-btn .btn-success{
        border:1px solid #ffffff;
      }
      
      .side_nav ul li a{
        color:#fff;
      }
      
      .why_para h3{
       font-size: 32px;
      }



      @media only screen and (min-width: 1024px) {
        .sol_card_top_3 {
          position: relative;
          top: -3rem;
        }
      
        .our_solution_category {
          width: 80%;
          margin: 0 auto;
        }

        .inner_banner img {
          width: 100%;
          height: 261px;
      }
      }
      
      @media all and (max-width: 991px) {

        .contact_sec {
          padding-top: 50px;
          padding-bottom: 50px;
          background-image: linear-gradient(to bottom, #ffffff, #ffffff), url(../images/ser_bg.png);
          background-repeat: no-repeat;
          background-position: right;
      }
        .inner_banner img {
          width: 100%;
          height: 261px;
      }
        .testimonial_section .about_content {
          padding-right: 15px !important;
        }
        .testimonial_section .about_content .background_layer {
          width: 200% !important;
        }
        .testimonial_section .testimonial_box {
          margin-top: 0 !important;
        }
        .testimonial_section .testimonial_box .background_layer {
          width: 200% !important;
          margin-left: -200px;
        }
        .testimonial_section .testimonial_box .about_content {
          padding-left: 15px !important;
          padding-right: 15px !important;
          margin-top: 28% !important;
        }
        .testimonial_section .testimonial_box .testimonial_container {
          margin-left: -15px !important;
        }
        .testimonial_section .testimonial_box .testimonial_container .testimonials {
          margin: 0px 0 20px 0;
        }
        .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
          margin-left: -36px !important;
        }
        .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
          z-index:99;
        }
        .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
          margin-left: 150px;
          margin-top: 69px;
          padding: 45px 40px 45px 40px;
          z-index: 0;
          position: relative;
          background-color: #fff;
          transition: all 0.5s ease-in-out 0s;
      }
      
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
        border: 5px solid #fff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        width: 21%;
    }
    .mobile_app_veiw {
      position: fixed;
      display: block;
      width: 100%;
      bottom: 54px;
      left: 0px;
      background-color: #fffffffa;
      padding-top: 10px;
      padding-bottom: 10px;
      border: 1px solid #80808054;
      z-index: 99;
    }

      }

      @media only screen and (min-width: 768px) {
        .our_solution_category .solution_cards_box {
          flex: 1;
        }

        .why_choose_wrapper {
          padding: 58px;
          height: 100%;
          background-color: #0568a9;
          color: #fff;
      }
      }

@media screen and (max-width:750px){
  .inner_banner img {
    width: 100%;
    height: 261px;
}
    .banner_text h2 {
        font-size: 45px;
        text-transform: uppercase;
        color: #000000;
        font-weight: 300;
    }

    .number {
      position: absolute;
      content: "";
      top: 3px;
      left: 3px;
      font-weight: 700;
      color: #2196F3;
  }

  .what_title h4 {
    font-size: 14px;
    text-align: left;
    margin-top: 14px;
    font-weight: 700;
}

.what_title img {
  width: 69px;
}

.logo {
  width: 157px;
}

.counter {
  font-size: 76px;
  color: #000000;
  position: relative;
  font-weight: 600;
}

.sec_titel h3 {
  font-size: 38px;
  color: #000;
}

.sec_btn {
  display: flex;
  justify-content: start;
  align-items: center;
}


}


@media screen and (max-width:550px){
  .inner_banner img {
    width: 100%;
    height: 261px;
}
.why_choose_wrapper {
  padding: 30px;
  height: 100%;
  background-color: #0568a9;
  color: #fff;
}
  .top_side_left ul li a {
    color: #0072bc;
    font-weight: 400;
    font-size: 18px;
}

.mobile_app_veiw {
  position: fixed;
  display: block;
  width: 100%;
  bottom: 78px;
  left: 0px;
  background-color: #fffffffa;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #80808054;
  z-index: 99;
}

.what_title {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5px;
  height: 175px;
}
.sec_titels {
  margin-top: 27px;
}


.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 33%;
}
}

@media screen and (max-width:350px){
  .inner_banner img {
    width: 100%;
    height: 261px;
}

  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
  .top_side_left ul li a {
    color: #039bfd;
    font-weight: 900;
    font-size: 13px;
}
}
