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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    background-color: #fff;
        max-width: 1920px;
        margin: 0 auto;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}


/*header*/

/*.mega-menu-parent {*/
/*  position: relative;*/
/*}*/

/*.mega-menu-parent:hover .mega-menu {*/
/*  display: flex;*/
/*}*/

/*.mega-menu {*/
/*  display: none;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  width: 1000px;*/
/*  max-width: 95vw;*/
/*  background: #fff;*/
/*  border-top: 4px solid #007bff;*/
/*  box-shadow: 0 5px 20px rgba(0,0,0,0.15);*/
/*  z-index: 999;*/
/*  padding: 20px;*/
/*  border-radius: 10px;*/
/*  gap: 30px;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.menu-column {*/
/*  flex: 1;*/
/*  min-width: 200px;*/
/*}*/

/*.menu-column h4 {*/
/*  font-size: 15px;*/
/*  margin-bottom: 10px;*/
/*  color: #000;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 8px;*/
/*  font-weight: 600;*/
/*}*/

/*.menu-column a {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  font-size: 14px;*/
/*  color: #333 !important;*/
/*  text-decoration: fff;*/
/*  margin: 6px 0;*/
/*  gap: 8px;*/
/*  padding-left: 5px;*/
/*  transition: all 0.2s ease;*/
/*}*/

/*.menu-column a:hover {*/
/*  color: #007bff;*/
/*  padding-left: 10px;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .mega-menu {*/
/*    flex-direction: column;*/
/*    width: 95vw;*/
/*  }*/
/*}*/



header{
        background-color: #fff;
    color: #000;
    border-bottom: 1px solid #c1ccd7;
    position: relative;
    top: 0;
    z-index: 100;
    padding: 0 25px 0;
}
header nav .navbar-brand{
        width: 20%;
    margin: 0;
    padding: 0;
}
header nav #navbarSupportedContent{
    justify-content: end;
}
header nav #navbarSupportedContent ul li a:hover{
    color: #1b608c ;
}
header nav #navbarSupportedContent ul li{
    margin: 0 25px 0 0;
    position: relative;
}
/*header nav #navbarSupportedContent ul li:hover .submenu{
    display: block;
}*/
/*header nav #navbarSupportedContent ul li .submenu li:last-child{
    border-bottom: none;

}*/
/*header nav #navbarSupportedContent ul li .submenu li:hover a{
    color: #fff;
}*/
/*header nav #navbarSupportedContent ul li .submenu li:hover{
    background: #1b608c;
}*/
/*header nav #navbarSupportedContent ul li .submenu li{
        border-bottom: 1px solid #c1ccd7;
        padding: 5px 0;
    margin: 0 !important;

}*/
header nav #navbarSupportedContent ul li .submenu{
    display: none;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .278);
    position: absolute;
    top: 40px;
    background: #fff;
    z-index: 9;
    width: 250px;
    text-align: center;
}
header nav #navbarSupportedContent ul li a{
        
        color: #313030;
            font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    cursor: pointer;
    transition: .5s;
    font-family: Space Grotesk;
}
header nav #navbarSupportedContent form a{
        font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    display: block;
    color: #1b608c;
    border: 1px solid #1b608c;
    text-align: center;
    height: 40px;
    line-height: 40px;
    transition: .5s;
    font-family: Space Grotesk;

    width: 143px;

}
header nav #navbarSupportedContent form a:hover{
        background-color: #1b608c;
    color: #fff;
}


/*banner*/

.top-heading{
    font-size: 14px;
    font-weight: 400;
    line-height: 30.4px;
    letter-spacing: .6em;
    text-transform: uppercase;
    color: #7b7a7a;
      font-family: Inter;
}
.main-heading{
   font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -3px;
    color: #1d1d1d;
    font-family: Space Grotesk;  
}

.main-paragraph{
     font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #7b7a7a;
    font-family: Inter;
    margin: 0;   
}

.sec-home-banner .banner-left-content{
    padding: 50px 50px 50px 200px;
}
.sec-home-banner .banner-left-content h1{
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -3px;
    text-align: left;
    color: #1d1d1d;
    font-family: Space Grotesk;
}
.sec-home-banner .banner-left-content ul{
    margin: 15px 0;
}
.sec-home-banner .banner-left-content ul li svg{
    color: #1b608c;
    margin: 0 10px 0 0;
}
.sec-home-banner .banner-left-content ul li{
       font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7b7a7a;
    font-family: Inter;
}
.sec-home-banner .banner-left-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #7b7a7a;
    font-family: Inter;
    margin: 0;
}
.sec-home-banner .banner-left-content .heading-price-banner{
    font-family: Space Grotesk;
        font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #1d1d1d;
    margin: 0 0 15px;
}
.sec-home-banner .banner-left-content a:hover{
    background-color:#fff ;
    color: #1b608c;
}
.sec-home-banner .banner-left-content a{
    font-size: 16px;
    font-weight: 500;
    background-color: #1b608c;
    display: block;
    color: #fff;
    border: 1px solid #1b608c;
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: .5s;
    width: 25%;
        font-family: 'Space Grotesk';
}

.sec-home-banner .banner-right-content .banner-right-call-to-action span svg{
     display: block;
    color: #000;
    font-size: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: .5s all ease-in-out;
    z-index: 99;

}
.sec-home-banner .banner-right-content a:hover .banner-right-call-to-action span:before{
        width: 40px;
    height: 40px;
    opacity: 1;
}
.sec-home-banner .banner-right-content a:hover .banner-right-call-to-action span svg{
    color: #fff;
}
.sec-home-banner .banner-right-content .banner-right-call-to-action span:before{
        content: "";
    position: absolute;
    background-color: #1b608c;
    width: 0;
    height: 0;
    opacity: 0;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    transition: all .4s ease-in-out;
    z-index: 1;
}
.sec-home-banner .banner-right-content{
      position: relative;
    height: 750px;
}
.sec-home-banner .banner-right-content .banner-right-call-to-action{
        background-color: #fff;
    width: 100%;
    padding: 20px 40px;


} 
.sec-home-banner .banner-right-content a:hover{
  transform: scale(1);
}
.sec-home-banner .banner-right-content a{
    position: absolute;
    z-index: 1;
    display: block;
    width: 55%;
    left: 0;
    bottom: 0;
    transition: .5s all ease-in-out;
       transform: scale(0.9);
}
.sec-home-banner .banner-right-content .banner-right-call-to-action h2{
        font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -2px;
    text-align: left;
    font-family: Space Grotesk;
    color: #1b608c;
}
.sec-home-banner .banner-right-content .banner-right-image-banner img{
    width: 100%;
}
.sec-home-banner .banner-right-content .banner-right-image-banner{

    position: absolute;
    width: 100%;
    height: 850px;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;

}

/*review-logo*/
.review-logo{
        background-color: #f4f6f8;
    padding: 30px 0;
}
.review-logo .review-logo-slider  a:hover img{
    filter: inherit;
}

.review-logo .review-logo-slider  a img{
    margin: 0 auto;
    display: table;
    filter: brightness(.0);
        transition: .5s all ease-in-out;
}
.review-logo .review-logo-slider .slick-track{
display: flex;
align-items: center;

}
.slick-track{
    padding:30px 0 !important;
}

/*why-choose*/
.marquee-sec{
        padding: 60px 0;
}
.marquee-sec p{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.marquee-sec h3{
    margin: 30px 0;
    text-align: center;
}
.marquee-sec h2{
    margin: 0;
    text-align: center;
}

.marquee-sec  a .marquee-slider-inner .marquee-slider-inner-content{
    display: none;
}

.marquee-sec  a:hover .marquee-slider-inner .marquee-slider-inner-content{
display: block;

}

.marquee-sec  a:hover .marquee-slider-inner .marquee-slider-inner-content .arrow-marquee{
    opacity: 1;
    transform: translate(-15px);
}
.marquee-sec  a .marquee-slider-inner .marquee-slider-inner-content .arrow-marquee{
    position: absolute;
    color: #fff;
    font-size: 20px;
    rotate: -45deg;
    right: 0;
    transform: translate(-30px);
    opacity: 0;
    transition: .5s;
    top: -10px;
}
.marquee-sec  a .marquee-slider-inner .marquee-slider-inner-content .brandname{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
        text-align: center;
         font-family: Space Grotesk;
         position: absolute;
         bottom: 30px;
          left: 0;
    right: 0;
    text-align: center;
}
.marquee-sec  a .marquee-slider-inner .marquee-slider-inner-content .brandtype{
font-size: 14px;
    font-weight: 500;
    color: #f4f6f8;
    text-align: center;
    font-family: Inter;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.marquee-sec  a:hover .marquee-slider-inner:before{
    opacity: 1;
}
.marquee-sec .marquee-main-layer a .marquee-slider-inner img{
    object-fit: cover;
        width: 640px;
    height: 370px;
}
.marquee-sec .marquee-main-layer{
    width: 640px;
    height: 370px;
    position: relative;
}
.marquee-sec  a .marquee-slider-inner:before{
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .4s ease-in-out;
    margin: auto;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}


.marquee-sec .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}


.swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.marquee-sec .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
.marquee-sec .marquee-slider-slides{
    padding: 60px 0;
}

.marquee-sec .marquee-slider-slides .swiper--top{
    margin: 0 0 15px;
}
.marquee-sec .marquee-new-content span{
    color: #fff;
    -webkit-text-stroke: .1vw #232323;
}
.marquee-sec .marquee-new-content{
        font-size: 100px;
    font-weight: 500;
     font-family: Space Grotesk;
     color: #000;
}

/*cta 1*/
.cta-background{
    background-color: #f4f6f8 !important;
}
.cta-1{
padding: 60px 0;
background-color: #fff;
}
.cta-1 h2:before{
    content: '';
    position: absolute;
    border-top: 4px solid #000;
    bottom: -15px;
    width: 5%;
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cta-1 h2{
    position: relative;
    text-align: center;
    margin: 0 0 50px;
}
.cta-1 .cta-form-box{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cta-1 .cta-form-box button:hover{
    background-color: #fff;
    color: #1b608c;
}
.cta-1 .cta-form-box button{
        font-size: 16px;
    font-weight: 500;
    background-color: #1b608c;
    display: block;
    color: #fff;
    border: 1px solid #1b608c;
    text-align: center;
    height: 50px;
    line-height: 47px;
    transition: .5s;
    width: 150px;
    font-family: 'Space Grotesk';
}
.cta-1 .cta-form-box input{
        width: 350px;
    border: 1px solid #c1ccd7;
    border-radius: 4px;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #000;
    box-shadow: none;
    padding: 0px 20px;
    height: 50px;
}

/*service*/
.service-sec{
        padding: 60px 0;
    background-color: #f4f6f8;
}
.service-sec h3:before{
    content: '';
    position: absolute;
    border-top: 4px solid #000;
    bottom: -15px;
    width: 3%;
    height: 4px;
    left: 0;
}
.service-sec h3{
margin: 0 0 40px;
position: relative;
}
.service-sec .service-slider{
    position: relative;
}
.service-sec .service-slider .service-slides-content{
       position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
        flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-sec .service-slider:hover .service-slides-content p{
        opacity: 1;
    height: 40%;
}
.service-sec .service-slider .service-slides-content p{
        font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #fff;
        opacity: 0;
    height: 0;
    transition: .5s;
        padding: 0 12px;
}
.service-sec .service-slider .service-slides-content .service-slides-heading{
        font-size: 40px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-family: Space Grotesk;
    margin: 0 0 10px;
}
.service-sec .owl-carousel{
    margin: 40px 0 0 ;
}


/*experience*/
.branding-exp .main-heading{
    margin: 0 0 15px;
}
.branding-exp .main-heading , .branding-exp .main-paragraph{
    text-align: center;
}
.experience-sec{
        padding: 60px 0;
}
.experience-sec .count:after{
    content: '+';
        font-size: 75px;
}
.experience-sec .main-count{
    position: relative;
}
.experience-sec .main-count:before{
    content: '';
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 281px;
    height: 281px;
    border: 1px solid #1b608c5c;
    border-radius: 100%;
    margin: 0 auto;
    
}
.experience-sec .count{
      font-family: Space Grotesk;
    font-size: 100px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #1b608c;
    height: 231px;
    line-height: 231px;
    border-radius: 50%;
    width: 231px;
    margin: 0 auto;
}
.experience-se .main-heading{
    margin: 10px 0;
}
.experience-sec .years-of-exp{
        font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: .1em;
    text-align: left;
    margin: 0 0 10px;
}
.experience-sec .experience-flex-here{

    display: flex;
    margin: 60px 0 0 0;
    gap: 40px;
    align-items: center;
    justify-content: center;

}
.experience-sec .experience-flex-here img{
    margin: 0 auto 20px;
    display: table;
}
.experience-sec .experience-flex-here .experience-flex-box-content{
    padding: 20px 0 0;
        border-top: 1px solid rgb(0 0 0 / 25%);
    font-family: Inter;
        font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #313030;
        width: 64%;
            margin: 0 auto;
}
/*pricing-packages*/
.padoing-set-center{
    padding: 60px 0 0 !important;
}
.padoing-set-center .top-heading , .padoing-set-center .main-heading , .padoing-set-center .main-paragraph{
    text-align: center !important;
}
.pricing-packages #myTab{
    margin: 50px 0 0 0;
        border: none;
        justify-content: center;
            gap: 50px;
}
.pricing-packages #myTab li button{
    border: none;
        font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20.25px;
    text-align: center;
    color: #313030;
}
.pricing-packages #myTab li button.active{
    color: #1b608c;
    border-bottom: 1px solid;
}
.pricing-packages #myTabContent{
    margin: 50px 0 0 0;
}
.pricing-packages #myTabContent .pricing-packages-box{
    background-color: #f4f6f8;
    padding: 30px;
    margin: 0 15px;
    position:relative;
}
.pricing-packages #myTabContent .slick-active.slick-center .pricing-packages-box{
        transform: scale(1.08);
}
.pricing-packages #myTabContent .pricing-packages-box p span{
    font-size: 14px;
}
.pricing-packages #myTabContent .pricing-packages-box p{
        right: 0;
    position: absolute;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-family:Inter;
    font-size: 18px;
    font-weight: 500;
    width: 120px;
    line-height: 35px;
    text-align: center;
}
.pricing-packages #myTabContent .pricing-packages-box p:before{
    content: "";
    background-image: url(../images/dis.png);
    position: absolute;
    width: 130px;
    height: 35px;
    background-size: cover;
    z-index: -1;
    right: 0;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-name{
    font-size: 20px;
    font-weight: 700;
    line-height: 27.08px;
    letter-spacing: .8px;
    text-align: left;
    color: #313030;
    font-family: Space Grotesk;
    width:78%;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-cut-price{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-decoration: line-through;
    font-family: Inter;
    margin: 0 0 10px;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-price{
        font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    text-align: left;
    color: #313030;
    font-family: Space Grotesk;
}



.pricing-packages #myTabContent .pricing-packages-box .pricing-package-point {
    list-style: none;
    height: 240px;
    overflow: auto
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-point li{
        font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.88px;
    text-align: left;
    color: #7b7a7a;
    margin-bottom: 10px;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-point::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
    margin-right: -10px
}

.pricing-packages #myTabContent .pricing-packages-box .pricing-package-point::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
    margin-right: -10px
}

.pricing-packages #myTabContent .pricing-packages-box .pricing-package-point::-webkit-scrollbar-thumb {
    background-color: #000
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-buttons{
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
    margin: 30px 0 0;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-buttons a:hover{
     background-color: #fff;
      color: #1b608c;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-buttons a{
        font-size: 16px;
    font-weight: 500;
    background-color: #1b608c;
    display: block;
    color: #fff;
    border: 1px solid #1b608c;
    text-align: center;
    height: 35px;
    line-height: 33px;
    transition: .5s;
    border-radius: 6px;
    width: 40%;
    font-family: Space Grotesk;
}

.pricing-packages #myTabContent .pricing-packages-box .pricing-combo-package{
        font-size: 20px;
    font-weight: 700;
    line-height: 27.08px;
    letter-spacing: .8px;
    text-align: left;
    color: #313030;
    font-family: Space Grotesk;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-combo-package-name{
        font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    text-align: left;
    color: #313030;
    font-family: Space Grotesk;

}
.pricing-packages #myTabContent .pricing-packages-box .pricing-combo-package-slogan{
     font-family: Space Grotesk;
        font-size: 20px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    margin: 0 0 30px;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-combo-heading{
     font-family: Space Grotesk;
        font-size: 20px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: .7500000596px;
    text-align: left;
    margin-bottom: 10px;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-combo-package-point li{
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.88px;
    text-align: left;
    color: #7b7a7a;
    margin-bottom: 5px;
}
.pricing-packages #myTabContent .pricing-packages-box .price-combo-package-price{
        font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    color: #313030;
        text-align: center;
          font-family: Space Grotesk;
}
.pricing-packages #myTabContent .pricing-packages-box .price-combo-package-price-cut{
        font-size: 18px;
        font-family: Inter;
         color: #313030;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-decoration: line-through;
    margin: 0 0 10px;
}
.pricing-packages #myTabContent .pricing-packages-box .price-combo-offer{
        font-size: 12px;
    font-weight: 400;
    line-height: 16.88px;
    text-align: center;
    color: #7b7a7a;
    font-family: Inter;
}
.pricing-packages #myTabContent .pricing-packages-box .logo-combo-pack{
    position: relative;
}
.pricing-packages #myTabContent .pricing-packages-box .logo-combo-pack img{
    margin: 0 auto;
    display: table;
}
.pricing-packages #myTabContent .pricing-packages-box .logo-combo-pack:before{
        content: "";
    background-image: url(../images/combo-vector.png);
    width: 105px;
    height: 200px;
    position: absolute;
    right: -30px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .3;
    bottom: 0;
}

/*growth content*/

.growth-content{
    padding: 60px 0;
}

.growth-content .top-heading{
    text-align: center;
    margin: 0 0 20px;
}
.growth-content .main-heading{
text-align: center;
width: 60%;
margin: 0 auto 20px;
}
.growth-content .main-paragraph{
text-align: center;
}
.growth-content .growth-content-colum{
    margin: 100px 0 0;
}
.growth-content .growth-content-colum .growth-content-head{
        font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    font-family: Space Grotesk;
    color: #000;
}
.growth-content .growth-content-colum a:hover{
    color:#1b608c;
    background-color: #fff;
}
.growth-content .growth-content-colum a{
        font-size: 16px;
    font-weight: 500;
    background-color: #1b608c;
    display: block;
    color: #fff;
    border: 1px solid #1b608c;
    text-align: center;
    height: 45px;
    line-height: 43px;
    transition: .5s;
    width: 20%;
    font-family: Space Grotesk;
}
.growth-content .growth-content-colum p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin: 20px 0;
    color: #000;
    font-family: Inter;
}


/*testimonial*/
.testi{
        padding: 60px 0;
    background-color: #f4f6f8;
}

.testi .top-heading{
    text-align:  center;
}
.testi .main-heading{
    margin: 25px 0;
    text-align: center;
}
.testi .main-paragraph{
    text-align: center;
}
.testi .testimonial-box{
    position: relative;
}
.testi .testimonial-box:before{
    content: '';
    background-image: url(../images/left-quote.png);
    position: absolute;
    width: 113px;
    height: 101px;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 7%;
}
.testi .testimonial-box:after{
    content:'';
    background-image: url(../images/right-quote.png);
     position: absolute;
    width: 113px;
    height: 101px;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 7%;
    right: 0;
}
.testi .testimonial-box .testimonial-slider .testimonial-slider-slide .testi-name{
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin:40px 0 0;
       font-family: Space Grotesk;
}
.testi .testimonial-box .testimonial-slider .testimonial-slider-slide .testi-content{
        font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #000;
    font-family: Space Grotesk;
}
.testi .testimonial-box .testimonial-slider .testimonial-slider-slide img{
    margin: 0 auto;
    display: table;
}
.testi .testimonial-box .testimonial-slider{
    padding: 80px 0;
    margin: 0;
}
.testi .testimonial-box .testimonial-slider .testimonial-slider-slide .testi-brand{
        font-size: 16px;
        font-family: Inter;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7b7a7a;
    margin: 0;
}
.testi .slick-dots{
    bottom: 60px;
}

.testi .slick-dots li{
    width: 10px;
    height: 10px;
    background-color: #000;
    opacity: .2;
    border-radius: 50%;
}
.testi .slick-dots li{
   width: 10px;
    height: 10px;  
}
.testi .slick-dots li.slick-active{
    width: 30px;
    border-radius: 8px;
    background-color:#1b608c ;
    opacity: 1;
    margin: 0 5px;
}
.testi .slick-dots li button:before{
    content: inherit;
}
/*why choose*/
.why-choose.packages-why-choose-sec{
    padding: 60px 0;
}
.why-choose.packages-why-choose-sec .main-paragraph{
    text-align: center;
}
.why-choose.packages-why-choose-sec .why-choose-box{
    grid-template-columns:1fr 1fr;
}
.why-choose.packages-why-choose-sec .why-choose-box .why-choose-single:nth-child(4){
    border-right: none;

}
.why-choose.packages-why-choose-sec .why-choose-box .why-choose-single:nth-child(3){
border-bottom: none;
    border-right: 1px solid #d9d9d9;

}
.why-choose.packages-why-choose-sec .why-choose-box .why-choose-single:nth-child(2){
border-right: none;
}
.why-choose.packages-why-choose-sec .main-heading{
    margin: 0 0 30px;
}
.why-choose.ecommerce-why-choose .why-choose-box .why-choose-single:nth-child(4){
    border-bottom: 1px solid #d9d9d9;
}
.why-choose.ecommerce-why-choose .why-choose-box .why-choose-single:nth-child(5){
    border-bottom: 1px solid #d9d9d9;
}
.why-choose.ecommerce-why-choose .why-choose-box .why-choose-single:nth-child(6){
    border-bottom: 1px solid #d9d9d9;
}
.why-choose.ecommerce-why-choose .why-choose-box .why-choose-single:nth-child(7){
    border-bottom: none;
}
.why-choose.ecommerce-why-choose .why-choose-box .why-choose-single:nth-child(8){
    border-bottom: none;
}
.why-choose.ecommerce-why-choose .why-choose-box .why-choose-single:nth-child(9){
    border-bottom: none;
    border-right: none;
}
.ecommerce-why-choose{
    padding: 60px 0;
    background-color: #f4f6f8;
}
.ecommerce-why-choose .main-paragraph{
    text-align: center;
}
.ecommerce-why-choose .main-heading{
    margin: 0 0 30px !important;
}
.why-choose .top-heading{
    text-align: center;
}
.why-choose .main-heading{
    text-align: center;
    margin: 0 0 80px;  
}
.why-choose .why-choose-box .why-choose-single{
        padding: 35px 20px 25px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.why-choose .why-choose-box .why-choose-single:nth-child(3){
    border-right: none;
}
.why-choose .why-choose-box .why-choose-single:nth-child(4){
    border-bottom: none;
}
.why-choose .why-choose-box .why-choose-single:nth-child(5){
    border-bottom: none;
}
.why-choose .why-choose-box .why-choose-single:nth-child(6){
    border-right: none;
    border-bottom: none;
}
.why-choose .why-choose-box{
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.why-choose .why-choose-box .why-choose-single .why-heading{
        font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #000;
        font-family: Space Grotesk;
        margin: 0 0 10px;
}
.why-choose .why-choose-box .why-choose-single p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7b7a7a;
    margin: 0;
    font-family: Inter;
}

/*spectrum*/
.spectrum{
        padding: 80px 0;
    background-color: #f4f6f8;
}

.spectrum .main-heading{
    text-align: center;
}
.spectrum .main-paragraph{
    text-align: center;
    width: 70%;
    margin: 30px auto 80px;
}
.spectrum .spectrum-box:hover{
        border-color: #313030;
}
.spectrum .spectrum-box:hover img{
    filter: invert(15%) sepia(100%) saturate(4169%) hue-rotate(182deg) brightness(73%) contrast(115%);
}
.spectrum .spectrum-box{
    display: grid;
    grid-template-columns: .2fr .3fr .7fr 1fr;
    padding: 25px 30px;
    align-items: center;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    transition: .3s all ease-in-out;
}
.spectrum .spectrum-box .spectrum-num{
        font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #444;
    font-family: Space Grotesk;
}
.spectrum .spectrum-box  img{
    margin: 0 auto;
    display: table;
}
.spectrum .spectrum-box .spectrum-head{
        font-size: 28px;
    font-weight: 400;
    line-height: 44.8px;
    text-align: left;
    color: #313030;
     font-family: Space Grotesk;
}
.spectrum .spectrum-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7b7a7a;
    margin: 0;
    transition: .5s;
}
/*call-to-action*/
.call-to-action{
    padding: 60px 0;
}
.call-to-action .call-to-action-head{
     font-family: Space Grotesk;
        font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -3px;
    text-align: left;
    color: #000;
}
.call-to-action p{
        font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7b7a7a;
    font-family: Inter;
    margin: 20px 0;

}
.call-to-action a:hover{
    background-color: #fff;
    color: #1b608c;
}
.call-to-action a{
        font-size: 16px;
    font-weight: 500;
    background-color: #1b608c;
    display: block;
    color: #fff;
    border: 1px solid #1b608c;
    text-align: center;
    height: 45px;
    line-height: 43px;
    transition: .5s;
    width: 25%;
    font-family: Space Grotesk;
}
/*footer*/
footer{
    background-color: #313030;
    padding: 50px 0;
}
footer .footer-logo a{
        width: 80%;
    display: block;
    margin: 0 0 20px;
}
footer .footer-logo p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #fff;
    font-family: Inter;
}
footer .footer-heading{
    color: #fff;
        font-family: Space Grotesk;
    font-size: 24px;
    font-weight: 500;
    line-height: 58px;
}
footer ul li{
    margin: 0 0 3px;
}
footer ul li:hover:before{
    color: #fff;
}
footer ul li:before{
    content: '\f324';
    font-family: "Font Awesome 5 Pro";
    color: #7b7a7a;
    margin: 0 10px 0 0;
    transition: .3s all ease-in-out;

}
footer .contact-details li a:hover i{
    color: #fff;
}
footer .contact-details li a i{
    color: #7b7a7a;
    margin: 0 10px 0 0;
}
footer .social-links li a:hover{
    margin: 0;
    color: #1b608c;
}
footer .social-links li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}
footer .social-links{
    margin: 30px 0 0;
}
footer .social-links li:first-child{
    margin: 0;
}
footer .social-links li{
    display: inline-block;
    margin: 0 0 0 10px;
}
footer .contact-details li:before,footer .social-links li:before{
    content: inherit;
}
footer ul li a:hover{
    margin: 0 0 0 15px;
    color: #fff;
}
footer ul li a{
    transition: .3s all ease-in-out;
    color: #7b7a7a;
    font-size: 18px;
    font-weight: 500;
    font-family: Inter;
}

/*inner page design-service*/
.design-service{
    padding: 80px 0;
}
.design-service .main-heading{
    text-align: center;
    margin: 0 0 20px;
}
.design-service .main-paragraph{
    text-align: center;
}
.design-service .design-service-box .design-service-main{
    margin: 50px 0 0;

}
.design-service .design-service-box .design-service-main:nth-child(2) h2:before{
    content: '02';
}
.design-service .design-service-box .design-service-main:nth-child(3) h2:before{
    content: '03';
}
.design-service .design-service-box .design-service-main:nth-child(4) h2:before{
    content: '04';
}
.design-service .design-service-box .design-service-main:nth-child(5) h2:before{
    content: '05';
}
.design-service .design-service-box .design-service-main h2:before{
content: '01';
    font-size: 36px;
    font-weight: 500;
    line-height: 28px;
    font-family: Space Grotesk;
    color: #000;
    position: absolute;
    bottom: -15px;
    right: 25px;
}
.design-service .design-service-box .design-service-main h2{
        font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid rgb(0 0 0 / 25%);
    position: relative;
    font-family: Space Grotesk;
}
.design-service .design-service-box .design-service-main .inner-design-service-box{
    margin: 50px 0 0 ;
}
.design-service .design-service-box .design-service-main .inner-design-service-box  ul li{
        font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    padding: 10px 14px;
    border-bottom: 1px solid #1d1d1d;
        font-family: Space Grotesk;
}
.design-service .design-service-box .design-service-main .inner-design-service-box .design-service-heading{
        font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: left;
    font-family: Space Grotesk;
    margin: 0 0 10px;
}
.design-service .design-service-box .design-service-main .inner-design-service-box .design-service-paragraph{
        color: #7b7a7a;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}


/*inner page counter sec*/
.inner-counter-sec.about-us-background{
    background-color: inherit;
}
.inner-counter-sec{
    padding: 60px 0;
    background-color: #f4f6f8;
}
.inner-counter-sec .main-heading , .inner-counter-sec .main-paragraph{
    text-align: center;
    margin: 0 0 10px;
}
.inner-counter-sec .inner-counter-box{
    margin: 80px 0 0;
}
.inner-counter-sec .inner-counter-box .inner-counter-heading{
        font-size: 18px;
    font-weight: 500;
    line-height: 30px;
     font-family: Space Grotesk;
     color: #000;
    text-align: center;
    width: 65%;
    margin: 0 auto;
}
.inner-counter-sec .inner-counter-box .inner-counter-count{
     font-family: Space Grotesk;
     color: #000;
    font-size: 45px;
    font-weight: 400;
    line-height: 45.01px;
    letter-spacing: 2px;
    text-align: center;
}
/*inner page vertical-slider*/
.vertical-sec-slider{
    padding: 80px 0;
}
.vertical-sec-slider .main-paragraph{
    text-align: center;
}
.vertical-sec-slider .main-heading{
    text-align: center;
    margin: 0 0 30px;
}
.vertical-sec-slider .vertical-sec-slider-box{
    margin: 80px 0 0;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-left-content{
position: relative;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-left-content .vertical-slide-image-content{
    padding: 10px;
    background: #fff;
    transform: rotate(-90deg);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5em;
    text-align: left;
    text-transform: uppercase;
    font-family: Space Grotesk;
    position: absolute;
     transform-origin: 0 0;

}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-left-content .vertical-slide-number{
    font-size: 170px;
    font-weight: 400;
    font-family: Space Grotesk;
    color: #000;
    position: absolute;
    top: -40px;
    right: -90px;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content .vertical-slide-top-head:before{
    content: '';
        border-top: 2px solid #1d1d1d;
    width: 40px;
    margin-right: 10px;
    height: 2px;
    display: block;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content .vertical-slide-top-head{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 30.4px;
    letter-spacing: .6em;
    font-family: inter;
    color: #000;
    display: flex;
    align-items: center;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7b7a7a;
    margin: 0;
    font-family: Inter;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content ul li{
    width: 50%;
        font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7b7a7a;
    font-family: Inter;
    list-style: disc;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content ul{
    padding: 0 0 0 40px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content .vertical-slide-main-head{
font-size: 54px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 4px;
    text-align: left;
    color: #000;
     font-family: Space Grotesk;
     margin: 10px 0;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content .vertical-slide-main-small-head{
        font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
     font-family: Space Grotesk;
      color: #000;
     margin: 16px 0 10px;


}
.vertical-sec-slider .slick-dots{
        display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    top: 0;
    bottom: 0;
        width: 0%;
    right: 40px;
}

.vertical-sec-slider .slick-dots li button:before{
    content: inherit !important;
}
.vertical-sec-slider .slick-dots li{
width: 3px;
    height: 30px;
    margin: 0;
}
.vertical-sec-slider .slick-dots li button{
    width: 3px;
    height: 30px;
    background-color: #cccccc;
    padding: 0;
}
.vertical-sec-slider .slick-dots li.slick-active button{
    background-color: #000;
}
.vertical-sec-slider .slick-prev {
    right: 38px;
    top: 35%;
    left: inherit;
}
.vertical-sec-slider .slick-prev:before{
    content: '\f106';
    font-family: "Font Awesome 5 Pro";
}
.vertical-sec-slider .slick-next{
     right: 38px;
    top: 61%;
    left: inherit;
}
.vertical-sec-slider .slick-next:before{
      content: '\f107';
    font-family: "Font Awesome 5 Pro";
}
.vertical-sec-slider .slick-prev:before, .vertical-sec-slider .slick-next:before{
    color: #000;
    opacity: 1;
    font-size: 50px;
    z-index: 9;
}
.vertical-sec-slider .slick-prev, .vertical-sec-slider .slick-next{
        z-index: 9;
}
/*inner-content-section-ecommerce*/
.inner-content-section{
    padding: 60px 0;
}
.inner-content-section .main-heading{
    text-align: center;
}
.inner-content-section .main-paragraph{
    text-align: center;
    margin: 15px 0 50px;
}
.inner-content-section .inner-content-sec-head{
        margin: 20px 0 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    font-family: Space Grotesk;
    text-align: left;
}
.inner-content-section .inner-content-sec-para{

    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7b7a7a;
}
/*content-sec-inner-button*/
.content-sec-inner-button .main-heading{
    text-align: center;
}
.content-sec-inner-button .anchor-button a:hover{
    background-color: #fff;
    color:#1b608c ;
}
.content-sec-inner-button .anchor-button a:first-child{
    margin: 0 15px 0 0;
}
.content-sec-inner-button .anchor-button a{
        font-size: 16px;
    font-weight: 500;
    background-color: #1b608c;
    display: block;
    color: #fff;
    border: 1px solid #1b608c;
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: .5s;
    width: 16%;
}
.content-sec-inner-button .anchor-button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-sec-inner-button .main-paragraph{
    text-align: center;
    margin: 30px 0 16px;
}
.content-sec-inner-button{
    padding: 80px 0;
    background-color: #f4f6f8;
}
/*portfolio */
.portfolio-here .main-heading{
    text-align: center;
}
.portfolio-here .top-heading{
    text-align: center;
    margin: 0 0 20px;
}
.portfolio-here{
    padding: 60px 0;
}
.portfolio-here #myTabContent .portfolio-box a .design-box{
    position: relative;
    margin: 0 0 30px;
}
.portfolio-here #myTabContent .portfolio-box.web-design-portfolio-here a .design-box img{
    object-position: top;
    transition: 5s all ease;
}
.portfolio-here #myTabContent .portfolio-box.web-design-portfolio-here a:hover .design-box img{
    object-position: bottom;
}
.portfolio-here #myTabContent .portfolio-box a .design-box img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.portfolio-here #myTabContent .portfolio-box a:hover .design-box:before{
    opacity: 1;
}
.portfolio-here #myTabContent .portfolio-box a:hover .design-box .design-hover-box{
    display: block;
}
.portfolio-here #myTabContent .portfolio-box a:hover .design-box .design-hover-box span{
    transform: translate(-15px);
        opacity: 1;

}
.portfolio-here #myTabContent .portfolio-box a .design-box .design-hover-box .brandtype{
        font-size: 14px;
    font-weight: 500;
    color: #f4f6f8;
    text-align: center;
    font-family: Inter;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;

}
.portfolio-here #myTabContent .portfolio-box a .design-box .design-hover-box .brandname{

    text-align: center;
             font-size: 20px; 
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: Space Grotesk;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.portfolio-here #myTabContent .portfolio-box a .design-box .design-hover-box span{
    position: absolute;
    color: #fff;
    font-size: 20px;
    rotate: -45deg;
    right: 0;
    transform: translate(-30px);
    opacity: 0;
    transition: .5s;
    top: -10px;
}
.portfolio-here #myTabContent .portfolio-box a .design-box .design-hover-box{
display: none;
} 
.portfolio-here #myTabContent .portfolio-box a .design-box:before{
       content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .4s ease-in-out;
    margin: auto;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}
.portfolio-here #myTabContent .portfolio-more-btn:hover{
    background-color: #fff;
    color: #1b608c;

}
.portfolio-here #myTabContent .portfolio-more-btn{
    font-size: 16px;
    font-weight: 500;
    background-color: #1b608c;
    display: block;
    color: #fff;
    border: 1px solid #1b608c;
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: .5s;
    width: 12%;
    margin: 0 auto 30px;
    font-family: Space Grotesk;

}
#first-more-view , #second-more-view{
    display: none;
}
/*contact-section*/
.contact-sec{
    padding: 60px 0;
}
.contact-page-form .contact-left-side{
position: relative;
}
.contact-page-form .contact-left-side img{
    width: 100%;
}
.contact-page-form .contact-left-side .contact-image-content{
    position: absolute;
    width: 45%;
    align-items: center;
    background: hsla(0, 0%, 100%, .698);
    display: flex;
    gap: 20px;
    padding: 20px 40px;
    border-radius: 6px;
    bottom: 10px;
    right: 10px;
}
.contact-page-form .contact-right-side .contact-heading-here{
    font-size: 50px;
    font-weight: 600;
    line-height: 55.01px;
    letter-spacing: -2px;
    text-align: left;
    margin-bottom: 30px;
    color: #000;
    font-family: Space Grotesk;
}
.contact-page-form .contact-right-side{
        padding: 0 0 0 120px;
        width: 80%;
}
.contact-page-form .contact-right-side .custom-input:before{
    content: '';
        background-image: url(../images/vector.png);
    width: 25px;
    height: 25px;
    position: absolute;
    left: 6px;
    top: 12px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.contact-page-form {
    padding: 60px 0;
}
.contact-social-sec{
    padding: 60px 0 0;
}
.contact-social-sec ul li:last-child:before{
content: inherit;
}
.contact-social-sec ul li{
    display: inline-block;
    position: relative;
}
.contact-social-sec ul li a:hover{
    color: #1b608c;
}
.contact-social-sec ul li:before{
        content: "";
    background-image: url(../images/dot.png);
    width: 10px;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact-social-sec ul li a{
        font-size: 50px;
        color: #000;
        transition: .5s all ease-in-out;
            padding: 0 35px;
}
.contact-social-sec ul{
    list-style: disc;
    margin: 30px 0;

}
.contact-social-sec .main-heading{
    text-align: center;
}
.contact-page-form .contact-right-side .custom-input:nth-child(2):before{
        background-image: url(../images/email.png);
}
.contact-page-form .contact-right-side .custom-input:nth-child(3):before{
        background-image: url(../images/call-img.png);
}
.contact-page-form .contact-right-side .custom-input:nth-child(4):before{
        background-image: url(../images/message.png);
}
.contact-page-form .contact-right-side .custom-input{
    margin-bottom: 15px;
        position: relative;
}
.contact-page-form .contact-right-side .custom-input input{
        border: 0;
    border-bottom: 1px solid #c1ccd7;
    font-family: Inter;
    color: #000;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    padding: 0 12px 0 40px;
    background-image: unset;
    width: 100%;
    outline: none;
}
.contact-page-form .contact-right-side .custom-input textarea{
        border: 0;
    border-bottom: 1px solid #c1ccd7;
    outline: none;

    font-family: Inter;
    color: #000;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    height: 120px;
    padding: 12px 12px 0 40px;
    background-image: unset;
    resize: none;
    width: 100%;
}
.contact-page-form .contact-right-side button:hover{
    background-color: #fff;
    color: #1b608c;
}
.contact-page-form .contact-right-side p{
    font-family: Inter;
        font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #7b7a7a;
    margin: 20px 0 0;
}
.contact-page-form .contact-right-side button{
            font-size: 16px;
    font-weight: 500;
    background-color: #1b608c;
    display: block;
    color: #fff;
    border: 1px solid #1b608c;
    text-align: center;
    height: 45px;
    line-height: 45px;
    transition: .5s;
    width: 100%;
    font-family: 'Space Grotesk';
}
.contact-page-form .contact-left-side .contact-image-content p{
        font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin: 0;
}
.contact-page-form .contact-left-side .contact-image-content .contact-head{
        font-size: 50px;
    font-weight: 700;
    line-height: 55.01px;
    letter-spacing: -2px;
    text-align: center;
    font-family: Space Grotesk;
    color: #000;

}
.contact-social-sec .contact-location img{
        width: 100%;
    filter: grayscale(1);
}
.contact-social-sec .contact-location{
    position: relative;
}
.contact-social-sec .contact-location .map-location-details{
    width: 200px;
    position: absolute;
    left: 150px;
    right: 0;
    margin: auto;
    top: 230px;
    z-index: 1;

}
.contact-social-sec .contact-location .map-location-details a:hover{
    color: #1b608c;
    background-color: #fff;
}
.contact-social-sec .contact-location .map-location-details a:before{
        content: "";
    width: 0;
    height: 0;
    border-color: transparent #1b608c transparent transparent;
    border-style: solid;
    border-width: 15px 14px 15px 0;
    display: inline-block;
    vertical-align: middle;
    rotate: -90deg;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 4px;
}
.contact-social-sec .contact-location .map-location-details a{
    font-size: 16px;
    font-weight: 500;
    background-color: #1b608c;
    display: block;
    color: #fff;
    border: 1px solid #1b608c;
    text-align: center;
    height: 40px;
    line-height: 40px;
    transition: .5s;
    width: 100%;
    font-family: 'Space Grotesk';
}
.contact-social-sec .contact-location .map-location-details .map-location-content span{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -.25px;
    text-align: center;
    color: #1b608c;
    margin: 0 0 10px;
    font-family: Space Grotesk;
    display: block;
}
.contact-social-sec .contact-location .map-location-details .map-location-content{
        background-color: #fff;
    padding: 10px;
        font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.25px;
    text-align: center;
    color: #7b7a7a;
    font-family: Inter;
}
.contact-social-sec .contact-location .map-location-details .circle-dot:before{
        background: rgba(49, 48, 48, .486);
    animation-delay: -1s
}
.contact-social-sec .contact-location .map-location-details .circle-dot:after{
        background: rgba(49, 48, 48, .486);
}
.contact-social-sec .contact-location .map-location-details .circle-dot:before , .contact-social-sec .contact-location .map-location-details .circle-dot:after{
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 50px;
    height: 50px;
    background: rgba(49, 48, 48, .486);
    border-radius: 50%;
    z-index: -1;
    animation: contact_grow__z1oFF 2s ease-in-out infinite;
}
.contact-social-sec .contact-location .map-location-details .circle-dot{
        transform: translate(0);
    width: 25px;
    height: 25px;
    background-color: #313030;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.3rem;
    margin: auto;
    position: relative;
    z-index: -1;
}
@keyframes contact_grow__z1oFF {
    0% {
        transform: scale(.8);
        opacity: 1
    }

    50% {
        transform: scale(1.4);
        opacity: .5
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}

/*review*/
.review-sec{
    padding: 0 0 60px 0;
}
.review-sec .review-box .review-box-content{

    background: #f4f6f8;
    padding: 30px;
}
.review-sec .review-box{
    transition: .5s all ease-in-out;
    position: relative;
    margin: 0 0 30px;
}
.review-sec .review-box:hover{
transform: translateY(-20px);
}
.review-sec .review-box .review-box-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #7b7a7a;
    font-family: Inter;
    margin: 15px 0 0;
}
.review-sec .review-box  svg path{
        fill: rgb(255 255 255) !important;
}

.review-sec .review-box .review-box-content .stars i:first-child{
    margin: 0;
}
.review-sec .review-box .review-box-content .stars i.active{
    opacity: 1;
}
.review-sec .review-box .review-box-content .stars i{
color: #1b608c;
opacity: .2;
margin: 0 0 0 5px;
font-size: 16px;
}
.review-sec .review-box .svg-here-review{

    position: absolute;
    top: 0;
    left: 60%;
    width: 15%;
    z-index: 99;

}
.review-sec .review-box .review-profile img{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
}
.review-sec .review-box .review-profile{
    display: flex;
    align-items: center;
}
.review-sec .review-box .review-profile .review-profile-name{
        font-size: 22px;
    font-weight: 500;
    margin: 0 0 0 20px;
    line-height: 28px;
    text-align: left;
    color: #000;
    font-family: Space Grotesk;
}
/*modal css*/
#newmodal .modal-dialog{
    max-width: 1000px;
    background: #fff;
    padding: 0;
    box-shadow: 0 100px 80px hsla(0, 0%, 72%, .07), 0 25.8162px 19px 4px hsla(0, 0%, 70%, .046), 0 7.779px 7.30492px rgba(0, 0, 0, .035), 0 1.48838px 2.0843px rgba(0, 0, 0, .024);
    color: #000;
    margin: 2% auto;
    position: relative;
  
}

#newmodal .modal-dialog .modal-content{
    border: none;

}
#newmodal .modal-dialog .modal-body .close-poppup-btn{
        border: none;
    background: #000;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    width: 35px;
    line-height: 35px;
    height: 35px;
    border-radius: 50%;
}
#newmodal .modal-dialog .modal-body{
    padding: 0;
}
#newmodal .modal-dialog .modal-body .modal-setting{
    display: flex;
        align-items: center;
    justify-content: space-between;
}
#newmodal .modal-dialog .modal-body .modal-setting .image-column{
    position: relative;
}
#newmodal .modal-dialog .modal-body .modal-setting .image-column .contact-image-content{
    background: hsla(0, 0%, 100%, .698);
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
}

#newmodal .modal-dialog .modal-body .modal-setting .image-column .contact-image-content p{
        font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin: 0;
}
#newmodal .modal-dialog .modal-body .modal-setting .image-column .contact-image-content .contact-head{
        font-size: 35px;
    font-weight: 700;
    line-height: 55.01px;
    letter-spacing: -2px;
    text-align: center;
    font-family: Space Grotesk;
    color: #000;

}
#newmodal .modal-dialog .modal-body .modal-setting .image-column{
    width: 43%;
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column{
    width: 55%;
    padding: 0 20px 0 0;
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side .contact-heading-here{
        font-size: 55px;
    font-weight: 600;
    line-height: 55.01px;
    letter-spacing: -.02em;
    text-align: left;
    color: #1d1d1d;
    font-family: Space Grotesk;

}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side .modal-grey-small-head{
        font-size: 30px;
    font-weight: 400;
    line-height: 55.01px;
    text-align: left;
    color: gray;
    margin: 10px 0;
}



#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side .custom-input:nth-child(2):before{
        background-image: url(../images/email.png);
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side .custom-input:nth-child(3):before{
        background-image: url(../images/call-img.png);
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side .custom-input:nth-child(4):before{
        background-image: url(../images/dollar.png);
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side .custom-input:nth-child(5):before{
        background-image: url(../images/message.png);
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side .custom-input{
    margin-bottom: 15px;
        position: relative;
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side .custom-input input{
        border: 0;
    border-bottom: 1px solid #c1ccd7;
    font-family: Inter;
    color: #000;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    padding: 0 12px 0 40px;
    background-image: unset;
    width: 100%;
    outline: none;
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side .custom-input textarea{
        border: 0;
    border-bottom: 1px solid #c1ccd7;
    outline: none;

    font-family: Inter;
    color: #000;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    height: 120px;
    padding: 12px 12px 0 40px;
    background-image: unset;
    resize: none;
    width: 100%;
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side button:hover{
    background-color: #fff;
    color: #1b608c;
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side p{
    font-family: Inter;
        font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #7b7a7a;
    margin:0px 0 30px;
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side button{
            font-size: 16px;
    font-weight: 500;
    background-color: #1b608c;
    display: block;
    color: #fff;
    border: 1px solid #1b608c;
    text-align: center;
    height: 45px;
    line-height: 45px;
    transition: .5s;
    width: 100%;
    font-family: 'Space Grotesk';
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side .custom-input:before{
    content: '';
        background-image: url(../images/vector.png);
    width: 25px;
    height: 25px;
    position: absolute;
    left: 6px;
    top: 12px;
    background-repeat: no-repeat;
    background-position: 50%;
}
header nav .navbar-toggler{
       background: #1b608c;
    color: #fff;
    font-size: 20px;
    padding: 0;
    width: 15%;
    height: 35px;
    border: none;

}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 767px) {

.sec-home-banner .banner-left-content{
    padding: 0;
}
header nav .navbar-brand{
        width: 50%;
}
header{
    padding: 0;
}
.sec-home-banner , .marquee-sec , .cta-1 , .inner-counter-sec , .contact-sec , .contact-page-form , .content-sec-inner-button , .vertical-sec-slider , .inner-content-section , .why-choose , .padoing-set-center , .design-service , .service-sec , .growth-content , .testi , .experience-sec , .pricing-packages , .spectrum , .call-to-action{
    padding: 30px 0 !important;
}
.sec-home-banner .banner-left-content h1{
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -1px;
    text-align: center;
}
.sec-home-banner .banner-left-content ul li{
    margin: 0 0 10px;
     font-size: 14px;
            text-align: center;
                line-height: 20px;
}
.sec-home-banner .banner-left-content p {
    font-size: 14px;
            text-align: center;
                line-height: 20px;
}
.sec-home-banner .banner-left-content .heading-price-banner{
    font-size: 16px;
}
.sec-home-banner .banner-left-content .heading-price-banner{
    font-size: 16px;
    text-align: center;
}
.sec-home-banner .banner-left-content a{
        height: 40px;
    line-height: 40px;
    width: 100%;
    margin: 0 0 30px;
}
.sec-home-banner .banner-right-content{
    height: auto;
}
.sec-home-banner .banner-right-content .banner-right-image-banner{
        position: relative;
    width: 100%;
    height: auto;
}
.sec-home-banner .banner-right-content a{
        position: relative;
        width: 100%;

}
.sec-home-banner .banner-right-content .banner-right-call-to-action{
    background-color: #000;
    padding: 20px;
}
.sec-home-banner .banner-right-content .banner-right-call-to-action span svg{
    color: #fff;
}
.sec-home-banner .banner-right-content .banner-right-call-to-action img{
     filter: brightness(0) invert(1);
    margin: 0 auto;
    display: table;
}
.sec-home-banner .banner-right-content .banner-right-call-to-action h2{
        font-size: 30px;
            color: #fff;
    text-align: center;
}
.main-heading{
        font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
}
.marquee-sec h3{
    margin: 15px 0;
}
.marquee-sec p{
    width: 100%;
    font-size: 14px;
}
.marquee-sec .marquee-main-layer{
    width: 250px;
    height: 250px;
}
.marquee-sec a .marquee-slider-inner:before{
    opacity: 1;
}
.marquee-sec .marquee-main-layer a .marquee-slider-inner img{
        width: 250px;
    height: 250px;
}
.marquee-sec a .marquee-slider-inner .marquee-slider-inner-content{
    display: block;
}
.marquee-sec .marquee-new-content{
    font-size: 40px;
}
.cta-1 h2{
    margin: 0 0 35px;
}
.cta-1 .cta-form-box{
    flex-direction: column;
}
.cta-1 .cta-form-box input{
        width: 100%;
         height: 40px;
        line-height: 40px;
}
.cta-1 .cta-form-box button{
        width: 100%;
        height: 40px;
        line-height: 40px;
}
.top-heading{
    text-align: center;
}
.service-sec h3{
    margin: 0 0 20px;
    text-align: center;
}
.service-sec h3:before{    
    bottom: -8px;
    width: 7%;
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.main-paragraph{
        font-size: 14px;
            line-height: 22px;
            text-align: center;
}
.service-sec .service-slider .service-slides-content .service-slides-heading{
    font-size: 18px;
    line-height: 20px;
}
.service-sec .service-slider .service-slides-content p{
        font-size: 13px;
    line-height: 20px;
    opacity: 1 !important;
        height: auto !important;
}



.experience-sec .main-heading{
text-align: center;
margin: 0 0 15px;
}
.experience-sec .main-count{
    margin: 30px 0;
}
.experience-sec .count{
    height: 150px;
    line-height: 150px;
        width: 150px;
        font-size: 60px;
}
.experience-sec .count:after{
        font-size: 30px;
}
.experience-sec .main-count:before{
        width: 180px;
    height: 180px;
}
.experience-sec .years-of-exp{
    font-size: 16px;
    text-align: center;
}
.experience-sec .experience-flex-here{
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 0;
}
.experience-sec .experience-flex-here .experience-flex-box-content{
        width: 100%;
}

.pricing-packages .main-heading{
    text-align: center;
    margin: 15px 0;
}
.pricing-packages #myTab{
    margin: 20px 0 0 0;
    gap: 15px;
}
.pricing-packages #myTabContent{
    margin: 25px 0 0 0;
}
.pricing-packages #myTabContent .pricing-packages-box{
        padding: 20px;
            transform: scale(1);
            margin: 0 0 20px;
}
.pricing-packages #myTabContent .pricing-packages-box p{
        margin: 0 auto 15px;
            width: 100px;
            position: relative;

}
.pricing-packages #myTabContent .pricing-packages-box p span{
    font-size: 14px;
}
.pricing-packages #myTabContent .pricing-packages-box p:before{
        width: 120px;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-name{
    font-size: 18px;
    text-align: center;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-price{
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-cut-price{
    font-size: 16px;
    text-align: center;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-point li{
    text-align: center;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-buttons{
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-package-buttons a{
    width: 100%;
}
.pricing-packages #myTabContent .pricing-packages-box.center{
            transform: scale(1);

}
.growth-content .top-heading{
    margin: 0 0 10px;
}
.growth-content .main-heading{
    width: 100%;
}
.growth-content .growth-content-colum{
    margin: 30px 0 0;
}
.growth-content .growth-content-colum .growth-content-head{
    font-size: 20px;
    text-align: center;
}
.growth-content .growth-content-colum p{
    font-size: 14px;
    text-align: center;
            line-height: 25px;
}
.growth-content .growth-content-colum a{
    width: 100%;
    margin: 0 0 25px;
}
.growth-content .growth-content-colum img{
    margin: 0 0 25px;

}

.testi .main-heading{
    margin: 10px 0;
}
.testi .testimonial-box .testimonial-slider{
    padding: 40px 0;
}
.testi .testimonial-box .testimonial-slider .testimonial-slider-slide .testi-content{
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}
.testi .testimonial-box:after , .testi .testimonial-box:before{
    content: inherit;
}
.testi .testimonial-box .testimonial-slider .testimonial-slider-slide .testi-name{
    margin: 20px 0 0;
    text-align: center;
}
.testi .slick-dots{
    bottom: 0;
}
.testi .testimonial-box .testimonial-slider .testimonial-slider-slide .testi-brand{
    text-align: center;
    font-size: 14px;
}
.why-choose .main-heading{
    margin: 0 0 40px;
}
.why-choose .why-choose-box{
    margin: 0 0 30px;
    grid-template-columns: 1fr;
}
.why-choose .why-choose-box .why-choose-single{
        padding: 10px;
    border-right: none !important;
    border-bottom: 1px solid #d9d9d9 !important;
}
.why-choose .why-choose-box .why-choose-single .why-heading{
    font-size: 18px;
    text-align: center;
}
.why-choose .why-choose-box .why-choose-single p{
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.spectrum .main-paragraph{
    width: 100%;
    margin: 20px auto ;
}
.spectrum .spectrum-box{
        grid-template-columns: 1fr;
    padding: 15px 15px;

}
.spectrum .spectrum-box .spectrum-num , .spectrum .spectrum-box .spectrum-head , .spectrum .spectrum-box p{
    text-align: center;
}
.spectrum .spectrum-box p{
    font-size: 14px;
    line-height: 20px;
}
.spectrum .spectrum-box .spectrum-head{
    font-size: 22px;
}
.call-to-action .call-to-action-head{
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -1px;
    text-align: center;
}
.call-to-action p{
    font-size: 14px;
    text-align: center;
}
.call-to-action a{
    width: 100%;
    margin: 0 0 30px;
}
footer .footer-heading{
    font-size: 20px;
}
footer ul li{

}
footer ul li a{
    font-size: 16px;
}
.design-service .design-service-box .design-service-main , .design-service .design-service-box .design-service-main .inner-design-service-box{
    margin: 25px 0 0;
}
.design-service .design-service-box .design-service-main h2{
    font-size: 18px;
    text-align: center;
}
.design-service .design-service-box .design-service-main .inner-design-service-box .design-service-heading{
    text-align: center;
}
.design-service .design-service-box .design-service-main .inner-design-service-box .design-service-paragraph{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px;
}
.design-service .design-service-box .design-service-main .inner-design-service-box ul li{
    line-height: 22px;
    padding: 10px;
}
.inner-counter-sec .inner-counter-box{
    margin: 40px 0 0 ;
}
.inner-counter-sec .inner-counter-box .inner-counter-heading{
    width: 100%;
}
.inner-counter-sec .inner-counter-box .inner-counter-count{
    margin: 0 0 30px;
    font-size: 28px;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-left-content .vertical-slide-image-content{
    display: none;   
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content .vertical-slide-top-head{
    justify-content: center;
    margin: 20px 0 0;
    line-height: 22px;
    letter-spacing: 2px;
    text-align: center;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content .vertical-slide-main-head{
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content p{
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-left-content .vertical-slide-number{
    top: 10px;
    right: 10px;
    font-size: 50px;
    color: #fff;
}

.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-left-content:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
}
.vertical-sec-slider .slick-dots{
    flex-direction: inherit;
    top: inherit;
            left: 50%;
            right: 0;
            bottom: -30px;
}
.vertical-sec-slider .slick-dots li , .vertical-sec-slider .slick-dots li button{
    width: 30px;
    height: 3px;
}
.vertical-sec-slider .slick-prev:before, .vertical-sec-slider .slick-next:before{
        font-size: 30px;
}
.vertical-sec-slider .slick-next{
        right: 10%;
    top: inherit;
    left: inherit;
           bottom: -38px;
        transform: rotate(-90deg);

}
.vertical-sec-slider .slick-prev{
    right: inherit;
    top: inherit;
    left: 10%;
     bottom: -38px;
        transform: rotate(-90deg);
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-combo-package{
    text-align: center;
    font-size: 18px;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-combo-package-name{
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-combo-package-slogan{
    margin: 15px 0;
    font-size: 18px;
    text-align: center;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-combo-heading{
    font-size: 18px;
    text-align: center;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-combo-package-point li{
    text-align: center;
}
.pricing-packages #myTabContent .pricing-packages-box .pricing-combo-package-point{
    margin: 15px 0;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content ul{
    flex-direction: column;
    list-style: none;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content ul li{
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    width: 100%;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides{
    padding: 0  15px;
}
.inner-content-section .inner-content-sec-head{
    font-size: 20px;
    text-align: center;
}
.inner-content-section .inner-content-sec-para{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
}
.vertical-sec-slider .vertical-sec-slider-box{
    margin: 40px 0 0;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content .vertical-slide-top-head:before{
    content: inherit;
}
.vertical-sec-slider .vertical-sec-slider-box .vertical-main-slides .vertical-slide-right-content .vertical-slide-main-small-head{
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}
.content-sec-inner-button .anchor-button a{
    width: 100%;
}
.portfolio-here #myTabContent .portfolio-more-btn{
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
.content-sec-inner-button .anchor-button{
    flex-direction: column;
}
.content-sec-inner-button .anchor-button a:first-child{
    margin: 0 0 15px;
}
.content-sec-inner-button .anchor-button a{
    height: 40px;
    line-height: 40px;
}
.why-choose.packages-why-choose-sec .why-choose-box{
    grid-template-columns : 1fr;
}
.contact-sec .main-heading{
    text-align: center;
}
.review-sec .review-box .review-profile .review-profile-name{
    font-size: 18px;
}
.review-sec .review-box .review-box-content p{
    font-size: 14px;
}
.review-sec .review-box .review-box-content{
    padding: 15px;
}
.contact-page-form .contact-right-side{
    width: 100%;
    padding: 0;
    margin: 25px 0 ;
}
.contact-page-form .contact-right-side .contact-heading-here{
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}
.contact-page-form .contact-left-side .contact-image-content{
    width: 90%;
    bottom: 10px;
    margin: 0 auto;
    flex-direction: column;
    padding: 15px;
}
.contact-page-form .contact-left-side .contact-image-content .contact-head{
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0;
}
.contact-page-form .contact-left-side .contact-image-content p{
    font-size: 14px;
    text-align: center;
}
.contact-social-sec ul li:before{
    content: inherit;
}
.contact-social-sec .contact-location{
    display: none;
}
#newmodal .modal-dialog .modal-body .modal-setting .image-column{
    display: none;
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column{
    width: 100%;
    padding: 0;
}
#newmodal .modal-dialog{
           width: 90%;
        margin: 0 auto;
        padding: 10px 0 0;
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side .contact-heading-here{
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side .modal-grey-small-head{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
#newmodal .modal-dialog .modal-body .modal-setting .form-column .contact-right-side p{
    font-size: 14px;
    text-align: center;
    margin: 0 0 15px;
}
}