/* :::::: Margin & Padding :::::::: */
*{ margin: 0;padding: 0; }
.pad_0 { padding:0px; }
.pad_5 {padding: 5px;}
.pad_10 {padding: 10px;}
.pad_20 {padding: 20px;}
.pad_30 {padding: 30px;}
.pad_40 {padding: 40px;}
.pad_50 {padding: 50px;}
.pad_top10 { padding-top: 10px; }
.pad_top20 { padding-top: 20px; }
.pad_top30 { padding-top: 30px; }
.pad_top40 { padding-top: 40px; }
.pad_top50 { padding-top: 50px; }
.pad_bottom10 { padding-bottom: 10px; }
.pad_bottom20 { padding-bottom: 20px; }
.pad_bottom30 { padding-bottom: 30px; }
.pad_bottom40 { padding-bottom: 40px; }
.pad_bottom50 { padding-bottom: 50px; }
.pad_left10 { padding-left: 10px; }
.pad_left20 { padding-left: 20px; }
.pad_left30 { padding-left: 30px; }
.pad_left40 { padding-left: 40px; }
.pad_left50 { padding-left: 50px; }
.pad_right10 { padding-right: 10px; }
.pad_right20 { padding-right: 20px; }
.pad_right30 { padding-right: 30px; }
.pad_right40 { padding-right: 40px; }
.pad_right50 { padding-right: 50px; }
/*Margin*/
.margin_0 { margin: 0px; }
.margin_10 { margin: 10px; }
.margin_20 { margin: 20px; }
.margin_30 { margin: 30px; }
.margin_40 { margin: 40px; }
.margin_50 { margin: 50px; }
.margin_top10 { margin-top: 10px; }
.margin_top20 { margin-top: 20px; }
.margin_top30 { margin-top: 30px; }
.margin_top40 { margin-top: 40px; }
.margin_top50 { margin-top: 50px; }
.margin_bottom10 { margin-bottom: 10px; }
.margin_bottom20 { margin-bottom: 20px; }
.margin_bottom30 { margin-bottom: 30px; }
.margin_bottom40 { margin-bottom: 40px; }
.margin_bottom50 { margin-bottom: 50px; }
.margin_left10 { margin-left: 10px; }
.margin_left20 { margin-left: 20px; }
.margin_left30 { margin-left: 30px; }
.margin_left40 { margin-left: 40px; }
.margin_left50 { margin-left: 50px; }
.margin_right10 { margin-right: 10px; }
.margin_right20 { margin-right: 20px; }
.margin_right30 { margin-right: 30px; }
.margin_right40 { margin-right: 40px; }
.margin_right50 { margin-right: 50px; }

@font-face {
  font-family: 'Futura-Bold';
  src: url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Futura-Bold.woff') format('woff'), url('../fonts/Futura-Bold.ttf')  format('truetype'), url('../fonts/Futura-Bold.svg#Futura-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaBT-Medium';
  src: url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/FuturaBT-Medium.woff') format('woff'), url('../fonts/FuturaBT-Medium.ttf')  format('truetype'), url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@media (min-width: 1550px){ .container{width: 1380px;} }
@media (min-width: 1900px){ .container{width: 1580px;} }
@media (min-width: 2500px){ .container{width: 2480px;} }
@media (min-width: 4800px){ .container{width: 4680px;} }

/* ::::::::::::::::::::::::::::
  Common Css Full Website
:::::::::::::::::::::::::::::::*/
/*Button Css Start*/
.btn{position:relative;display:inline-block;padding:0;border:0;vertical-align:middle;font-size:14px;font-weight:600;text-transform:uppercase;text-decoration:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}

/*Button css end*/
.header-top {background: #494949; text-align: right; padding: 5px; color: #fff; }
.header-top p, .header-top ul {display: inline-block; margin-bottom: 0; }
.header-top a {color: #fff; }
.header-top span {padding-right: 20px; }

/*Menu Css Start*/
header .navbar-inverse{min-height: auto;border:0; border-radius: 0; margin-bottom: 0; background-color: rgba(44,46,46,0.28); position: absolute; width: 100%; left: 0; top: 30px; z-index: 1;}
header .navbar-inverse .navbar-brand{height: auto; max-width: 160px; padding: 5px;}

header .navbar-inverse .nav{padding-top: 15px;}
header .navbar-inverse .nav li a{text-transform: uppercase; color: #fff; font-weight: 500;font-family: 'FuturaBT-Medium';}
header .navbar-inverse .nav li.active a{background-color: transparent; color: #f68729;}
header .navbar-inverse .nav li:hover a, header .navbar-inverse .nav li.active:hover a{background-color: #f68729; color: #f9f9f9;}

header .navbar-inverse.affix{z-index: 9999; top: 0; width: 100%; background-color: #1e1e1e;position: fixed;}
header .navbar-inverse .navbar-toggle{margin-top: 20px;}



@media (min-width: 1550px){
  .header-top a{font-size: 24px;padding: 10px;}
  header .navbar-inverse{top:40px;}
  header .navbar-inverse .navbar-brand{max-width: 230px;padding: 10px;}
  header .navbar-inverse .nav li a{font-size: 19px;padding: 38px 20px 20px;}
}

@media (min-width: 1900px){
  .header-top a{font-size: 24px;padding: 10px;}
  header .navbar-inverse{top:40px;}
  header .navbar-inverse .navbar-brand{max-width: 320px;padding: 15px;}
  header .navbar-inverse .nav li a{font-size: 23px; padding: 50px 23px 20px;}
}

@media (min-width: 2400px){
  .header-top a{font-size: 24px;padding: 10px;}
  header .navbar-inverse{top:40px;}
  header .navbar-inverse .navbar-brand{max-width: 570px;padding: 25px;}
  header .navbar-inverse .navbar-brand img{width: 320px;}
  header .navbar-inverse .nav li a{font-size: 33px;padding: 80px 40px 20px;}
}

@media (min-width: 4800px){
  .header-top{padding: 30px 50px;}
  .header-top .list-inline > li{padding-left: 45px; padding-right: 45px;}
  .header-top a{font-size: 62px;}

  header .navbar-inverse{top: 145px;}
  header .navbar-inverse .navbar-brand{width: 540px;max-width: 620px; padding: 40px;}
  header .navbar-inverse .navbar-brand img{width: 530px;max-width: 620px;}

  header .navbar-inverse .nav{padding-top: 65px;}
  header .navbar-inverse .nav li a{font-size: 64px; padding: 105px 55px 10px;}
}

@media (max-width: 991px){
  header .navbar-inverse .nav li a{padding: 15px 10px;}
}

@media (max-width: 767px){
  header .navbar-inverse .nav li a{padding: 5px 10px;}
}

@media (max-width: 600px){
  header .navbar-inverse .navbar-brand{max-width: 120px;}
  header .navbar-inverse .navbar-toggle{margin-top: 13px;}
}

/*menu css End*/

.banner {position: relative;padding: 0; overflow: hidden;}
/*.banner h1{padding-top: 10px; color: transparent; background: linear-gradient(315deg,#3D434F 50%,#f68729 100%);-webkit-background-clip: text; font-size: 80px; font-weight: 700; line-height: 1.3em;}*/
.console-container {font-size:62px; font-weight: 700; height:100px; display:block; position:relative; color: #f68729;
  top:0; bottom:0; left:0; right:0; margin:auto; }
.console-underscore {display:inline-block; position:relative; top:-0.14em; left:10px; }

.banner-txt {position: absolute; left: 0; right: 0; top: 150px; max-width: 1170px; margin: auto; padding: 0 15px; }
.banner p { font-size: 1.875em; line-height: 30px;font-family: 'FuturaBT-Medium';}
.banner-img {position: relative;text-align: right;margin: auto;right:  0; left: 0; top: -50px;z-index: -1;}
.banner-img > img {right: 0px;top: 0px;}
.banner-img .banner-img-txt {position: absolute; width: 120px; height: 120px; 
  animation: banner-img-txt 15s infinite;/* animation-direction: alternate;*/ }
.console-container span{ background-clip: text;
  text-fill-color: #f68729;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;background-image: linear-gradient(to right, #f68729,#f68729) }

.banner-btn { padding: 10px;position: absolute; right: 76px;bottom: 5%; }
.banner-btn a{display:inline-block;padding:10px 15px; background-color: #1e1e1e94; color: #fff; font-size: 16px; text-transform: uppercase;}
.banner-btn a:hover{text-decoration: none;background-color: #000;}

@keyframes banner-img-txt {
  0% {transform: translate(0, 100px); width: 120px; height: 120px; }
  50% {transform: translate(0px, 100px); width: 100px; height: 100px; }
  75% {transform: translate(200px, 100px); width: 80px; height: 80px; opacity: 1; }
  100% {transform: translate(280px, 80px); width: 60px; height: 60px; opacity: 0.4; }

}

@media (min-width: 1550px){
  .banner-img {max-width: 100%;}
  .banner-img img {width: 100%;}

  .banner-txt{max-width: 1400px;top: 150px;}
  .console-container{font-size: 78px;height: 110px;}
  .banner p{font-size: 30px;line-height: 38px;}
}

@media (min-width: 1900px){
  .banner-txt{max-width: 1700px; top: 200px;}
  .console-container{font-size: 102px; height: 140px;}
  .banner p{font-size: 36px; line-height: 38px;}
}

@media (min-width: 2400px){
  .banner-txt{max-width: 2200px;top: 250px;}
  .console-container{font-size: 122px;height: 200px;}
  .banner p{font-size: 56px;line-height: 68px;}
  .banner-btn{ right: 176px; bottom: 3%;}
  .banner-btn a{font-size: 36px;}
}

@media (min-width: 4800px){
  .banner-txt{max-width: 4000px; top: 470px;}
  .console-container {font-size: 212px; height: 420px; }
  .banner p {font-size: 92px; line-height: 128px; }
  .banner-btn{right: 340px; bottom: 2%; }
  .banner-btn a{font-size: 64px; padding: 30px 35px;}
}


@media (max-width: 1199px){
  .banner-txt{top: 90px;}
  .console-container{font-size: 52px; height: 80px;}
}

@media (max-width: 991px){
  .banner-txt{top:70px;}
  .console-container{font-size: 48px; height: 75px;}
  .banner p {font-size: 19px; line-height: 23px; }
}
@media (max-width: 600px){
  .banner{padding-bottom: 50px;}
  .banner-img{top: 20px;}
  .banner-txt{top: 70px; background-color: rgba(255,255,255,.6);}
  .console-container{font-size: 32px; height: 55px;}
  .banner p {font-size: 17px; line-height: 21px; }
  .banner-btn{right: 10px;bottom: 10px;padding: 0;}
  .banner-btn a{padding: 6px 10px;font-size: 12px;}
}

/* ::::::::::
  Banner End
::::::::::: */

.about_us {padding: 0px 0 0;position: relative; display: none;}
.about_us h2{font-family: 'FuturaBT-Medium';text-align: center;font-size: 42px;text-transform: uppercase;font-weight: 500;color: #494949;margin-bottom: 30px;} 
.about_us p {/* max-width: 650px; */margin: auto;font-size: 16px;line-height: 32px;color: #494949;margin-bottom: 25px;text-align:  center;}
.about_us .tagline {font-size: 22px;}
.about_us .intro1-img img{display: block;margin: auto;}

.about_us .intro-img{position: absolute;}
.about_us .intro1-img{left: 0; right: 0; text-align: center; display: block;text-align: center; opacity: .3}
.about_us .intro2-img{left: 0; top: 0; opacity: .7}
.about_us .intro3-img{left: 0; bottom: 0; opacity: .8}
.about_us .intro4-img{right: 0; bottom: 0; opacity: .8}
.about_us .intro5-img{right: 0; top: 0; opacity: .4}
/* ::::::::::::::: 
  About US End 
:::::::::::::::::: */

.fact_section {padding: 50px 30px 70px;}
.fact_section h2{font-family: 'FuturaBT-Medium';font-size: 36px;text-transform: uppercase;font-weight: 500;color: #494949;padding-bottom: 30px;} 
.fact_section .fact_title {text-align: center;padding: 15px 0px;}
.fact_box { padding: 15px; background: #fff; border-radius: 10px; margin-bottom: 35px; clear: both; display: flex; flex-direction: column;
    width: 100%; align-items: center; min-height: 210px; text-align: center;}
.fact_box .fact_img { max-width: 140px; max-height: 140px; box-sizing: border-box; padding: 20px;
    background: #f4f7fe; border-radius:  50%; vertical-align: middle;
}
.fact_box .fact_img img {max-width: 100px; }
.fact_box .fact_txt {box-sizing: border-box; padding: 0; }
.fact_box h6 {font-family: 'FuturaBT-Medium';font-size:20px; font-weight: 500; color: #010101; }
.fact_box p{color: #494949;}

@media (min-width: 1550px){
  .fact_section h2{font-size: 42px;}
  .fact_box{min-height: 300px;}
  .fact_box h6{font-size: 28px;padding: 40px 0 10px;}
  .fact_box p{font-size: 19px;}
  .fact_box .fact_img{max-width: 150px;max-height: 150px;height: 150px;}
  .fact_box .fact_img img{max-width: 120px;width: 120px;}
}

@media (min-width: 1900px){
  .fact_section h2{font-size: 52px;}
  .fact_box{min-height: 400px;}
  .fact_box h6{font-size: 36px; padding: 50px 0 30px;}
  .fact_box p{font-size: 22px;}
  .fact_box .fact_img{ max-width: 170px; max-height: 170px;height: 170px;}
  .fact_box .fact_img img{max-width: 170px; width: 170px;  }
}

@media (min-width: 2400px){
  .fact_section h2{font-size: 72px;}
  .fact_box{min-height: 420px;margin-bottom: 100px;}
  .fact_box h6{font-size: 46px;padding: 60px 0 40px;}
  .fact_box p{font-size: 32px;}
  .fact_box .fact_img{max-width: 220px;max-height: 270px;height: 220px;}
  .fact_box .fact_img img{max-width: 210px;width: 210px;}
}

@media (min-width: 4800px){
  .fact_section {padding: 140px 230px 170px;}
  .fact_section h2{ font-size: 102px; padding-bottom: 70px;}
  .fact_box {min-height: 1100px;}
  .fact_box .fact_img{ max-width: 440px; max-height: 440px;height: 340px;}
  .fact_box .fact_img img{max-width: 340px; width: 340px;  }
  .fact_box h6{font-size: 92px; padding: 50px 0 30px;}
  .fact_box p{font-size: 52px;}
}

@media (max-width: 991px){
  .fact_section{padding: 10px 0;}
  .fact_section h2{font-size: 30px; padding-bottom: 20px;}
  .fact_box{min-height: 390px;}
  .fact_section .row .col-md-4:nth-child(6) .fact_box{ min-height: auto;}
}

@media (max-width: 767px){
  .fact_section{padding: 0px 0 0;}
  .fact_section h2{font-size: 24px;text-align: center;margin-top: 10px;padding-bottom: 0;}
  .fact_box{min-height: auto; margin-bottom: 20px;}
}
/* :::::::::: 
  Fact End 
::::::::::: */
.faqs {padding: 50px 0px 120px; background-color: #f4f4f4; }
.faqs h3{font-family: 'FuturaBT-Medium';font-size: 52px; text-transform: uppercase; font-weight: 500; padding-bottom: 20px; color: #494949;}

.panel-default{border-color: #fff;border-radius: 0 !important;position: relative;margin-bottom: 8px !important;}
.panel-default>.panel-heading{border-color: #fff; padding: 0}
.panel-default>.panel-heading a{background: #fff; display: block; padding: 10px 10px 10px 35px;}
.panel-default>.panel-heading a.collapsed{background: #fff; }
.panel-title > a:before {font-family: FontAwesome; content:"\f068"; background: #333; position: absolute; left: -11px; 
    line-height: 39px; top: -1px; width: 35px; text-align: center; color: #fff;height: 39px;
  }
.panel-title > a.collapsed:before {content:"\f067"; }
.panel-title > a:after{content: ''; position: absolute; left: -11px; top: 37px; width: 0;  height: 0;
    border-left: 10px solid transparent; border-right: 0px solid #ff000000; border-top: 10px solid #33333363;
  }
.panel-title > a.collapsed:after{display: none;}
.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus { text-decoration:none; }

.panel-default>.panel-heading+.panel-collapse>.panel-body{background: #fff;  border: 0;}

.faqs-img {position: relative; padding-top: 70px; }
.faqs-img img { width: auto; max-width: 100%;}
.faqs-img .faqs1 {position: absolute; display: block; left: 0; right: 0; text-align: center; max-width: 220px; margin: auto; z-index: 9; }
.faqs-img .faqs1 img{box-shadow: 0 0 20px #ccc;}
.faqs-img .faqs1 {position: absolute; display: block; left: 0; right: 0; text-align: center; }
.faqs-img .faqs2{position: absolute; display: block; left: 50px; text-align: center; max-width: 300px; margin: auto; transition: all 2s ease;}
.faqs-img .faqs3{position: absolute; display: block; right: 50px; top: 280px; text-align: center; max-width: 300px; margin: auto; transition: all 2s ease;}

.faqs-img:hover .faqs2{left: 0;}
.faqs-img:hover .faqs3{right: 20px;}

/* :::::::::: 
  FAQ'S End 
::::::::::: */
.howitworks{padding: 60px 0px;background-color: #f9f9f9;}
.howitworks h3{font-family: 'FuturaBT-Medium';font-size: 36px;text-transform: uppercase;font-weight: 500;padding-bottom: 20px;color: #494949;}
.howitworks p{font-size: 18px; line-height: 30px;}

.works-icon-box {position: relative; padding-top: 50px;}
.works-icon-box .works-icon-row{position: relative; display: flex;  align-items: center;justify-content: space-between; padding: 0;}
.works-icon-box .works-icon-row:nth-child(2){flex-direction: row-reverse;}
.works-icon-box .works-icon-row:before{content: ''; height: 3px; width: 100%; background-color: #f4f4f4; display: block; position: absolute;}
.works-icon-box .works-icon-col{max-width: 140px; max-height: 140px; border-radius: 50%; position: relative; z-index: 1; border: 3px solid #f4f4f4; cursor: pointer; }
.works-icon-box .works-icon-col:after{content: ''; background: url(../img/arrow.png) no-repeat; width: 30px; height: 50px; 
  display: inline-block; position: absolute; top: 44px; left: 120%;}
.works-icon-box .works-icon-col img{width: auto; max-width: 100%;}
.works-icon-box .works-icon-col:hover{border-color: #f68729;}
.works-icon-box .works-icon-col:nth-child(3):before{content: ''; height: 100%; width: 3px;background-color: #f4f4f4; 
display: block; position: absolute; left: 50%; top: 70%; z-index: -1;}
.works-icon-box .works-icon-col:nth-child(3):after{ top: 145px; transform: rotate(90deg); left: 50px;}

.works-icon-box .works-icon-row:nth-child(2) .works-icon-col:nth-child(1):after{display: none;}
.works-icon-box .works-icon-row:nth-child(2) .works-icon-col:nth-child(3):before{display: none;}
.works-icon-box .works-icon-row:nth-child(2) .works-icon-col:nth-child(3):after{ top: 44px; transform: rotate(0deg); left: 120%;}

@media (min-width: 1550px){
  .howitworks h3{font-size: 42px;}
  .howitworks p{font-size: 23px;padding-right: 70px;line-height: 44px;margin-bottom: 30px;}

  .panel-title{font-size: 22px;}
  .panel-title > a:before{height: 48px;width: 49px;line-height: 50px;left: -20px;}
  .panel-title > a:after{border-left-width: 20px;border-top-width: 20px;left: -20px;top: 47px;}
  .panel-default{margin-bottom: 18px !important;}
  .panel-default>.panel-heading a{padding: 12px 10px 12px 45px;}
  .panel-default>.panel-heading+.panel-collapse>.panel-body{font-size: 20px; padding: 20px;}
}

@media (min-width: 1900px){
  .howitworks h3{font-size: 42px;}
  .howitworks p{font-size: 23px;padding-right: 70px;line-height: 44px;margin-bottom: 30px;}

  .panel-title{font-size: 25px;}
  .panel-title > a:before{height: 60px;width: 60px;line-height: 61px;left: -30px;}
  .panel-title > a:after{border-left-width: 30px;border-top-width: 30px;left: -30px;top: 59px;}
  .panel-default{margin-bottom: 18px !important;}
  .panel-default>.panel-heading a{padding: 15px 10px 15px 50px;}
  .panel-default>.panel-heading+.panel-collapse>.panel-body{font-size: 20px; padding: 20px;}
}

@media (min-width: 2400px){
  .howitworks h3{font-size: 68px;}
  .howitworks p{font-size: 34px;padding-right: 100px;line-height: 54px;margin-bottom: 40px;}

  .panel-title{font-size: 36px;}
  .panel-title > a:before{height: 80px;width: 80px;line-height: 81px;left: -40px;}
  .panel-title > a:after{border-left-width: 40px;border-top-width: 40px;left: -40px;top: 79px;}
  .panel-default{margin-bottom: 30px !important;}
  .panel-default>.panel-heading a{padding: 20px 10px 20px 80px;}
  .panel-default>.panel-heading+.panel-collapse>.panel-body{font-size: 30px;padding: 40px;}
}

@media (min-width: 4800px){
  .howitworks{padding: 150px 0;}
  .howitworks h3{font-size: 102px; padding-bottom: 60px;}
  .howitworks p {font-size: 62px; line-height: 120px; padding-right: 180px;}

  .panel-title{font-size: 72px;}
  .panel-title > a:before{height: 105px; width: 105px; line-height: 118px;left: -53px;}
  .panel-title > a:after{border-left-width: 50px;border-top-width: 60px; left: -51px; top: 105px;}
  .panel-default{margin-bottom: 30px !important}
  .panel-default>.panel-heading a{padding: 20px 10px 30px 135px;}
  .panel-default>.panel-heading+.panel-collapse>.panel-body{font-size: 62px; padding: 50px;}

}

@media (max-width: 991px){
  .howitworks{padding: 30px 0 40px;}
}

@media (max-width: 767px){
  .howitworks{padding: 10px 0 30px;}
  .howitworks h3{font-size: 30px; text-align: center; padding: 20px 0 10px;}
  .howitworks p{font-size: 16px; line-height: 28px;}
  .panel-default{margin-left: 15px;}
}
/* :::::::::::::::
  How IT Wroks End 
:::::::::::::::: */

.testimonial{padding: 40px 0 70px;  text-align: center; background-color: #f9f9f9;}
.testimonial h3{font-family: 'FuturaBT-Medium';font-size: 36px;font-weight: 500;text-transform: uppercase;color: #494949;}
.testimonial-box {padding: 20px;border-radius: 10px;max-width: 700px; margin: auto;}
.testimonial-box p {min-height: 100px; font-size: 20px; }
.testimonial-box .rating {color: #f68729; }
.testimonial-box h5{color: #000; font-size: 16px; font-weight: 600; margin-top: 10px; margin-bottom: 0;}
.testimonial .carousel-indicators{bottom: -30px !important}


.testimonial .carousel-control.left{background-image: inherit;}
.testimonial .carousel-control.right{background-image: inherit;}

.where-to-buy {padding-top: 30px; }
.where-to-buy p {font-size: 18px; line-height: 30px; margin-bottom: 30px; }
.where-to-buy p span {color: #f68729; font-weight: 600; }
.where-to-buy h4{font-family: 'FuturaBT-Medium';font-size: 24px;font-weight: 500;}
.where-to-buy a {display: block;max-width: 150px;margin: auto;}
.where-to-buy a.btn {
    display: block;
    background: #1e1e1e94;
    border-radius:  0;
    padding: 15px 10px;
    line-height: 10px;
    color: #fff;
}
.where-to-buy a.btn:hover{background: #000;}
.where-to-buy a img{max-width: 100%; width: auto;}

@media (min-width: 1550px){
  .where-to-buy p{font-size: 22px; margin-bottom: 50px;}
  .where-to-buy h4{font-size: 36px;}
  .where-to-buy a{max-width: 190px;}
  .where-to-buy .col-sm-6 > img{display: block;margin: auto; }

  .testimonial{padding: 50px 0 80px;}
  .testimonial-box{max-width: 800px;}
  .testimonial h3{font-size: 42px;}
  .testimonial-box h5{font-size: 22px;}
  .testimonial-box p {min-height: 110px;font-size: 22px;}
  .testimonial-box .rating {font-size: 23px;}
  span.testimonials-quotes img {width: 40px;}

}

@media (min-width: 1900px){
  .where-to-buy p{font-size: 22px; margin-bottom: 50px;}
  .where-to-buy h4{font-size: 36px;}
  .where-to-buy a{max-width: 250px;}
  .where-to-buy .col-sm-6 > img{display: block;margin: auto; }

  .testimonial{padding: 80px 0 100px;}
  .testimonial-box{max-width: 800px;}
  .testimonial h3{font-size: 52px;}
  .testimonial-box h5{font-size: 28px;}
  .testimonial-box p {min-height: 130px; font-size: 26px; }
  .testimonial-box .rating {font-size: 30px; }
  span.testimonials-quotes img {width: 50px;}

}

@media (min-width: 2400px){
  .where-to-buy p{font-size: 36px;margin-bottom: 50px;}
  .where-to-buy h4{font-size: 52px;}
  .where-to-buy a{max-width: 340px;}
  .where-to-buy .col-sm-6 > img{display: block;margin: auto;width: 80%;}

  .testimonial{padding: 110px 0 100px;}
  .testimonial-box{max-width: 1700px;}
  .testimonial h3{font-size: 72px;}
  .testimonial-box h5{font-size: 42px;}
  .testimonial-box p {min-height: 130px;font-size: 36px;}
  .testimonial-box .rating {font-size: 40px;}
  span.testimonials-quotes img {width: 80px;}

}


@media (min-width: 4800px){
  .where-to-buy p{font-size: 62px; padding-bottom: 100px;}
  .where-to-buy h4{font-size: 102px;}
  .where-to-buy a{max-width: 500px;}
  .where-to-buy a img{width: 100%;}
  .where-to-buy .col-sm-6 > img{display: block;margin: auto; width: 100%;}

  .testimonial{padding: 190px 0 230px;}
  .testimonial h3{font-size: 102px; margin: 30px 0 50px;}
  .testimonial-box{max-width: 2320px;}
  .testimonial-box h5{font-size: 72px;}
  .testimonial-box p{min-height: 320px;font-size: 62px;}
  .testimonial-box .rating{font-size: 62px;}
  span.testimonials-quotes img {width: 130px;}
}

@media (max-width: 767px){
  .testimonial h3{font-size: 30px;}
  .testimonial-box p{font-size: 16px;}
  .where-to-buy{padding-top: 0;}
  .where-to-buy p{font-size: 16px; margin-bottom: 10px;}
}
/* :::::::::::::::
  Testimonials End 
:::::::::::::::: */

.section7 .main-heading{font-family: 'FuturaBT-Medium';padding: 40px 0 30px;font-size: 30px;text-transform: uppercase;font-weight: 500;color: #494949;}

.section7 .table-card{position: relative;margin-bottom: 10px;z-index: 9;overflow-y: hidden;padding: 11px 30px 30px;}
.section7 .table-card table {background-color: #fff; margin-bottom: 20px;}
.section7 .table-card table thead {margin-top:  0;border-bottom: 0;background-color: #494949;width: 100%;}
.section7 .table-card table thead th{padding: 15px 10px;font-size: 20px;border-bottom: 0;color: #fff;text-align: center;}
.section7 .table-card table thead th:nth-child(2){width: 200px;}
.section7 .table-card table tbody td{padding: 12px;border: 1px solid #e8edf6; border-top:0; vertical-align: middle; text-align: center;}
.section7 .table-card table tbody td:nth-child(1){font-weight: 700;width: 25%;}
.section7 .table-card table tbody td:nth-child(2){width: 20%;}
.section7 .table-card table tbody tr:hover{background-color: #f68729; color: #fff;}
.section7 .table-card table tbody td p{font-size: 14px;}


@media (min-width: 1550px){
  .section7 .main-heading{font-size: 36px;padding: 40px 0 25px;}
  .section7 .table-card{padding: 11px 30px 50px;}
  .section7 .table-card table thead th{font-size: 22px;}
  .section7 .table-card table tbody td{padding: 20px;}
  .section7 .table-card table tbody td p{font-size: 17px;}
}

@media (min-width: 1900px){
  .section7 .main-heading{font-size: 42px; padding: 60px 0 40px;}
  .section7 .table-card{padding: 11px 30px 80px;}
  .section7 .table-card table thead th{font-size: 24px;}
  .section7 .table-card table tbody td{padding: 20px;}
  .section7 .table-card table tbody td p{font-size: 20px;}
}

@media (min-width: 2400px){
  .section7 .main-heading{font-size: 62px;padding: 100px 0 70px;}
  .section7 .table-card{padding: 11px 30px 120px;}
  .section7 .table-card table thead th{font-size: 34px;padding: 30px;}
  .section7 .table-card table tbody td{padding: 40px;}
  .section7 .table-card table tbody td p{font-size: 30px;}
}

@media (min-width: 4800px){
  .section7 .main-heading{font-size: 102px;padding: 160px 0 100px}
  .section7 .table-card table{margin-bottom: 230px;}
  .section7 .table-card table thead th{padding: 35px 10px; font-size: 52px;}
  .section7 .table-card table tbody td p{font-size: 52px;}
  .section7 .table-card table tbody td{padding: 40px; border-width: 7px;}
}

@media (max-width: 767px){
  .section7 .main-heading{font-size: 24px; padding: 20px 0}
  .section7 .table-card table thead th{font-size: 17px; text-align: left;}
  .section7 .table-card{padding: 0; border: 0;}
  .section7 .table-card table tbody td{text-align: left; width: auto;}
  .section7 .table-card{padding: 12px 0 30px;}

}

/* :::::::::::::::
   Tabel End 
:::::::::::::::: */

.section8 {padding: 60px 0 80px;display:  none;}
.section8 .main-heading {font-family: 'FuturaBT-Medium';font-size: 36px; text-transform: uppercase; font-weight: 500; padding-bottom: 15px;}
.section8 .tagline{text-align: center; font-size: 20px; padding-bottom: 50px; font-weight: 400; color: #000;}
.counter{padding: 20px 15px;min-height: 280px;transition: all 1s ease;box-shadow: 0 0 15px #ccc;}
.count-title{font-size: 41px; font-weight: 700; margin: 0 auto; text-align: center; color: #3D434F; width: 200px; height: 100px; border-radius: 100%; line-height: 100px; transition: all 1s ease; }
.count-text{font-size: 17px; font-weight: 700; margin-top: 20px; margin-bottom: 0; text-align: center; line-height: 26px; color: #3D434F; }

.section8 .col-lg-3:nth-child(2) .count-title{color: #00c0f1; border-color: #00c0f1;}
.section8 .col-lg-3:nth-child(3) .count-title{color: #fecc35; border-color: #fecc35;}
.section8 .col-lg-3:nth-child(4) .count-title{color: #ff3133; border-color: #ff3133;}

/* :::::::::::::::
   Counter End 
:::::::::::::::: */


footer {padding: 80px 0 40px;/* background-color: #f4f4f4; */}
footer h4 {text-align: center;text-shadow: 1px 3px 4px #000;padding: 30px 0;font-size: 50px;color: #fff;}

footer form .form-control {background: transparent;color: #fff;border:solid 2px #fff;}
input.form-control{height: 42px;}
input[type="text"] {text-transform: capitalize;}
.btn-submit{margin:30px auto 30px;}
.contact-card  h3{font-family: 'FuturaBT-Medium';position: relative;font-size: 36px;font-weight: 500;margin:0px;text-align: center;padding-bottom: 40px;color: #494949;text-transform:  uppercase;}
.contact-card .contact-head {margin-top:  0;border-bottom: 0;}
.contact-card .contact-body {padding: 30px 20px 0; }
.contact-card .contact-body form{padding: 0 0 25px;}
.contact-card .contact-body .form-group{margin-bottom: 25px;}
.contact-card .contact-body input.form-control   {border-radius: 50px; font-weight: 900; height: auto;padding: 14px 20px 11px;font-size: 13px;background-color: #fff; border:2px solid #c3c9d4; color: #a0a9ba; box-shadow: 7px 0 20px 3px rgba(61,67,79,.1);}
.contact-card .contact-body textarea.form-control{border-radius: 50px; font-weight: 900; text-align: center; resize: none; height: 100px;padding: 40px 20px 11px;font-size: 13px; background-color: #fff; border:2px solid #c3c9d4; color: #a0a9ba; box-shadow: 7px 0 20px 3px rgba(61,67,79,.1);}
.contact-card .contact-body button{display:block; border-radius: 50px; font-weight: 900; height: auto;font-size: 13px; padding: 14px 20px 11px; text-transform: uppercase; background-color: #fff; color: #494949; max-width: 230px; margin: auto;border:2px solid #c3c9d4; transition: all 1s ease;}
.contact-card .contact-body button:hover{background-color: #f68729; }

.copyright-area {padding: 90px 0 10px;}
.copyright-area img {margin-bottom: 20px;display: block; margin: auto;}
.copyright-area p {font-size: 16px;margin-bottom: 5px;color: #666; padding-top: 15px;}
.copyright-area .copyright a{display: block;}
.copyright-area .copyright{text-align: center; }


@media (min-width: 1550px){
  .contact-card h3{font-size: 42px;}
  .contact-card .contact-body input.form-control{padding: 15px 30px; font-size: 17px;}
  .contact-card .contact-body textarea.form-control{ font-size: 17px; height: 140px; padding: 70px 20px 11px; border-radius: 60px;}
  .contact-card .contact-body button{font-size: 17px; padding: 20px 50px 20px; max-width: 270px;}

  .copyright-area img{max-width: 300px;width: 220px;}
  .copyright-area p{font-size: 20px;}
}

@media (min-width: 1900px){
  .contact-card h3{font-size: 52px;}
  .contact-card .contact-body input.form-control{padding: 20px 30px; font-size: 19px;}
  .contact-card .contact-body textarea.form-control{ font-size: 19px; height: 170px; padding: 70px 20px 11px; border-radius: 90px;}
  .contact-card .contact-body button{font-size: 19px; padding: 20px 50px 20px; max-width: 320px;}

  .copyright-area img{max-width: 400px;width: 270px;}
  .copyright-area p{font-size: 26px;}
}

@media (min-width: 2400px){
  footer{padding: 130px 0 90px;}
  .contact-card h3{font-size: 72px;}
  .contact-card .contact-body input.form-control{padding: 30px 50px;font-size: 30px;}
  .contact-card .contact-body textarea.form-control{font-size: 31px;height: 250px;padding: 110px 20px 11px;border-radius: 130px;}
  .contact-card .contact-body button{font-size: 30px;padding: 30px 50px 30px;max-width: 460px;}

  .copyright-area img{max-width: 400px;width: 370px;}
  .copyright-area p{font-size: 36px;}
}

@media (min-width: 4800px){
  footer{padding: 150px 0 100px;}
  .contact-card h3{font-size: 102px;}
  .contact-card .contact-body .form-group{margin-bottom: 55px;}
  .contact-card .contact-body input.form-control{padding: 40px 60px 40px; font-size: 53px; border-radius: 80px;}
  .contact-card .contact-body textarea.form-control{height: 400px; padding: 160px 60px 40px; font-size: 53px; border-radius: 220px;}
  .contact-card .contact-body button{max-width: 700px; padding: 34px 50px 34px; font-size: 53px; border-radius: 80px}

  .copyright-area{padding: 190px 0 100px;}
  .copyright-area img{width: 520px;}
  .copyright-area p{font-size: 42px;}
}


@media (max-width: 600px){
  footer{padding: 50px 0 30px;}
  .contact-card h3{font-size: 30px; padding-bottom: 0;}
  .contact-card .contact-body button{max-width: inherit;}
  .copyright-area{padding: 20px 0 0}
  .contact-card .contact-body textarea.form-control{border-radius: 25px;}
}
/* ::::::::::::::: 
  footer End 
:::::::::::::::: */
