/* index page css */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, ul, .ul, ol, .ol, li, p, .p {
    padding: 0;
    margin: 0;
}

.dropdown-toggle::after {
    display: none;
}


:root {
    --theme-color: #ff6600;
    --theme-color-primary: #16375f;
}

.text-theme-color {
    color: var(--theme-color) !important;
}

.bg-theme-color {
    background: var(--theme-color) !important;
}

.bg-white {
    background: #fff !important;
}

.text-theme-color-primary {
    color: var(--theme-color-primary) !important;
}
.bg-theme-color-primary {
    background: var(--theme-color-primary) !important;
}

@media only screen and (min-width:1300px){
.container{    max-width: 1200px;}
}


@font-face {
    font-family: 'playfair_displayblack';
    src: url('../fonts/playfairdisplay-black.woff2') format('woff2'),
         url('../fonts/playfairdisplay-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-regular.woff2') format('woff2'),
         url('../fonts/playfairdisplay-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displayitalic';
    src: url('../fonts/playfairdisplay-italic.woff2') format('woff2'),
         url('../fonts/playfairdisplay-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displaybold_italic';
    src: url('../fonts/playfairdisplay-bolditalic.woff2') format('woff2'),
         url('../fonts/playfairdisplay-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displaybold';
    src: url('../fonts/playfairdisplay-bold.woff2') format('woff2'),
         url('../fonts/playfairdisplay-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displayblack_italic';
    src: url('../fonts/playfairdisplay-blackitalic.woff2') format('woff2'),
         url('../fonts/playfairdisplay-blackitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.formbox input::-webkit-input-placeholder, .formbox input[type=text]::-webkit-input-placeholder { /* Edge */
  color: #818181 !important; 
}

.formbox input:-ms-input-placeholder, .formbox input[type=text]:-ms-input-placeholder  { /* Internet Explorer 10-11 */
  color:  #818181 !important; 
}

.formbox input::placeholder,.formbox input[type=text]::placeholder {
  color: #818181 !important; opacity: 1; 
}



html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    color: #333333;
    background: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'Source Sans 3', sans-serif;
}

a{text-decoration: none!important}


input:focus , select:focus{
    box-shadow: none !important;outline: none;
}

button:focus {
    outline: none
}

.commonbtn {
    border-radius: 3px;
    text-align: center;
    padding: 6px 40px;
    background: var(--theme-color);
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 35px;
}
.commonbtn:hover {
    background: var(--theme-color-primary);
    color: #fff;
}
/*--zoom-fade--*/
.zoom-fade{
    animation-name: zoom-fade; 
    animation-duration:1.5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: zoom-fade; 
    -webkit-animation-duration:1.5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: zoom-fade; 
    -moz-animation-duration: 1.5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: zoom-fade; 
    -ms-animation-duration: 1.5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: zoom-fade; 
    -o-animation-duration:1.5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/*========================Header======================*/
.tpbar {
    padding: 35px 0px;
}

.logo img{width: auto;max-height: 65px}

.tpbarbtm{background: #e0ebff;padding: 14px 0}
.tpbarbtm p{    font-family: 'playfair_displayregular';font-size: 22px;}

/*========================Form Section======================*/
.formsec {
    padding: 25px 0 40px;
    border-bottom: 1px solid #d9d9d9;
}
.formsec h3 {
    font-family: 'Alegreya', serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    border-bottom: 5px solid #c6c5c7;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 35px;
    margin-top: 0px;
}
.formsec p {
    font-size: 23px;
    line-height: 38px;
    margin-bottom: 25px;
    max-width: 90%;
}

.formbox{border: 1px solid #d9d9d9;
    padding: 22px 25px;}
.formbox .form-control{
    font-size: 18px;
    padding: 0.3rem 0.75rem;
    background-color: #fcffd8;
}
.formbox label sup {
    color: #c50000;
    font-size: 20px;
    top: 0px;
}
.formbox .form-select{    background-color: #fcffd8;}
.formbox h4{font-size: 34px;font-family: 'Alegreya', serif;font-weight: 600;margin-bottom: 20px}
.formbox .mb-3{margin-bottom: 12px !important}
.formbox label{font-size: 15px;margin-bottom: 2px}
.formbox .commonbtn {
    width: 100%;
    border: 0;
    outline: 0;
    margin-bottom: 0;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 4px 25px;
    margin-top: 5px;
}
.frmtbm{margin-top: 15px}
.frmtbm p {
    color: #939393;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}
.frmtbm img {
    max-height: 32px;
    width: auto;
    margin-right: 3px;
}
.frmtbm img.mcalogo{max-height: 36px;margin-right: 0}
.frmtbm .col-md-9{padding-right: 0}
.frmtbm .col-md-3{padding-left: 0}

/*========================Feature Section======================*/
.featuredlogosec img {
    width: auto;
    max-height: 38px;
    margin: 14px 0;
    max-width: 100%;
}

.featuredlogosec .ny-times img{max-height: 48px}
.featuredlogosec .cnbc img{max-height: 45px}
.featuredlogosec h6 {
    line-height: 18px;
    text-align: center;
    position: relative;
    color: #868686;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 78%;
    margin: 5px auto 30px;
}

.featuredlogosec h6:before  {
    content: '';
    width: 100%;
    height: 1.3px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    background: #b5b5b5;
}

.featuredlogosec h6 span {
    padding: 5px 12px;
    background: #fff;
    position: relative;
    z-index: 2;
}

/*========================Feature Section======================*/
.featuresec{padding: 70px 0 50px}
.featuresec h4{font-size: 32px;font-weight: 600;font-family: 'Alegreya', serif;margin-bottom: 65px}
.featurebox {
    border: 1px solid #d9d9d9;
    padding: 35px 20px;
    transition: 0.5s ease all;
    min-height: 390px;
    margin: 0px 6px;
    border-radius: 5px;
}
.featurebox:hover{
    box-shadow: 0 12px 12px rgb(41 26 85 / 25%);transform: scale(1.03);
}

.featurebox img {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    max-height: 90px;
    width: auto;
}

.featurebox h5 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Alegreya', serif;
    min-height: 50px;
}

.featurebox p{font-size: 18px;line-height: 26px;margin-bottom: 0}

/*========================Why Us Section======================*/
.whyus{background: #e0ebff;padding: 45px 0}
.whyusbx{padding: 0px 30px}
.whyus h3{font-family: 'Alegreya', serif;margin: 0;font-size: 34px;font-weight: 600}
.whyus p{font-size: 20px;margin: 0}

/*========================Review Section======================*/
.reviewsec{padding: 70px 0}
/*.reviewslider {padding: 20px 30px}*/
.reviewsec h3{font-family: 'Alegreya', serif;margin: 0;font-size: 32px;font-weight: 600;margin-bottom: 50px;}
.rivewbox{padding: 40px 20px 20px 50px;border: 1px solid #d9d9d9;transition: 0.5s ease all;position: relative;
    margin: 5px 30px;}
.reviewsec .col-md-4:first-child .rivewbox{margin-left: 0}
.reviewsec .col-md-4:last-child .rivewbox{margin-right: 0}
.rivewbox:hover{
    box-shadow: 0 12px 12px rgb(41 26 85 / 25%);transform: scale(1.01);
}

.clientdtls h6{font-size: 18px;font-weight: 600;    margin-top:25px;}
.rivewbox p {
    font-size: 16px;
    line-height: 22px;
    height: 325px;
    overflow: hidden;
    overflow-y: auto;
}
.clientdtls p{color: #707070;    line-height: 20px;margin-top: 5px;overflow: unset;height: auto;min-height: 50px}
.rivewbox .clientimg {
    position: absolute;
    left: -30px;
    top: 35px;
}

.rivewbox .clientimg img{width: auto;max-height: 70px;border-radius: 50%;height: 70px}


/*.rivewbox p.rivewtxt::-webkit-scrollbar {
  width: 5px;
}
.rivewbox p.rivewtxt::-webkit-scrollbar-track {
  border-radius: 4px;
}
 .rivewbox p.rivewtxt::-webkit-scrollbar-thumb {
  background: #eef4fe; 
  border-radius: 4px;
}*/

.rivewbox p.rivewtxt::-webkit-scrollbar{
    width:10px
}
.rivewbox p.rivewtxt::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px #fff
}
.rivewbox p.rivewtxt::-webkit-scrollbar-thumb{
    background-color:#f9f9f9
}

.reviewsec .slick-dots{    bottom: -50px;}
.reviewsec .slick-dots li button{padding: 0;width: fit-content;height: fit-content}
.reviewsec .slick-dots li button:before {
    font-size: 15px;
    color: #d3d3d4;
    opacity: 0.8;
    color: #d3d3d4;
}
.reviewsec .slick-dots li {margin: 0 1px}
.reviewsec .slick-dots li.slick-active button:before{color: var(--theme-color);}
/*========================Footer Up section======================*/
.ftupsec {
    background: #f2f7ff url(../images/ftupbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 55px 0 45px;
}
.ftupsec p{font-size: 21px;font-family: 'Alegreya', serif;font-weight: 500}
.ftupsec p:first-child{margin-bottom: 20px}
.ftupsec img{max-height: 220px;width: auto;}

.ftbtmsec{background: var(--theme-color-primary);padding: 30px 0;color: #fff}
.ftbtmsec p{font-size: 16px;margin-bottom: 10px;font-weight: 500;}
.ftbtmsec ul{margin: 0;padding: 0}
.ftbtmsec ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 1px;
    font-size: 16px;
    font-weight: 500;
}
.ftbtmsec ul li a{color: #fff}
.modal p {
    font-size: 18px;
    color: #000;
}

@media (max-width:767px){
.logo img {
    max-height: 55px;
}
.tpbarbtm p {
    font-size: 20px;
}
.formsec h3 {font-size:28px;    margin-bottom: 25px;
    margin-top: 0px;}
.formsec p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    max-width: 100%;
}
.formbox h4 {font-size: 26px;}
.frmtbm img.mcalogo {
    margin: 10px auto 0;
    display: block;
}
.frmtbm p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.featuresec {
    padding: 50px 0 50px;
}
.featuresec h4, .reviewsec h3 {font-size: 26px;    margin-bottom: 30px;}
.featurebox {margin-bottom: 25px}
.whyus h3{margin-bottom: 10px}
.ftupsec img {
    max-height: 185px;
    margin-bottom: 15px;
}
.commonbtn {
    padding: 6px 25px;
    font-size: 20px;
}
.featuredlogosec{margin-bottom: 20px}
.featurebox h5{min-height: unset;margin-bottom: 15px;}
}

@media (min-width:768px) and (max-width:1024px){
.formsec h3 {    font-size: 30px;    margin-bottom: 30px;
    margin-top: 30px;}
.formbox {
    padding: 20px 15px;
}
.formbox h4 {
    font-size: 22px;
}
.frmtbm img.mcalogo {
    margin: 10px auto 0;
    display: block;
}
.featuredlogosec img {
    width: auto;
    max-height: 25px;
    margin: 10px 0;
    max-width: 80px;
} 
.featuredlogosec .ny-times img, .featuredlogosec .cnbc img { max-height: 35px;}
.featurebox {margin: 0}  
.featurebox h5 {    font-size: 19px;    min-height: 45px;}
.featurebox p {
    font-size: 16px;
    line-height: 22px;
}
.whyus p {
    font-size: 16px;
}
.whyus {
    padding: 30px 0;
}
.commonbtn {
    padding: 6px 25px;
    font-size: 20px;
}
.ftupsec p{    font-size: 18px;}
.ftupsec p:first-child {
    margin-bottom: 12px;
}
.ftupsec img {
    max-height:200px;
    width: auto;
}
}

@media (max-width:410px){
.formsec h3 {font-size:24px; }
}