body{ padding: 0px; margin: 0px; list-style: none; font: normal 14px/18px 'Inter', sans-serif; color:#041E3A; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;}
button, input, a{  -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}

.container{ max-width: 1296px;}
.navbar-brand img{ max-width: 100%;}
.navbar-brand{ width: 225px;}
.hvrout {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; border: 1px solid transparent;
}
.hvrout:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#ffe9a1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvrout:hover:before, .hvrout:focus:before, .hvrout:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
h1, h2, .footop h3{ font-size: 50px; line-height: 56px; font-weight: 500; color: #041E3A; padding-bottom: 20px;}
p{color: #041E3A; font-size: 18px; line-height: 30px; font-weight: 400; margin-top: 20px; }





/*header*/
.header_sec{ width: 100%; position: absolute; top: 0px; left: 0px; z-index: 111; padding: 20px 0;}

.nav_top{ margin: 0px; padding: 0px; background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0px;}
.drop-nav{ position: absolute; top: 10px; right: 0px;}
.nav_top .dropdown-menu li a{ font-size: 13px;}
.menu_sec li{ position: relative; font-size: 17px; line-height: 20px; font-weight: 500; display: inline-block; padding: 0 15px;}
.menu_sec li a{ display: inline-block; color: #fff; padding: 10px;}
.menu_sec li a:hover{ color: #FFE9A1;}
.menu_sec li a.mPS2id-highlight-last { color: #FFE9A1; }


.bannersec{ width: 100%; background: url(../images/bg.jpg) repeat; min-height: 700px; position: relative; overflow: hidden;background-attachment: fixed;}
.bannerItm{ width: 100%; position: absolute; top: 60%; left: 0px;-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bannersec:before{ width: 100%; position: absolute; top: 0px; left: 0px; height: 100%; background: url(../images/flotings.png) repeat center center; content: "";-webkit-animation: scroll3 10s linear infinite;
  -moz-animation: scroll3 10s linear infinite;
  -ms-animation: scroll3 10s linear infinite;
  animation: scroll3 10s linear infinite;}

@-webkit-keyframes scroll3 {
  	from  {
		opacity: 1;
		top: 0
	}
	to {
		top: 100%;
		opacity: 1;
	}
	
}





.bannerItm .pic{ width: 100%; position: relative; text-align: center;}
.bannerItm .pic img{ max-width: 80%;}
.bannerItm .pic:before{ width: 500px; height: 500px; position: absolute; top: -16px; left:50%; background: url(../images/back.png) no-repeat center center;
background-size: 100% 100%; content: ""; -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);}
.bannerItm .pic:after{ width: 500px; height: 500px; position: absolute; top: -16px; left:50%; background: url(../images/glow.png) no-repeat center center;
background-size: 100% 100%; content: ""; -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);z-index: -1;}
.bannerItm strong{ color: #FFE9A1; font-size: 65px; line-height: 70px; font-weight: 500; width: 100%; display: inline-block;}
.bannerItm .row{ align-items: center;}
.bannerItm em{ color: #041E3A; font-size: 20px; line-height: 30px; font-weight: 600; font-style: normal; text-transform: uppercase; background: #FFE9A1; padding: 2px 7px; border-radius: 5px; margin-top: 20px; display: inline-block;}
.bannerItm ul li{ display: inline-block; margin-top: 38px; margin-right: 8px;}
.banBtn{ display: inline-block; width: 171px;height: 59px;background: #FFFFFF; border-radius: 5px; font-weight: 600; font-size: 17px;line-height: 57px;color: #041E3A; text-align: center;}
.bannerItm .banBtn i{ margin-left: 6px;}



.growsec{ width: 100%; background: #fee8a1 url(../images/back1.png) repeat-x bottom center; padding: 80px 0; text-align: center; position: relative; overflow: hidden; background-attachment: fixed;}
.growsec:before{ width: 100%; position: absolute; top: 0px; left: 0px; height: 100%; background: url(../images/flotings1.png) repeat center center; content: "";-webkit-animation: scroll3 10s linear infinite;
  -moz-animation: scroll3 10s linear infinite;
  -ms-animation: scroll3 10s linear infinite;
  animation: scroll3 10s linear infinite;}


.cardBox{ width: 100%; min-height: 348px; background: #fff; border-radius: 10px; padding: 40px; margin-top: 24px;}
.cardBox i{ display: inline-block; position: relative;}
.cardBox strong{ width: 100%; display: inline-block; color: #041E3A; font-size: 18px; line-height: 25px; font-weight: 600; margin-top: 20px;}
.cardBox i:before{width: 100%; height: 100%; background: url(../images/ib.png) no-repeat center center; content: ""; position: absolute; top: 0px; left:0px; -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;}


@-webkit-keyframes rotating{
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.growsec .row{ margin: 0 -12px;}
.growsec .col-md-4{ padding: 0 12px;}



.paramountsec .row{ align-items: center;}
.paramountsec{ width: 100%; padding: 80px 0 0; position: relative; overflow: hidden;}
.paramountsec .banBtn{ background: #ffe9a1; margin-top: 40px;}
.paramountsec .banBtn:hover{ color: #fff; border-color:#041E3A; }
.paramountsec .banBtn:before{background:#041E3A;}
.paramountsec .pic{ width: 100%; position: relative; max-width: 568px; margin: 0px auto; text-align: center; min-height: 610px;display: flex;
justify-content: center;
align-items: center;}
.paramountsec .pic img{ max-width: 100%;}
.paramountsec .pic:before{ width: 100%; height: 100%; background: url(../images/back2.png) no-repeat center center; content: ""; position: absolute; top: 0px; left: 0px;z-index: -1;}
.paramountsec:before{ width: 100%; position: absolute; top: 0px; left: 0px; height: 100%; background: url(../images/flotings2.png) repeat center center; content: "";-webkit-animation: scroll3 10s linear infinite;
  -moz-animation: scroll3 10s linear infinite;
  -ms-animation: scroll3 10s linear infinite;
  animation: scroll3 10s linear infinite;}




.paidsec{ width:100%; overflow: hidden; background: url(../images/devider.png) no-repeat top center; background-size:100% 155px; padding: 244px 0 80px; position: relative;}
.paidsec .pic{ width: 100%; position: relative; max-width: 568px; margin: 0px auto; text-align: center; min-height: 610px; padding: 0 34px;}
.paidsec .pic .row{ margin: 0 -6px;}
.paidsec .pic .col-6{ padding: 6px;margin-top: 42px;}
.whitBox{ width: 100%; background: #fff; border-radius: 10px; padding: 30px; box-shadow:1px 1px 11px -3px #eee; text-align: left;}
.whitBox img{ max-width: 100%;}
.whitBox strong{ width: 100%; display: inline-block; font-size: 18px; line-height: 30px; font-weight: 600; margin-top: 20px;}
.paidsec .pic:before{ width: 100%; height: 100%; background: url(../images/back2.png) no-repeat center center; content: ""; position: absolute; top: 0px; left: 0px;z-index: -1;}
.whitBox i:before{width: 100%; height: 100%; background: url(../images/ib.png) no-repeat center center; content: ""; position: absolute; top: 0px; left:0px; -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite; background-size: 100% 100% !important;}
.whitBox i{ position:relative; display: inline-block;}
/*.paidsec .col-md-6:first-child{ padding-left: 60px;}*/
.paidsec .flex-direction{ flex-direction: row-reverse;
align-items: center;}
.paidsec .pic .col-6:nth-child(2){ margin-top: 80px;}
.paidsec .pic .col-6:nth-child(3){ margin-top: -27px;}
.paidsec .pic .col-6:nth-child(4){ margin-top: 10px;}
.paidsec .col-md-6:last-child{ padding-right: 120px;}

.paidsec:before{ width: 100%; position: absolute; top: 0px; left: 0px; height: 100%; background: url(../images/flotings3.png) repeat center center; content: "";-webkit-animation: scroll3 10s linear infinite;
  -moz-animation: scroll3 10s linear infinite;
  -ms-animation: scroll3 10s linear infinite;
  animation: scroll3 10s linear infinite;}

.marketingsec{background: #fee8a1 url(../images/back3.png) repeat-x bottom center; background-attachment: fixed; position: relative; padding-bottom: 0px;}
.marketingsec:after{ width: 100%; background: #fff; height: 140px; content: ""; position: absolute; bottom: 0px; left: 0px;}
.marketingsec .banBtn{ background: #041E3A; margin-top: 40px; color: #fff;}
.marketingsec .banBtn:hover{ color: #041E3A; border-color:#041E3A; }
.marketingsec .banBtn:before{background:#fff;}
.marketingsec .mw-100{ margin-top: 40px;}
.marketingsec .container{ position: relative; z-index: 1;}
.paramountsec .col-md-6:nth-child(2){ padding-left: 50px;}
.growbusnesaec:before{ display: none;}
.growbusnesaec{ padding-bottom:80px;}


.reachsec{ width: 100%;position: relative;}
.reachsec .container{ max-width: 1530px;}
.reachInn{ width: 100%; background: #fee8a1 url(../images/back4.png) repeat bottom center; background-attachment: fixed; border-radius: 10px; padding: 90px 120px;}
.reachInn .lftSec{ width: 100%;}
.reachInn .lftSec ul{ margin-top: 20px;}
.reachInn .lftSec ul li{ display: inline-block; margin-right: 10px;}
.reachInn .lftSec ul li a{ width: 71px; height: 71px; display: inline-block; background: #041E3A; line-height: 70px; border-radius: 100%; border: 1px solid #041E3A;text-align: center;}
.reachInn .lftSec ul li a:hover{ background: #000;}
.reachInn .lftSec ul li a:hover img{ filter:brightness(0) invert(1);}

.reachInn .row{ margin: 0 -8px;}
.reachInn .colm{ padding: 0 8px;}
.inputFld{ width: 100%; margin-top: 10px;}
.inputFld input[type="text"], .inputFld input[type="email"], .inputFld input[type="tel"], .inputFld textarea{ width: 100%; background: #fff; padding: 0 15px; color: #2C3864; font-size: 18px; line-height: 23px; border:none; border-radius: 8px; height:68px;padding: 18px 15px 18px 20px; font-family:'Inter', sans-serif;}
::placeholder{ opacity: 1 !important;}
.inputFld textarea{ height: 174px; resize: none;}
:focus{ outline: none !important;}
.iti{ width: 100%;}

/*.inputFld input[type="checkbox"]{ color: #041E3A; font-size: 18px; line-height: 30px; padding-left: 25px; position: relative; -webkit-appearance: none; }
.inputFld label:before{ border-radius: 3px;background: #F4F7FD; width: 18px; height: 18px;border: 2px solid #C7D0DE; content:""; position: absolute; top: 7px; left: 0px; }
.inputFld input[type="checkbox"]:checked +label:before{ background:#C7D0DE;}*/
.inputFld input[type="submit"]{ color: #FFE9A1; font-weight: 600;font-size: 17px;line-height: 21px; padding: 0 30px; cursor: pointer; background: #041E3A; border-radius: 5px; border: none;height: 59px; margin-top: 10px; border: 1px solid #041E3A;}
.inputFld input[type="submit"]:hover{ color: #041E3A; background: #fff;}


.footersec{ width: 100%; background-size: cover !important; background-attachment: fixed !important;margin-top: -161px;
padding-top: 200px;}
.footop{ width: 100%; padding: 120px 0; text-align:center;}
.footlogoicn{ display: inline-block;}
.footlogoicn img{ max-width: 100%;  width: 53px;}
.footop h3{ color: #FFE9A1;padding-top: 40px;}
.footop .banBtn{ width: auto; background: #FFE9A1; padding: 0 30px; margin-top: 40px; color: #041E3A;}
.footop .banBtn:before{ background: #fff;}
.foobotm{ width: 100%; padding: 80px 0 100px 0; border-top: 1px solid rgba(255,233,161,0.1);}
.footlogo{ display: inline-block;}
.footlogo img{ max-width: 100%;}
.footsos{ width: 100%; margin-top: 25px;}
.footsos li{ display: inline-block; margin-right: 3px;}
.footsos li a{ display: inline-block; width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 40px; background: #FFE9A1;}
.footsos li a img{ max-width: 100%;}
.footsos li a:hover{ background: #fff;}

.footmenu h4{ color: #FFE9A1; font: 700 16px/23px 'Manrope', sans-serif; text-transform: uppercase; padding-bottom: 20px;}
.footmenu p, .footlink li{ color: #FFFFFF !important; font: 500 18px/35px 'Manrope', sans-serif; margin: 0px;}
.footmenu p a{ color: #FFE9A1;}
.footcopy p{ color: #fff; padding: 0px; margin: 0px;}
.footlink li a{ color: #fff;}
.footlink li{ display: inline-block; margin-left: 20px;}
.footcopy{ margin-top: 75px;}
.header_sec{ -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.header_sec.fixed{ background:#021c37; position: fixed; top: 0px; left: 0px; z-index: 111;padding: 9px 0;}

.paramountsec .pic::before, .paidsec .pic::before{ background-size: 100%;}


canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- tsparticles container ---- */
#tsparticles {
  position: absolute;
  width: 100%;
  height: 100%;
}

.inputFld input[type="checkbox"]{ padding-left: 25px; position: relative; -webkit-appearance: none; background: url(../images/chk1.png) no-repeat left top 1px; height: 24px; float: left; cursor: pointer; }
/*.inputFld label:before{ border-radius: 3px;background: #F4F7FD; width: 18px; height: 18px;border: 2px solid #C7D0DE; content:""; position: absolute; top: 7px; left: 0px; }*/
.inputFld input[type="checkbox"]:checked{  background: url(../images/chk2.png) no-repeat left top 1px; float: left; }
.inputFld span.wpcf7-list-item-label{ color: #041E3A; font-size: 18px; line-height: 25px;  cursor: pointer;  }

.reachInn .wpcf7 form .wpcf7-response-output{ border: none !important; padding: 5px 10px; text-align: center; font: 400 13px/16px 'Inter', sans-serif; color:#fff;
 margin: 15px 0 0 !important; }
.reachInn .invalid .wpcf7-response-output{ background:#dc3232; }
.reachInn .sent .wpcf7-response-output{ background:#84c426; }
.reachInn span.wpcf7-not-valid-tip { background: #dc3232; position: absolute; top: 24px; left: 0px; font: 400 11px/14px 'Inter', sans-serif;
 border-radius: 5px; padding: 6px 14px; color: #fff; z-index: 1;}
.reachInn span.wpcf7-not-valid-tip::before { position: absolute; top: -15px; left: 10px; border: 9px solid transparent; border-bottom: 10px solid #dc3232;
 content: ""; }


.bannersec {  min-height: 850px; border-top: 6px solid #FFE9A1; }
.bannerItm {top: 54%;}
.bannerItm .pic::after {  width: 680px;  height: 680px;}


.footmenu p a {  color: #FFE9A1 !important;}
.footlink li a:hover{  color: #FFE9A1;}


 
 
  
  
@media (min-width: 768px) and (max-width: 9000px) 
{
.nav_top .dropdown .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;
    -o-transition: all 0.3s;transition: all 0.3s; max-height: 0; display: block; opacity: 0; visibility: hidden;  margin:0px; border: none; border-bottom: 2px solid #ccc; 
    background:#fff !important;
    width: 150px; padding: 0px;
   border-radius: 0; left: 0; right: inherit; padding: 5px 8px 8px; box-shadow: inherit; }

.nav_top .dropdown:hover .dropdown-menu { max-height: 300px;opacity: 1; visibility: visible; }








}


@media (min-width: 1400px) and (max-width: 1699px) {





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

.container { max-width: 1170px;}
.bannerItm strong { font-size: 37px; line-height: 53px;}
h1, h2, .footop h3 { font-size: 39px; line-height: 52px;}
.bannerItm em{font-size: 15px; line-height: 27px;}
.banBtn{width: 146px;height: 50px;font-size: 15px;line-height: 50px;}





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

.container { max-width: 970px;}
.bannerItm strong{font-size: 47px;line-height: 62px;}
h1, h2, .footop h3 {
  font-size: 32px;
  line-height: 46px;
}
.bannerItm .pic::before, .bannerItm .pic::after{ width: 400px; height: 400px;}
.bannersec{min-height: 615px;}
.bannerItm em{font-size: 15px; line-height: 27px;}
.banBtn{width: 146px;height: 50px;font-size: 15px;line-height: 50px;}


.growsec{ padding: 50px 0;}
.paramountsec{ padding-top: 50px;}
p{font-size: 16px; line-height: 26px;}
.cardBox{ padding: 30px;}
.paidsec{ padding: 186px 0 50px;}
.paidsec h2 br{ display: none;}
.whitBox{ padding: 20px;}
.whitBox strong{font-size: 15px;
line-height: 26px;}
.paidsec .pic .col-6:nth-child(3) {
  margin-top: -3px;
}
.paidsec .pic,.paramountsec .pic{min-height: 512px;}
.reachInn{ padding: 50px 0;}




}


@media only screen and (max-width: 991px) {
.nav_top .navbar-toggler{ border: none; background: none;padding: 10px 0; margin-right: 15px;}
.nav_top .navbar-toggler .icon-bar {display: block;width: 34px;height: 5px;  border-radius: 16px; background-color: #fff;}
.nav_top .navbar-toggler .icon-bar + .icon-bar {  margin-top: 3px;}
.navbar-toggler .icon-bar{-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.navbar-toggler.showtoggle .icon-bar:nth-child(1) {transform: translateY(8px) rotate(45deg);}
.navbar-toggler.showtoggle .icon-bar:nth-child(2) { opacity: 0;}  
.navbar-toggler.showtoggle .icon-bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg);} 
.header_sec .container{ padding: 0px;}
.navbar-collapse{ position: absolute; top: 100%; left: 0px; background: #021c37; width: 100%; z-index: 11;}
.navbar-brand{ padding-left: 15px;}
.menu_sec li a{ width: 100%; padding: 10px 15px;}
        


.container { max-width: 100%;}
.bannerItm strong {
  font-size: 33px;
  line-height: 51px;
}
h1, h2, .footop h3 {
  font-size: 32px;
  line-height: 46px;
}
.bannerItm .pic::before, .bannerItm .pic::after { width: 400px; height: 400px;}
.bannersec{min-height: 615px;}
.bannerItm em{font-size: 15px; line-height: 27px;}
.banBtn{width: 146px;height: 50px;font-size: 15px;line-height: 50px;}


.growsec{ padding: 50px 0;}
.paramountsec{ padding-top: 50px;}
p{font-size: 16px; line-height: 26px;}
.cardBox{ padding: 30px;}
.paidsec{ padding: 186px 0 50px;}
.paidsec h2 br{ display: none;}
.whitBox{ padding: 20px;}
.whitBox strong{font-size: 15px;
line-height: 26px;}
.paidsec .pic .col-6:nth-child(3) {
  margin-top: -3px;
}
.paidsec .pic,.paramountsec .pic{min-height: 460px;}
.reachInn{ padding: 50px;}

.footop{ padding: 70px 0;}
.footop .banBtn{ margin-top: 22px;}
.foobotm{ padding: 50px 0 70px 0;}
.footmenu{ padding: 20px 0;}
.reachInn .lftSec ul li a{line-height: 50px;width: 50px;
height: 50px;}



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







}

@media only screen and (max-width: 800px){

.bannerItm em {
  font-size: 13px;
  line-height: 23px;
}
.banBtn {
  width: 125px;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
}
h1, h2, .footop h3 {
  font-size: 26px;
  line-height: 43px;
}
.growsec .col-md-4 {
  padding: 0 12px;-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.paidsec{background-size: 100% 100px;}
.paidsec {
  padding: 134px 0 50px;
}
.paramountsec {
  padding-top: 50px;
  padding-bottom: 30px;
}
.paidsec .pic .col-6:nth-child(2) {
  margin-top: 53px;
}
.paidsec .col-md-6:last-child {
  padding-right: 15px;
}

.footcopy .col-md-7, .footcopy .col-md-5{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; text-align: center !important;
}



.inputFld input[type="text"], .inputFld input[type="email"], .inputFld input[type="tel"], .inputFld textarea{font-size: 15px;
line-height: 23px;height: 56px;padding: 10px 15px;}
.inputFld textarea {
  height: 124px;
  resize: none;
}








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


.bannerItm .col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.bannerItm .col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.bannerItm .pic::before, .bannerItm .pic::after {
  width: 230px;
  height: 230px;
}
.bannersec {
  min-height: 491px;
}
.paramountsec .col-md-6:nth-child(2) {
  padding-left: 15px;
}


.paramountsec .pic, .paidsec .pic{ width: 400px; min-height: 400px;}

.paidsec .text, .paramountsec .text{ margin-top: 20px;}
.paramountsec .pic::before, .paidsec .pic::before {
  background-size: 100% 100%;
}
.marketingsec .mw-100{ max-width: 400px !important;}
.reachInn{ padding: 50px 15px;}
.reachsec h2 br{ display: none;}
.reachInn > .row > .col-md-7{ margin-top: 10px;}







}




@media only screen and (max-width: 575px){ 


.bannerItm strong {
  font-size: 26px;
  line-height: 40px;
}
.bannerItm .pic::before, .bannerItm .pic::after {
  width: 180px;
  height: 180px;
}

h1, h2, .footop h3 {
  font-size: 23px;
  line-height: 37px;
  padding-bottom: 10px;
}
.growsec, .paramountsec {
  padding: 40px 0;
}
p{margin-top: 10px;}
.cardBox {
  padding: 20px;
}

.footop {
  padding: 30px 0;
}

.footop h3 {
  padding-top: 20px;
}

.foobotm {
  padding: 25px 0 45px 0;
}


} 



@media only screen and (max-width: 480px){


.bannerItm .col-md-7{ display: none;}
.bannerItm .col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.paidsec {
  padding: 101px 0 50px;
}
.paidsec {
  background-size: 100% 54px;
}
.footmenu p, .footlink li{ font-size: 15px;}

.navbar-brand {
  width: 195px;
}


.growsec .col-md-4 {
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cardBox{min-height: 265px;}

.paramountsec .pic, .paidsec .pic{ width: 100%; min-height: auto;}
.paramountsec .pic::before, .paidsec .pic::before{ height: 360px; width: 360px; left: 50%; top: 50%;-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.paidsec .pic{ padding: 0 20px;}
.whitBox {
  padding: 14px;
}

h1 br, h2 br, .footop h3 br{ display: none;}
.marketingsec .mw-100 {
  max-width: 100% !important;
}


}



@media only screen and (max-width: 400px){

.paramountsec .pic::before, .paidsec .pic::before{ height: 300px; width: 300px;}


}
 
