/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #ffffff;
  --theme-color2: #0b2850;
  --title-color: #061930;
  --gray-color: #4D5765;
  --smoke-color: #F3F7FB;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #72849B;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --red-color: #9c1926;
  --border-color: #ecf1f9;
  --title-font: 'Jost', sans-serif;
  --body-font: 'Roboto', sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1380px;
  --container-gutters: 24px;
  --section-space: 100px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/


.dark{
    color: var(--title-color);
    
}
.dark-w{
    color: var(--title-color);
    font-weight: 600;
}

.light{
    color: var(--border-color);
}

.theme-cl{
    color:#0b2850;
    text-decoration: none;
}
.theme-cl2{
    color: var(--theme-color2);
    text-decoration: none;
}



ul li {
    list-style: none;
  }
  
  .pb-100 {
    padding-bottom: 100px;
  }
  
  .pt-100 {
    padding-top: 100px;
  }

  .pt-10 {
    padding-top: 10px;
  }  
  .pb-10 {
    padding-bottom: 10px;
  }  
  .pt-20 {
    padding-top: 20px;
  }  
  .pb-20 {
    padding-bottom: 20px;
  }  
  .pt-30 {
    padding-top: 30px;
  }  
  .pb-30 {
    padding-bottom: 30px;
  }  
  .pt-60 {
    padding-top: 60px;
  }  
  .pb-60 {
    padding-bottom: 60px;
  }  




  .mt-10 {
    margin-top: 10px;
  }  
  .mb-10 {
    margin-bottom: 10px;
  }  
  .mt-20 {
    margin-top: 20px;
  }  
  .mb-20 {
    margin-bottom: 20px;
  }  
  .mt-30 {
    margin-top: 30px;
  }  
  .mb-30 {
    margin-bottom: 30px;
  }  



html {
    font-size: 16px;
    scroll-behavior: auto !important;
    
}
body{
    scroll-behavior: auto !important;
    background-color: #ffffff;
    color: var(--gray-color);
    font-family: "Hind",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    text-decoration: none;
    text-transform: none;
    padding:0;
    margin:0;
    overflow-x: hidden;
}


.banner-img::before{
    
    content: "";
    /*background-color: #2a434f82;*/
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    /*backdrop-filter: blur(3px);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* height: 100vh; */
    padding-top: 100px;
    max-height: 640px;
    z-index: -5;
}


.banner-img{
    background-image: url(../images/webP/banner-img.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
	padding-top:100px;
	max-height: 640px;
    z-index: 2;
}
.bg-pg{
    background-image: url(../images/bg-pg.png);
    z-index: 2;
}


.banner-bg {
    /* background-color: #4e4848; */
    background-image: url(../images/bg.jpg);
    /* opacity: 0.5; */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
	padding-top:100px;
	max-height: 640px;
    z-index: 99;
    /* height: 100vh; */
}



.bg-2{
    /* background-color: #4e4848; */
    background-image: url(../images/bg-2.jpg);
    /* opacity: 0.5; */
   
    /* height: 100vh; */
}
.bg-3{
    /* background-color: #4e4848; */
    background-image: url(../images/webp/bg-3.webp);
    /* opacity: 0.5; */
    
    /* height: 100vh; */
}
.bg-liferay{
    /* background-color: #4e4848; */
    background-image: url(../images/webp/liferay-banner.webp);
    /* opacity: 0.5; */
    
    /* height: 100vh; */
}
.bg-pfms{
    /* background-color: #4e4848; */
    background-image: url(../images/webp/pfms-banner.webp);
    /* opacity: 0.5; */
    
    /* height: 100vh; */
}
.bg-privacy{
    /* background-color: #4e4848; */
    background-image: url(../images/webp/privacy-policy-banner.jpg);
    /* opacity: 0.5; */
    
    /* height: 100vh; */
}
.bg-4 {
    /* background-color: #4e4848; */
    background-image: url(../images/bg-4.jpg);
   
}
.bg-5 {
    /* background-color: #4e4848; */
    background-image: url(../images/bg-51.jpg);
    /* opacity: 0.5; */


    /* background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
	padding-top:100px;
	max-height: 640px;
    z-index: 99; */

  
    
}
.bg-6{
    background-image: url(../images/bg-6.jpg);
}
.bg-7{
    background-image: url(../images/bg-7.jpg);
}
.bg-8{
    background-image: url(../images/bg-8.html);
}

#backtotop {
  display: inline-block;
  background-color: #6edbf2;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius:50px
}
#backtotop::after {
  content: "\f35b";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 35px;
  color: #233f51;
}
#backtotop:hover {
  cursor: pointer;
}
#backtotop:active {
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
.header {
    position: absolute;
    z-index: 111;
    display: block;
    padding: 12px 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
	transition: all .2s ease;
    
}

.header-mob .nav-bar > ul > li > a {
padding: 12px 5px;

}
.ser .nav-bar > ul > li > a {
padding: 12px 5px;

}
.ser .nav-bar > ul > li > a {
padding: 12px 5px;

}




.right-hed{
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 14px;
}


.header-mob .spann a{
    padding: 10px 5px;

}
.phone {
    background: beige;
    border: aliceblue;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    padding: 12px;
    vertical-align: middle;
    height: 50px;
    color: var(--theme-color2);
    margin-right: 5px;
}


.moon{
    margin-left: 5px;
    background: beige;
    border: aliceblue;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    padding: 12px;
    vertical-align: middle;
    height: 50px;
    position: relative;
    left: 12px;
    color: var(--theme-color2);
}




.header-mob{
    background-color: var(--theme-color);
    transition: all .2s ease;
    
}



.header.fixed {
    position: fixed;
    background: var(--theme-color2);
    box-shadow: 0px 1px 3px #2a434f7d;
}
button.navbar-toggler {
    background: var(--theme-color2);
    position: absolute;
    right: 0;
    top: -40px;
}
.nav-bar > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-bar > ul > li {    
    display: inline-block;
    position: relative;
}
.nav-bar > ul > li > a {
    color: #0b2850;
    font-size: 17px;
    display: inline-block;
    line-height: 25.5px;
    padding: 18.7px;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-weight:500;
    position: relative;
}

.header.fixed .nav-bar > ul > li > a{color:var(--theme-color)}
.header-align {
    align-items: center;
    justify-content: space-between;
}
.banner-img h1,
.banner-img p {
    color: #00A8A8;
}
.banner-img h1 {
    font-size: 59px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    line-height: 71px;
    display: block;
    padding-bottom: 30px;
    padding-left:inherit;
}
.banner-img p {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    padding-bottom: 20px;
     padding-left:inherit;
}
.top-text{
    color: var(--theme-color2);
}

.banner-btn > a {
    display: inline-block;
    border: 1px solid var(--theme-color2);
    padding: 12px 20px;
    background-color: var(--theme-color2);
    color: var(--theme-color);
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: all .4s;
    border-radius: 100px;
}

.spann > a {
    display: inline-block;
    border: 1px solid var(--theme-color2);
    padding: 12px 20px;
    background-color: var(--theme-color2);
    color: var(--theme-color);
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: all .4s;
    border-radius: 100px;
    position: relative;
    top: 11px ;

left:12px;
}

.nav-bar > ul > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 65%;
    border-bottom: 2px solid white;
    bottom: 0;
    margin: 0 auto;
    display:none;
    opacity: 0;
    visibility: hidden;    
}
.nav-bar > ul > li:hover > a:after{
    display:block;
    opacity: 1;
    visibility: visible;
}
.nav-bar > ul > li > ul {    
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    width: 15.8em;
    padding: 0;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    list-style-type: none;   
    display:none;
}


.nav-bar > ul > li:hover > ul {    
    display:block;
}
.nav-bar > ul > li > ul > li > a{    
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    padding: 0.57em 1em;
    display:block;
    text-decoration: none;
    color: var(--gray-color) ;
}

.nav-bar > ul > li > ul > li > a:hover{
	background-color: var(--theme-color);
	color: var(--theme-color2)
}
.about-sec-app {
    background: url(../images/shape/bg-light2.html) center center repeat-x;
    background-size: contain;
}

html .pt60 {
    padding-top: 60px;
}.pad-tb {
    padding-top: 100px;
    padding-bottom: 100px;
}
.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.text-l {
    text-align: left;
}
.common-heading h2 {
    margin-bottom: 60px;
}
html .mb30 {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    color: #304550;
}
.f-bold, .text-bold {
    font-weight: 700;
}
.common-heading.text-l > p {
    margin-top: 10px;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
}
.srcl1 {
    background: #f3f5ff;
    border-bottom: 4px solid #b0bdff;
}
.funfct, .service-card-app {
    box-shadow: 0 11px 20px rgb(123 149 162/15%);
}
.funfct, .item-info-div {
    position: relative;
    text-align: center;
}
.funfct {
    line-height: 26px;
    padding: 30px 32px;
    border-radius: 8px 8px 8px 40px;
    margin-top: 30px;
}
.funfct img {
    width: 65px;
    margin: 0 auto 15px;
    display: block;
}
.funfct .services-cuntr {
    display: inline-block;
    font-weight: 900;
    font-size: 30px;
    color: #304550;
    padding: 15px 0;
}
.funfct .services-cuntr {
    display: inline-block;
    font-weight: 900;
    font-size: 30px;
    color: #304550;
    padding: 15px 0;
}
.funfct p {
    font-weight: 600;
    color: #6a6a8e;
    font-size: 17px;
    line-height: 28px;
    margin: 0;
}
.srcl2 {
    background: #fff3e6;
    border-bottom: 4px solid #ffc093;
}
.srcl3 {
    background: #fbeefd;
    border-bottom: 4px solid #f6bcff;
}
.srcl4 {
    background: #effdff;
    border-bottom: 4px solid #9ff3ff;
}
.srcl5 {
    background: #fbfff1;
    border-bottom: 4px solid #ffdaa2;
}
.srcl1 {
    background: #f3f5ff;
    border-bottom: 4px solid #b0bdff;
}
.service-section {
    background: #fff;
    position: relative;
}
.pad-tb {
    padding-top: 100px;
    padding-bottom: 100px;
}
.service-section:before {
    content: "";
    background: url(../images/webP/dot-shape.webp) center top #eeeeee;
    position: absolute;
    height: 400px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-size: contain;
}
.justify-content-center {
    justify-content: center!important;
}
.common-heading {
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 10;
}
.common-heading > span, .pricing-table .title {
    text-transform: uppercase;
    letter-spacing: .5px;
}
.common-heading > span {
    color: #88a10b;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
}
.common-heading > span {
    line-height: 26px;
    text-align: left;
}
html .mb30 {
    margin-bottom: 30px;
}
.shape-bg2:after, .shape-bg2:before, .shape-num .shape-loc:first-child:before, .shape-num .shape-loc:last-child:after {
    content: '';
    height: 150px;
    width: 150px;
    bottom: -60px;
}
.shape-num .shape-loc:first-child:before {
    /* background: url(../images/shape-1.svg) no-repeat; */
    /* background-size: auto; */
    /* position: absolute; */
    /* left: -40px; */
    /* z-index: -1; */
}
.s-block {
    background: top right no-repeat #fff;
    background-size: 200%;
    text-align: center;
    padding: 50px 20px;
    margin: 0;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 3.4px 2.7px -30px rgba(0,0,0,.059), 0 8.2px 8.9px -30px rgba(0,0,0,.071), 0 25px 40px -30px rgba(0,0,0,.2);
}
.service-section .s-block {
    background: url(../images/shape-7.svg) top right no-repeat #fff;
    background-size: 180px;
}
.s-card-icon {
    width: 80px;
    margin: 0 auto 30px;
}
.s-block h4 {
    margin: 0 0 10px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.s-block a {
    display: inline-block;
    margin: 30px 0 0;
    color: #304550;
    font-family: Poppins,sans-serif;
}
.copyright, .footer- p a, .link-hover a {
    color: var(--theme-color2);
}
.link-hover a {
    font-family: Poppins,sans-serif;
    display: inline-block;
    padding: 3px 0;
    position: relative;
    -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    -o-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    z-index: 1;
    text-decoration: none;
}
.link-hover a::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    -o-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.-cta-btn {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}
html .mt70 {
    margin-top: 70px;
}
.v-center {
    align-self: center;
    align-items: center;
}
.free-cta-title {
    display: inline-flex;
}

@keyframes zoomInDown{
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.s-block h4{
    margin: 0;
    padding: 0;
    font-family: Poppins,sans-serif;
    color: #304550;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 10px;
}
.link-hover a i{
    margin-left: 5px;
    font-size: 12px;
}
.v-center {
    align-self: center;
    align-items: center;
}
.free-cta-title {
    display: inline-flex;
}
.-cta-btn p {
    font-size: 30px;
    color: #304550;
    margin: 0 30px 0 0;
}
.-cta-btn p span {
    font-weight: 700;
}
.lnk, button {
    position: relative;
    overflow: hidden;
}
.btn-main, .btn-main:hover {
    color: var(--theme-color);
}
.btn-main {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins,sans-serif;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    outline: 0;
    background-color: #ff1f8e;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgb(70 70 70 / 15%);
    box-shadow: 0 10px 15px 0 rgb(70 70 70 / 15%);
    text-decoration: none !important;
}
.bg-btn2 {
    background-color: var(--theme-color2);
    -webkit-box-shadow: 0 10px 15px 0 rgb(70 70 70 / 15%);
    box-shadow: 0 10px 15px 0 rgb(70 70 70 / 15%);
    color: var(--theme-color);
}
.fa-icon, .header-heading .fa-icon {
    margin-left: 5px;
    font-size: 12px;
}
span.circle, span.circle2 {
    background: rgba(255,255,255,.2);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -10%;
}
span.circle {
    right: -130px;
    width: 200px;
    height: 200px;
}
.service-section .s-block p {
    margin: 0;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.link-hover a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.link-hover a:hover {
    color: var(--theme-color2);
}
.-cta-btn.mt70 {
    display: block;
    text-align: center;
}
.lnk:hover span.circle {
    top: -10%;
    right: -80px;
}
.circle{
    -webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    -o-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    transition: 1.2s cubic-bezier(.17,.85,.438,.99);
}
.slick-carousel .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    gap: 20px;
}
.slick-carousel .slick-list.draggable {
    display: block;
    width: 100%;
    overflow: hidden;
}
.slick-carousel .slick-dots,
.owl-carousel .slick-dots,
.customers-slider .slick-dots,
.blog-slider .slick-dots {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.slick-carousel .slick-dots li,
.owl-carousel .slick-dots li,
.customers-slider .slick-dots li,
.blog-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-carousel .slick-dots li button,
.owl-carousel .slick-dots li button,
.customers-slider .slick-dots li button,
.blog-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}
.slick-carousel .slick-dots li button:before,
.owl-carousel .slick-dots li button:before,
.customers-slider .slick-dots li button:before,
.blog-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-carousel .slick-dots li.slick-active button:before,
.owl-carousel .slick-dots li.slick-active button:before,
.customers-slider .slick-dots li.slick-active button:before,
.blog-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slick-carousel {
    position: relative;
}

.desktop {
    background-image: url(../images/webP/laptop.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 650px;
    height: 389px;
}

.desktop .owl-carousel {
    width: 404px;
    height: 254px;
    left: 117px;
    top: 39px;
    position: relative;
    overflow: hidden;
}
.desktop .owl-carousel img{width:100%}
.work-category, .about-sec-app {
    background: #fbf9ed;
    background: -moz-linear-gradient(top,#fbf9ed 0,#fbeaf8 100%);
    background: -webkit-linear-gradient(top,#fbf9ed 0,#fbeaf8 100%);
    background: linear-gradient(to bottom,#fbf9ed 0,#fbeaf8 100%);
    position: relative;
    background: rgb(238,238,238);
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
}
.pad-tb {
    padding-top: 100px;
    padding-bottom: 100px;
}
.v-center {
    align-self: center;
    align-items: center;
}
.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.text-l {
    text-align: left;
}
.common-heading > span, .pricing-table .title {
    text-transform: uppercase;
    letter-spacing: .5px;
}
.common-heading > span {    
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
}
.common-heading > span {
    line-height: 26px;
}
.common-heading h2{
    margin: 0;
    padding: 0;
    font-family: Poppins,sans-serif;
    color: #304550;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 30px;
}
.animation, .circle, .circle2, .clients-logo, .custom-btn, .dropdown-toggle, .hoshd, .hover-scale img, .icon-set, .isotope_item, .link-hover, .main-header, .main-header.sticky, .navbar, .s-block, .sticky, .sub-menu-sec a, a, button, input {
    -webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    -o-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    transition: 1.2s cubic-bezier(.17,.85,.438,.99);
}
.icon-set {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.work-card {
    margin: 10px;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    border-radius: 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0,0,0,.059), 0 8.2px 8.9px -30px rgba(0,0,0,.071), 0 25px 40px -30px rgba(0,0,0,.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0,0,0,.059), 0 8.2px 8.9px -30px rgba(0,0,0,.071), 0 25px 40px -30px rgba(0,0,0,.2);
}
.cd1, .cd3, .cd6, .cd8, .cd9, .cd11 {
    background: var(--theme-color2);
}
.icon-bg {
    display: block;
    height: 62px;
    width: 62px;
    margin: 0 auto;
    text-align: center;
}
.cd2, .cd4, .cd5, .cd7, .cd10, .cd12 {
    background: #6499cf;
}

.cd2 img, .cd4 img, .cd5 img, .cd7 img, .cd10 img, .cd12 img
{
	filter:saturate(0.5) invert(1)
}
.work-card p {
    font-family: Poppins,sans-serif;
    line-height: 24px;
    font-size: 16px;
    margin: 5px 0 0;
    padding: 0 12px;
    color: #ffffff;
}
/* .clients-section {
    background: #fffaf5;
    background: -moz-linear-gradient(top,#fffaf5 0,#f8ecff 100%);
    background: -webkit-linear-gradient(top,#fffaf5 0,#f8ecff 100%);
    background: linear-gradient(to bottom,#fffaf5 0,#f8ecff 100%);
} */
.pad-tb {
    padding-top: 100px;
    padding-bottom: 100px;
}
.opl ul li {
    width: 20%;
    float: left;
    position: relative;
    list-style-type: none;
}
.clients-logo, .portfolio-block {
    align-items: center;
    display: flex;
    position: relative;
}
.clients-logo {
    background: #fff;
    padding: 0 15px;
    max-height: 150px;
    min-height: 150px;
    margin: 0 15px;
    border: 1px solid #d4f0ff;
    border-radius: 8px;
    /* -webkit-box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
    box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff; */
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.clients-logo img {
    margin: 0 auto;
    display: block;
    width: 160px;
}
.clients-section .common-heading span {
    display: block;
    text-align: center;
}
.testinomial-section {
    background: url(../images/shape-9.svg) center left no-repeat #fff;
    background-size: contain;
}
.pad-tb {
    padding-top: 100px;
    padding-bottom: 100px;
}
.owl-carousel .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.owl-carousel .slick-list {
    width: 100%;
    display: block;
    overflow: hidden;
}
.media {
    display: flex;
    gap:15px;
}
.media div:first-child {
    flex-shrink: 0;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .user-image img {
    border-radius: 100%;
    width: 80px;
}
.owl-carousel .slick-dots{
    position: absolute;
    left: auto;    
    right: 0;    
    width: auto;
}
.srcl2, .srcl5 {
    position: relative;
    top: 20px;
}
.funfact > .row .col-lg-4:first-child, .srcl4 {
    position: relative;
    top: 40px;
}
.blog-one{
    padding: 90px 0 30px;
}
.blog-three {
    position: relative;
    display: block;
    z-index: 1;
}
.section-title {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 49px;
}
.section-title__tagline-box {
    position: relative;
    display: inline-block;
}
.section-title__tagline{
    font-size: 16px;    
    padding-left: 16px;
    position: relative;
    color: #88a10b;
    display: inline-block;
}
.section-title-shape {
    position: absolute;
    top: -2px;
    left: 0;
}
.section-title-shape img {
    width: auto;
}
.section-title__title {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--theme-color2);
    padding: 3px 20px 3px;
    z-index: 3;
    border-radius: 16px;
}
.blog-one__tag p {
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin: 0;
}
.blog-one__img > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 21, 37, 0.5);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: var(--notech-base);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}
.blog-one__img > a > span {
    position: relative;
}
.blog-one__img > a > span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__img > a > span::after {
    content: '';
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-one__content {
    position: relative;
    display: block;
    padding: 30px 40px 29px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.blog-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.blog-one__meta li a {
    font-size: 14px;
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
.blog-one__meta li a i {
    color: #000;
}
.blog-one__title {
    font-size: 26px;
    line-height: 31px;
    margin-top: 5px;
    margin-bottom: 13px;
    font-weight: 700;
}
.blog-one__title a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}

.blog-one__bottom a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid grey;
    display: inline-block;
    border-radius: 100px;
    padding: 0 15px;
}
.blog-one__bottom a:before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__bottom a i {
    position: relative;
    padding-left: 10px;
    top: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-three:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 495px;
    background-color: var(--notech-extra);
    z-index: -1;
    background-image: url(../images/funfact-bg-1-1.png);
    background-blend-mode: luminosity;
    opacity: 0.06;
    background-position: top center;
    background-repeat: no-repeat;
}
.service-section .common-heading span {
    text-align: center;
}
.blog-one__single:hover .blog-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-one__single:hover .blog-one__img>a {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
.blog-one__img > a:hover > span:before,
.blog-one__img > a:hover > span:after{
background-color: #ffffff;
}
section.footer {
    background-color: var(--theme-color);
    padding: 14px 0;
}
section.footer p {
    padding: 0;
    margin: 0;
    color: #0b2850;
}
.right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.right ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #5a4f56;
    border-radius: 50%;
    float: left;
    margin-left: 5px;
    background-image: url(../images/webp/social-media-icon.webp);
    background-repeat: no-repeat;
    transition: all .4s;
}
.right ul li.facebook {
    background-color: #6edbf2;
    background-position: -4px 2px;
}
.right ul li.twitter {
    background-color: #6edbf2;
    background-position: -44px 2px;
}
.right ul li.linkedin {
    background-color: #6edbf2;
    background-position: -126px 2px;
}
.right ul li a{
    text-decoration: none;
    transition: .2s ease-in-out;
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.right ul li a span{
    display: none;
}
section.footer .row {
    align-items: center;
    justify-content: space-between;
}
.right {
    display: block;
    width: 100%;
    line-height: normal;
    text-align: right;
    line-height: 0;
}
.right > ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.right ul li:hover {
    opacity: 0.9;
}
.cd2 p, .cd4 p, .cd5 p, .cd7 p, .cd10 p, .cd12 p {
    color: #fff;
}
.section-title__title{
    color: #304550;
}
.media-body p {
    margin: 0 !important;
}
.customers-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.customers-slider .slick-list.draggable{
    display:block;
    width:100%;
    overflow: hidden;
}
.customers-slider .slick-dots li {
    float: none;
}
.customers-slider .slick-track li{
    float:none;
    display: inline-block;
    padding: 15px 0;
}
.blog-one__bottom a:hover {
    background-color: var(--theme-color2);
    border: 1px solid var(--theme-color2);
}
.clients-section.pad-tb{
    position: relative;
    padding-bottom: 30px;
    background-color: #eeeeee;
}
.clients-section.pad-tb:before{
    content: "";
    background: url(../images/webP/client.webp) center top #eeeeee;
    position: absolute;
    height: 315px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.clients-section.pad-tb .common-heading h2 {
    color: #fff;
}
.clients-section.pad-tb .-cta-btn.mt70 {
    margin-top: 30px;
}
.customers-slider .slick-dots {
    bottom: -10px;
}
.clients-section.pad-tb .common-heading span {
    color: #fff;
}
.blog-slider .slick-track {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    gap:20px;
}
.blog-slider .slick-list.draggable{
    width:100%;
    display:block;
    overflow: hidden;
}
.blog-slider .slick-dots {
    bottom: 20px;
}
.logos {
    box-shadow: 0 -1px 7px #2a434f36;
}
.logo a{text-decoration:none}
.logos img {
    max-width: 100%;
}
.year-logo{
height: 41px;
    padding-left: 60px;
    vertical-align: middle;
    display:none;
}
.logo a .year-logo{display:none}
.job{
    padding-left: 45px;
}
.job li {
    list-style: disc;
}

@media only screen and (max-width: 991px) {
	.header.fixed {
    position: absolute;
    background: var(--theme-color);
}
    .funfact > .row .col-lg-4:first-child, .srcl4,
    .srcl2, .srcl5{
        top: 0;
    }
    .icon-set{
        width: 50%;
    }
    ul.customers-slider{
        padding: 0;
        margin: 0;
    }
  }

@media only screen and (max-width: 767px) {
	.logo a{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 64px);
	}
	
	.logo a .year-logo{display:block}
	.logo-year{display:none}
	
	#navbarSupportedContent {
    background: var(--theme-color2);
    width: 100%;
    position: absolute;
    left: 0;
    top: 20px;
}
.header {
    /* position: relative; */
}
.nav-bar > ul{display:block; max-height:80vh; overflow:auto;}
.nav-bar > ul > li > a {
color: #0b1319;}
.nav-bar > ul > li > ul {
    position: relative;
    display: block;
    width: 100%;
    background: #1d3543;
}
.nav-bar > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    max-height: 300px;
    overflow: auto;
    background: #1d3543;
}.nav-bar > ul > li {
    display: block;
    position: relative;
    margin-bottom: 1px;
    background: var(--theme-color2);
}
.nav-bar > ul > li > ul > li > a {
    color: var(--theme-color2);
}
    .clients-section .free-cta-title,
    .service-section .free-cta-title {
        flex-direction: column;
        gap: 15px;
    }
    .clients-section .free-cta-title p{
        margin: 0;
    }
    .owl-carousel .slick-dots{
        right:30px;
    }
    .pad-tb {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner-img  h1 {
        font-size: 45px;
        line-height: normal;
    }

    .common-heading h2 {
        font-size: 28px;
        line-height: normal;
    }
    html .pt60 {
        padding-top: 30px;
    }
    .-cta-btn p {
        margin: 0;
    }
    .customers-slider .slick-dots{
        bottom:-20px;
    }
    .owl-carousel .slick-dots{
        bottom: -25px;
    }
    .blog-one {
        padding: 30px 0 30px;
    }
    .section-title__title {
        font-size: 28px;
        line-height: normal;
    }
    .section-title {
        margin-bottom: 15px;
    }
    section.footer p{
        display: block;
        text-align: center;
        padding-bottom: 15px;
    }
    .right {
        text-align: center;
    }
    .blog-one__title {
        font-size: 20px;
        line-height: 25px;
    }
    .blog-one__content {
        padding: 20px;
    }
	
	.desktop {zoom:.75}
	.banner-img{height:auto; max-height:max-content;}
  }
  
  @media only screen and (max-width: 600px) {
	      .desktop {
    zoom: 0.6;
    /* width: 202px; */
  
}
  }

 


  




  .overview{
    /* background-color: aliceblue; */
}
.service, .aliceblue{
    
    background-color: aliceblue;
  }

  .key-points{
    padding: 0;
  }
  .key-points ul li i{
    margin-right: 8px;
  }

.service-card{
   border: 1px solid var(--theme-color2);
   border-radius: 10px;
   padding: 20px  10px 0px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   width: 530px;
   margin:0 auto 35px;
   background-color: var(--white-color);
   transition: .4s;
   

}

.service-card:hover{
    transform: translateY(-7.5px);
}

.nowrap{
    display: flex;
    /* flex-wrap: nowrap; */
    justify-content: space-between;
}
  .bdr{
    /* border: 2px solid white; */
  }

  .accordion-button{
    /* color: var(--theme-color2); */

  }
  .accordion-item{
    /* background-color: var(--theme-color2); */
  }


.accordion-header:not(.collapsed) {
    background-color: var(--theme-color);
    color:#ffffff;
}


.accordion-button:not(.collapsed){
background-color:#304550;
color:#ffffff;
}



.accordion-button{
   background-color: var(--theme-color);
  color:#0b2850;
}

.accordion-button::after{
    filter: invert(1);
}

.accordion-button:not(.collapsed)::after{
    filter: invert(1);
}

.faq-accordion{
    /* min-width: 1220px; */
}




  /* web-service  */


  .web-service{
    /* background: aliceblue; */
}


.web-ser{
    display: block;
    margin: auto;
    border: 1px solid var(--theme-color2); 
    border-radius: 12px;
    height: 358px;
    padding: 34px 13px;
    background-color: var(--white-color);
}

.web-img{
    width: 70px;
    margin-bottom: 42px;
}

.ppt{
    position: relative;
    text-align: left;
    padding-top: 50px;
}

.d-market{
    /* min-height: 230px; */
    height: 266px;
    border: 2px solid var(--theme-color2);
    background-color: var(--white-color);
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 20px;
    transition: .4s;
}

.d-market:hover{
    transform: translateY(-7.5px);
}

.aliceblue{
    background-color: aliceblue!important;
}


/* TEMPLATE        -- */

/* new tab  */



.tab {
    overflow: hidden;
   /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    /*background-color: #0B2850;*/
    text-align: center;
    margin-bottom: 52px;
    width: 100%;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 28px;
    /* padding: 14px 16px; */
    transition: 0.3s;
    font-size: 17px;
    color: var(--white-color);
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: var(--theme-color2);
 
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: var(--theme-color2);
    color: var(--white-color);
    /* outline: 2px solid white; */
    transition: .5s;
  }
  
  Style the tab content
  .tabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;
  }

.pro{
    margin: 18px 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 10px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
}


.pro img{
    transition: .3s;}

.pro img:hover{ 
    /* transform: rotate3d(45deg); */
    /* transform: rotate(5deg); */
    transform: scale(1.1);
  
  
    
 
}




/* Our team  */


.team-content {
    padding: 20px 1rem;
    background: var(--theme-color);
    text-align: center;
    height: 108px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: ease-in-out;
    transition: 1s;
}

.equal-shadow-team .team-content {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.team-content::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    transition: 1s;
    background-size: 200% auto;
    /* background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%); */
    background-image: linear-gradient(to right, #a8641d 0%, #cd9f72 51%, #7f4b16 100%);
}

.team-content h2, p{
    transition: 1s;
}


.team-content p {
    margin-bottom: 0;
    font-size: 13px;
}

.team-box:hover .team-content * {
    color: #fff;
}

.team-box:hover .team-content h4 {
    margin-top: -15px;
}

.team-box:hover .team-content::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-content ul {
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
    transition: .3s;
}

.image img{
    transition: all 0.3s ease-in-out;
    webkit-transition: all 0.3s ease-in-out;
}

.image {
    position: relative;
    overflow: hidden;
}

.team-box:hover .team-content ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 5px;
}

.team-box:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.overlay {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: -webkit-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: -moz-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: -ms-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: -o-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.overlay-blue{
    background-image: -webkit-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: -moz-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: -ms-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: -o-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    visibility: visible;
}

.overlay-dark {
    background-image: none;
    background-color: #000;
    z-index: 1;
    visibility: visible;
}



/* About us page  */

.Choose-Us{

    
}

.ch-card{
    text-align:center;
    border: 1px solid var(--theme-color2);
    border-radius: 12px;
    /* padding: 45px 10px 10px; */
    padding: 10px;
    background-color:var(--white-color);
    margin-bottom: 30px;
    transition: .4s;
	height:100%

}

.ch-card:hover{
    transform: translateY(-7.5px);
}


.ch-card img{
    height: 90px;
    margin: 17px 0;
}

/* contact form  */

.section-contact {
    padding: 8px 40px;
		background-color: #fff;
}

.section-contact .header-section .title {
	position: relative;
	margin-bottom: 17px;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 55px;
}

.section-contact .header-section .title .dot {
    display: inline-block;
	position: absolute;
    bottom: 8px;
    width: 8px;
    height: 8px;
    margin-left: 3px;
    background-color: var(--theme-color);
}

.section-contact .header-section .description {
	font-family: "Roboto", sans-serif;
	color: #2a6287;
}

.section-contact .header-section .big-title {
	position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%,70%);
    font-size: 120px;
    font-weight: 700;
    opacity: 0.15;
}


.section-contact .form-contact .single-input {
	position: relative;
    margin-top: 35px;
}

.section-contact .form-contact .single-input i {
	position: absolute;
    top: 5px;
    left: 15px;
    color: var(--theme-color2);
    font-size: 21px;
}

.section-contact .form-contact .single-input input,
.section-contact .form-contact .single-input textarea {
	width: 100%;
    border: none;
    border-bottom: 2px solid #07395c;
    padding-left: 50px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
		transition: border .3s;
}

.section-contact .form-contact .single-input input::placeholder,
.section-contact .form-contact .single-input textarea::placeholder {
	color: rgba(7, 57, 92, .3);
}

.section-contact .form-contact .single-input input:focus,
.section-contact .form-contact .single-input textarea:focus {
	border-color:  var(--theme-color2);
}

.section-contact .form-contact .single-input textarea {
	height: 51px;
	min-height: 50px;
}

.section-contact .form-contact .submit-input input {
	margin-top: 40px;
    padding: 15px 50px;
    background-color: var(--theme-color2);
    color: #fff;
    border: none;
    font-weight: 700;
    transition: background-color .3s;
}

.section-contact .form-contact .submit-input input:hover {
	background-color: #07395c;
}

@media (max-width: 575.99px) {
	.section-contact {
	    padding: 80px 60px;
	}

	.section-contact .header-section .title {
	    font-size: 40px;
	}

	.section-contact .header-section .big-title {
		font-size: 80px;
	}

	.section-contact .header-section .description {
		font-size: 14px;
	}
}

@media (min-width: 576px) and (max-width: 767.99px) {
	.section-contact {
	    padding: 80px 60px;
	}

	.section-contact .header-section .title {
	    font-size: 45px;
	}

	.section-contact .header-section .big-title {
		font-size: 100px;
	}
}

@media (min-width: 768px) and (max-width: 991.99px) {
	.section-contact {
	    padding: 80px 60px;
	}

	.section-contact .header-section .title {
	    font-size: 45px;
	}

	.section-contact .header-section .big-title {
		font-size: 100px;
	}
}




/* right boxes */
.inner-cont{
    /* border: 1px solid var(--theme-color2); */
    min-height: 100px;
    /* max-height: 175px; */
    background: #c0d3e3;
    padding: 22px 19px 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 30px;
    transition: .4s;
}

.inner-cont a{
    text-decoration: none;
    color: var(--theme-color);
    transition: .3s;
}

.inner-cont a:hover{
   
    color: var(--theme-color2);
   
}

.inner-cont:hover{
    transform: translateY(-7.5px);
}



h3 i {
    color: var(--theme-color2);
}



.loc-card{
    border: 1px solid var(--theme-color2);
    padding: 20px;
    margin-bottom: 60px;
    background-color: var(--white-color);
    box-shadow:  rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .4s;
    /* min-height: 350px; */
}

.top-img img{
    height: 100px;
}

.loc-card:hover{
    transform: translateY(-8px);
}

.loc-card a{
    color: var(--theme-color);
    text-decoration: none;
    /* font-size: 14px; */
    font-size: 0.9rem;
    font-weight: 600;
    transition: .4s;
}

.loc-card i {
    color: var(--theme-color2);
}

.loc-card a:hover{
    color: var(--theme-color2);
}

@media all and (max-width:400px)
{
	.desktop{zoom:.5}
}