@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');
@font-face{font-family: 'Proxima-Nova-Bl';src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),url('../fonts/ProximaNova-Black.woff') format('woff');font-weight: 900;font-style: normal;}
@font-face{font-family: 'Proxima-Nova-Bo';src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),url('../fonts/ProximaNova-Bold.woff') format('woff');font-weight: bold;font-style: normal;}
@font-face{font-family: 'Proxima-Nova-Rg';src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),url('../fonts/ProximaNova-Regular.woff') format('woff');font-weight: normal;font-style: normal;}
@font-face{font-family: 'Proxima-Nova-Th';src: url('../fonts/ProximaNova-Thin.woff2') format('woff2'),url('../fonts/ProximaNova-Thin.woff') format('woff');font-weight: 100;font-style: normal;}
@font-face{font-family: 'Proxima-Nova-Ex';src: url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),url('../fonts/ProximaNova-Extrabld.woff') format('woff');font-weight: 800;font-style: normal;}
@font-face{font-family: "Flaticon";src: url("../fonts/Flaticon.eot");src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),url("../fonts/Flaticon.woff2") format("woff2"),url("../fonts/Flaticon.woff") format("woff"),url("../fonts/Flaticon.ttf") format("truetype"),url("../fonts/Flaticon.svg#Flaticon") format("svg");font-weight: normal;font-style: normal;}
@media screen and (-webkit-min-device-pixel-ratio:0){ @font-face{font-family: "Flaticon";src: url("../fonts/Flaticon.svg#Flaticon") format("svg");}}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after{   
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}
.flaticon-purchase:before{ content: "\f100"; }
.flaticon-review:before{ content: "\f102"; }
.flaticon-ring:before{ content: "\f101"; }
.flaticon-grade:before{ content: "\f103"; }
body{
  font-family: 'Proxima-Nova-Rg', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
a:hover,a:focus{
  text-decoration: none;
  outline: none;
}
select,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button,input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button{ 
	-webkit-appearance: none; 
	margin: 0; 
}
input[type=number]{
  -moz-appearance:textfield;
}
select::-ms-expand{display: none;}
a,.btn{
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
*:focus{
	outline: none !important;
	box-shadow: none !important;
}
@media(min-width: 1440px){
  .container:not(.nocwidth){
    max-width: 1360px;
  }
}
.secpad{
  padding-top: 100px;
  padding-bottom: 100px;
}
.section{
  position: relative;
  min-height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.profileimg:before,
.section:before,
.section.section6:after{
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
/*sidebar*/
.fixedside{
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 99;
  text-align: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  text-align-last: left;
}
.fixedside:before,
.fixedside:after{
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
  height: 30%;
  width: 1px;
  background: #424242;
}
.fixedside:after{
  height: 18%;
  top: auto;
  bottom: 75px;
}
.fixedside ul{
  margin-bottom: 0px;
  position: relative;
  left: 40px;
}
.fixedside ul li:not(:last-child){
  margin-bottom: 15px;
}
.fixedside ul li a{
  position: relative;
  font-size: 14px;
  color: #c0c0c0;
  display: block;
}
.fixedside ul li a span{
  opacity: 0;
  position: relative;
  left: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixedside ul li a:hover span,
.fixedside ul li a.active span{
  opacity: 1;
  left: 5px;
}
.fixedside ul li a:before{
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d0d0d0;
  border: 1px solid #d0d0d0;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  left: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixedside ul li a:hover:before{
  background: #c0c0c0;
  border-color: #c0c0c0;
}
.fixedside ul li a.active:before{
  -webkit-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  transform: scale(2, 2);
  background: transparent;
  border-color: #c0c0c0;
}
.adownarrow{
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  text-align-last: center;
  border: 1px solid #c0c0c0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.adownarrow svg path{
  fill: #c0c0c0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.adownarrow:hover{
  background: #c0c0c0;
}
.adownarrow:hover svg path{
  fill: #f9f9f9;
}
/*sidebar*/
/*section1*/
.section1{background-image: url(../images/img-1.jpg) !important;background-position: top center;background-attachment: fixed;}
.section1.aboutintro{background-image: url(../images/aboutintro.jpg) !important;background-position: center center;background-attachment: fixed;}
/*.section.section1:before{background: #0000 url(../images/overlay-1.png)}*/
.section.section1:before{background: linear-gradient(to right, rgba(0,0,0,0.5), transparent);}
.section1{
  padding-left: 30px;
  padding-right: 90px;
}
.section1 h1{
  color: #f3f3f3;
  position: absolute;
  margin-bottom: 0px;
  top: 20px;
  left: 60px;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  font-family: Proxima-Nova-Ex;
}
.innerlogo{
  position: absolute;
  left: 30px;
  top: 30px;
}
.innerbc{
  position: absolute;
  right: 30px;
  top: 25px;
}
.innerbc a{
  color: #bababa;
}
.innerbc a.active{
  color: #c0c0c0;
}
.innerbc a.active:hover,
.innerbc a:hover{
  color: #fff;
}
.innerbc li.list-inline-item:not(:last-child){
  margin-right: 0px;
}
.innerbc li.list-inline-item:not(:last-child):after{
  content: "•";
  color: #bababa;
  margin: 0px 5px 0px 10px;
  font-size: 22px;
  position: relative;
  top: 1px;
}
.innerlogo h1{
  position: relative;
  top: 3px;
  left: auto;
  display: inline-block;
  vertical-align: middle;
}
.innerlogo svg{
  width: 25px;
  height: 25px;
  fill: #b7b8b7;
  margin-right: 10px;
}
.introcnt{
  display: inline-block;
  text-align: left;
}
.introcnt span{
  display: inline-block;
  background: #c0c0c01a;
  font-size: 16px;
  padding: 5px 15px;
  color: #c0c0c0;
  border-radius: 20px;
}
.introcnt h2{
  font-size: 110px;
  line-height: 90px;
  color: #f3f3f3;
  text-transform: uppercase;
  font-family: Proxima-Nova-Ex;
  margin: 10px auto;
  position: relative;
  left: -5px;
}
.aboutintro .introcnt h2{
  font-size: 32px;
  line-height: 32px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  color: #fff;
  text-transform: capitalize;
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  left: auto;
}
.aboutintro .introcnt h2 div{
  z-index: 2;
  display: inline;
  position: relative;
}
.aboutintro .introcnt h2 i{
  position: absolute;
  left: -22px;
  top: -22px;
  font-style: italic;
  font-size: 40px;
  color: rgba(255,255,255,0.2);
}
.aboutintro .introcnt .blockquote-footer {
  color: #bababa;
}
.introcnt p{
  color: #b7b7b7;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 75px;
}
.btn-maiv{
  font-size: 22px;
  padding: 13px 60px;
  color: #0d0d0d;
  background: #c0c0c0;
  text-transform: uppercase;
  font-family: Proxima-Nova-Ex;
  border-radius: 50px;
  position: relative;
  min-width: 250px;
}
.btn-maiv:hover{
  color: #0d0d0d;
}
.btn-maiv:before{
  content: " ";
  position: absolute;
  left: -6px;
  top: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 1px solid #c0c0c0;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-maiv:hover:before{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*section1*/
/*section2*/
.section2{background-image: url(../images/img-2.jpg) !important;background-position: center center;padding-top: 50px;padding-bottom: 120px;}
/*.section.section2:before{background-image: url(../images/overlay-2.png);}*/
.section.section2:before{background: linear-gradient(to right, rgba(0,0,0,0.5), transparent);}
.section2 h2{
  font-size: 60px;
  line-height: 46px;
  color: rgba(255,255,255,0.9);
  font-family: Proxima-Nova-Ex;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.section2 p{
  margin: 40px 0px;
  color: #e8e8e8;
  font-size: 17px;
  line-height: 22px;
}
.feature-slider .slide-item{
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.feature-slider .slide-item.slick-active{
  opacity: 1;
}
.feature-slider .slide-item.slick-active h2,.feature-slider .slide-item p{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
  -webkit-animation-fill-mode:all;
  animation-fill-mode:all;
}
.feature-slider .slick-dots{
  position: relative;
  display: -webkit-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-self: center;
}
.feature-slider .slick-dots:before,
.feature-slider .slick-dots:after{
  content: " ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 250px;
  background: rgba(255,255,255,0.5);
}
.feature-slider .slick-dots:before{
  left: -290px;
}
.feature-slider .slick-dots:after{
  left: auto;
  right: -290px;
}
.feature-slider .slick-dots li{
  display: flex;
  align-self: center;
}
.feature-slider .slick-dots li:not(:last-child){
  margin-right: 25px;
}
.feature-slider .slick-dots button{
  position: relative;
  display: block;
  min-height: 15px;
  min-width: 15px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0;
}
.feature-slider .slick-dots button:before{
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-slider .slick-dots li button:hover:before{
  background: #c0c0c0;
  border-color: #c0c0c0;
}
.feature-slider .slick-dots li.slick-active button:before{
  width: 15px;
  height: 15px;
  background: transparent;
  border-color: #c0c0c0;
}
.iconsec{
  margin-top: 50px;
}
.ficon{
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(0,0,0,0.5);
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.ficon:after,
.ficon:before{
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 15%;
  border: 1px solid #c0c0c0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iconbox.active .ficon:after,
.iconbox.active .ficon:before{
  height: 50%;
  border-width: 2px;
}
.iconbox:hover .ficon{
  background: rgba(0,0,0,0.7);
}
.ficon:before{
  border-bottom: none;
}
.ficon:after{
  top: auto;
  bottom: 0px;
  height: 50%;
  border-top: none;
}
.ficon i:before{
  color: #c0c0c0;
  font-size: 45px;
}
.iconbox{
  cursor: pointer;
}
.iconbox h4{
  color: rgba(255,255,255,0.9);
  font-size: 24px;
  font-family: Proxima-Nova-Bo;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
  pointer-events: none;
}
/*section2*/
/*section3*/
.profilecnt h2{
  font-size: 45px;
  line-height: 40px;
  font-family: Proxima-Nova-Ex;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #101010;
}
.bg-grey{background: #f1f1f1;}
.profilecnt p{
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  margin-bottom: 30px;
}
.profilecnt p:last-child{
  margin-bottom: 0px;
}
.profileimg{
  position: relative;
  min-height: 100vh;
}
/*.profileimg:before{background-image: url(../images/overlay-3.png);}*/
.profileimg:before{background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);}
.profileimg img{
  min-height: 100vh;
  width: 100%;
  object-fit: cover;
}
/*section3*/
/*section4*/
.section4{background-image: url(../images/img-4.jpg) !important;background-position: top center;}
/*.section.section4:before{background: #00000080 url(../images/overlay-4.png);}*/
.section.section4:before{background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), transparent);}
.servhead h2{
  font-size: 55px;
  line-height: 43px;
  font-family: Proxima-Nova-Ex;
  text-transform: uppercase;
  margin-bottom: 80px;
  top: -20px;
  color: #fff;
  position: relative;
}
.servbox{
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.servsec>.servbox:last-child{
 border-bottom: 1px solid rgba(255,255,255,0.1); 
}
.servbox h4{
  font-size: 22px;
  color: #dedede;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Proxima-Nova-Bo;
}
.servbox p{
  font-size: 16px;
  color: #d0d0d0;
  margin-bottom: 0px;
}
/*section4*/
/*section5*/
.section5{background-image: url(../images/img-5.jpg) !important;background-position: center center;}
.quote-icon{
  margin-bottom: 25px;
  opacity: 0.5;
}
.testimonials{
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 25px 40px 30px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.testimonials h6{
  font-size: 24px;
  font-family: Proxima-Nova-Bo;
  color: #c0c0c0;
  margin-bottom: 20px;
}
.testimonial-slider .slide-item p{
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 35px;
}
.testimonial-slider .slide-item span{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.testimonial-slider .slide-item span b{
  font-size: 12px;
  font-weight: 600;
  color: #cc2118;
  display: block;
}
.cerbox{
  position: relative;
  cursor: pointer;
  margin: 10px;
}
.cerimg{
  border: 10px solid;
  box-sizing: border-box;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom-color: #161f29;
  border-top-color: #161f29;
  border-left-color: #29394a;
  border-right-color: #29394a;
}
.cerimg::after{
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 0 5px 0 #000 inset;
  -moz-box-shadow: 0 0 5px 0 #000 inset;
  -webkit-box-shadow: 0 0 5px 0 #000 inset;
}
.cerimg img{
  max-width: 100%;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  -ms-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  object-fit: cover;
}
.cerbox:hover .cerimg img{
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.aboutcerti-slider .nextarrow, .aboutcerti-slider .prevarrow,
.certificate-slider .nextarrow, .certificate-slider .prevarrow{
  position: absolute;
  right: 50px;
  top: -63px;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: 30px;
  background: #b3b6b6;
  text-align: center;
  line-height: 31px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aboutcerti-slider .nextarrow,
.certificate-slider .nextarrow{
  right: 10px;
}
.aboutcerti-slider .nextarrow:hover, .aboutcerti-slider .prevarrow:hover,
.certificate-slider .nextarrow:hover, .certificate-slider .prevarrow:hover{
  background: #fff;
}
.certi-sec h2{
  font-family: Proxima-Nova-Bo;
  font-size: 30px;
  margin-bottom: 30px;
  color: #141414;
  text-transform: uppercase;
}
.aboutlogoslider .slick-arrow{
  display: none !important;
}
.aboutlogoslider .slide-item{
  margin-right: 20px;
}
/*section5*/
/*section6*/
.section6{background:#000;padding-top: 360px;padding-bottom: 100px;}
.section.section6:before{background-image: url(../images/img-6.jpg) !important;background-position: bottom !important;opacity: 0.5;}
.section.section6:after{background-image: url(../images/overlay-6.png);mix-blend-mode: screen;opacity: 0.5;}
.section.section6 .container{z-index: 1;}
.section6 h2{
  font-size: 55px;
  line-height: 43px;
  font-family: Proxima-Nova-Ex;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #b9b8be;
  text-align: center;
}
.section6 p{
  font-size: 16px;
  color: #c2c1c6;
  text-align: center;
  margin: 25px 0 20px; 
}
.cform .form-control{
  height: 60px;
  border-radius: 0px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border-right: none;
  border-bottom: none;
  border-color: rgba(255,255,255,0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cform .form-control:focus{
  background: rgba(24, 12, 56, 0.3);
}
.cform textarea.form-control{
  min-height: 175px;
  resize: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  border-left: none;
}
.cform .btn-maiv{
  margin-top: 60px;
  margin-bottom: 100px;
}
.cform .form-control::-webkit-input-placeholder{color: #bdbdbf;}
.cform .form-control:-ms-input-placeholder{color: #bdbdbf;}
.cform .form-control::placeholder{color: #bdbdbf;}
.socialmedia li.list-inline-item:not(:last-child){
  margin-right: 25px;
}
.socialmedia li.list-inline-item a{
  color: #f3f3f3;
  font-size: 16px;
}
.socialmedia li.list-inline-item a:hover{
  color: #c0c0c0;
}
/*section6*/
/*responsive*/
@media(max-width: 1439px){
  .section2 p br{display: none;}
  .servhead h2{font-size: 50px;line-height: 40px;}
  .testimonial-slider .slide-item p{font-size: 18px;line-height: 1.5;}
  .profilecnt h2{font-size: 40px;line-height: 35px;}
  .introcnt h2{font-size: 90px;line-height: 70px;}
  .section2 h2{font-size: 50px;line-height: 40px;}
  .iconbox h4{font-size: 20px;line-height: 20px;}
  .ficon i:before{font-size: 40px;}
}
@media(max-width: 1300px){
  .servhead h2{font-size: 40px;line-height: 30px;}
  .testimonial-slider .slide-item p{font-size: 16px;line-height: 1.4;}
  .profilecnt h2{font-size: 30px;line-height: 30px;margin-bottom: 30px;}
  .introcnt h2{font-size: 80px;line-height: 60px;}
  .section2 h2{font-size: 40px;line-height: 30px;}
  .iconbox h4{font-size: 18px;line-height: 18px;}
  .fixedside:after{height: 22%;}
  .adownarrow{width: 40px;height: 40px;line-height: 36px;}
  .adownarrow svg{width: 23px;height: 23px;}
}
@media(max-width: 1199px){
  .servhead h2{font-size: 35px;line-height: 30px;}
  .introcnt h2{font-size: 70px;line-height: 60px;}
  .section2 h2{font-size: 35px;line-height: 30px;}
  .iconbox h4{font-size: 16px;line-height: 16px;}
  .section1 h1{font-size: 18px;}
  .testimonial-slider .slide-item span{font-size: 18px;}
  .certi-sec h2{font-size: 25px;}
  .section6 h2{font-size: 50px;line-height: 38px;}
  .testimonials h6,.servbox h4{font-size: 20px;margin-bottom: 15px;}
  .servbox p{font-size: 15px;}
  .quote-icon{width: 50px;}
  .secpad{padding-top: 75px;padding-bottom: 75px;}
  .testimonials{padding: 15px 20px 20px;margin-left: 10px;}
  .testimonial-slider .slide-item p{margin-bottom: 20px;}
  .section6{padding-top: 260px;}
}
@media(max-width: 991px){
  .introcnt h2{font-size: 60px;line-height: 50px;}
  .introcnt p{font-size: 16px;}
  .btn-maiv{font-size: 20px;padding: 13px 50px;min-width: 200px;}
  .iconbox h4{font-size: 14px;line-height: 14px;}
  .iconsec .no-gutters{margin-right: 0;margin-left: 0;}
  .iconsec>.col, .iconsec>[class*=col-] {padding-right: 0;padding-left: 0;}
  .profilecnt{padding: 50px 110px;}
  .testimonials{margin-top: 40px;}
  .cform .form-control{border-left: none !important;}
  .cform .btn-maiv{margin-bottom: 50px;}
  .section6{padding-bottom: 50px;}
  .cform textarea.form-control{min-height: 150px;}
  .feature-slider .slick-dots:before{left: -220px;}
  .feature-slider .slick-dots:after{right: -220px;}
  .feature-slider .slick-dots:before, .feature-slider .slick-dots:after{width: 200px;}
  .introcnt p{margin-bottom: 50px;}
  .secpad{padding-top: 50px;padding-bottom: 50px;}
  .introcnt{text-align: center;}
  .section1{padding-left: 0px;padding-right: 0px;align-items: flex-end !important;}
  .section.section1:before{background: #0006 url(../images/overlay-1.png)}
  .introbtn{opacity: 1 !important;transform: none !important;}
  .section2{padding-bottom: 50px;}
  .section3,.profileimg,.profileimg img{min-height: auto;}
}
@media(max-width: 767px){
  .section6 h2{font-size: 36px;line-height: 28px;}
  .feature-slider .slick-dots:before, .feature-slider .slick-dots:after{width: 130px;}
  .feature-slider .slick-dots:before{left: -150px;}
  .feature-slider .slick-dots:after{right: -150px;}
  .section2{padding-top: 30px;padding-bottom: 30px;}
  .servhead h2{margin-bottom: 30px;}
  .servhead h2{margin-bottom: 30px;top: auto;}
  .ficon{width: 70px;height: 70px;line-height: 70px;}
  .ficon i:before{font-size: 35px;}
  .iconbox{margin-bottom: 20px;}
  .fixedside{display: none;}
  .profilecnt{padding: 50px;}
  .section1 h1{left: 20px;}
  .section2 p{margin: 20px 0px;font-size: 15px;}
  .section6{padding-top: 150px;}
}
@media(max-width: 575px){
  .servhead h2,.section2 h2 {font-size: 30px;line-height: 25px;}
  .section6{padding-top: 100px;}
  .profilecnt{padding: 30px;}
  .servbox{padding: 20px 0;}
  p>br{display: none;}
  .section1{background-attachment: unset;background-position: 40% 50%;min-height: 90vh;}
  .iconsec .no-gutters{margin-right: -15px;margin-left: -15px;}
  .iconsec>.col, .iconsec>[class*=col-] {padding-right: 15px;padding-left: 15px;}
  .section2{align-items: center !important;}
  .introcnt h2{font-size: 55px;line-height: 44px;}
  .introcnt p{margin-bottom: 30px;}
  .profilecnt p{font-size: 15px;margin-bottom: 20px;}
}
@media(max-width: 480px){
  .servhead h2,.section2 h2 {font-size: 25px;line-height: 24px;}
  .profilecnt h2{font-size: 25px;line-height: 25px;margin-bottom: 25px;}
  .certi-sec h2{font-size: 22px;margin-bottom: 20px;}
  .introcnt span{font-size: 14px;}
  .introcnt p{font-size: 15px;}
  .btn-maiv{font-size: 18px;padding: 11px 45px;min-width: auto;}
}
/*responsive*/