html {height: 100%; font-size: 16px;}
body {-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; min-height: 100%;position: relative; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 16px; padding: 0; margin: 0; outline: none;}
a{ outline:none !important; text-decoration: none;}
strong, b{ font-weight:700;}
li{ list-style: none;}
img{max-width:100%}
/* --set focus for: safari and chrome-- */
textarea:focus,
input[type=text]:focus,
input[type=password]:focus { outline: 0 none; }
a:focus{outline:0px;}
img{ max-width: 100%;}
/*global css start*/
*{ padding:0; margin:0; outline:none;}
.offset-none{ padding:0;}
.offset-left-none{ padding-left:0;}
.offset-right-none{ padding-right:0;}
@media (min-width: 992px){
  .container {
      width: 970px;
      max-width: 100%;
  }
}
@media (min-width: 1200px){
.container {width: auto; max-width: 1176px;}
}

/*global css end*/

/*--header css start--*/
.header-row{ width:100%; position: absolute; top:0; left:0; z-index:999; background: transparent;}
.header-row .navbar-brand.logo {  margin:18px 0; padding:0; height:auto;color: #41424e; font-size: 30px; font-weight: 700; display: flex; align-items: center;}
.header-row .navbar-brand.logo span{ margin-right: 16px;}
.header-row .btn.download-btn1{ width:165px; float:right; background:#e1161d; color:#ffffff; font-size:18px; line-height:23px;font-weight: 700; text-transform: uppercase;padding:14px 0 11px; margin:8px 0;box-shadow:2px 2px 2px rgba(0, 0, 0, 0.2);border-radius: 3px;
visibility: hidden; display: none;}
.header-row .btn.download-btn1:hover{ background:#d70910;}
.header-row .btn.download-btn1 img{ vertical-align: text-bottom;margin-left: 6px;margin-bottom: -4px;}
.header-row .download-icon {margin-left: 0px;}

.app-store-logo{ float: right; margin: 16px 15px 16px 0;}


/*header stick*/
.header-row.affix{ position:fixed; box-shadow:0 0 6px rgba(0, 0, 0, 0.5); visibility: visible; background: #3125b3;}
.header-row.affix .logo{margin:13px 0; transition:all 0.3s ease 0s;}
.header-row.affix .logo .img-responsive{ width:140px;}
.header-row.affix .btn.download-btn1{ padding: 12px 0 9px; margin:10px 0; visibility: visible; font-size: 16px; display: inline-block;}
.header-row.affix .app-store-logo{ margin: 11px 15px 11px 0;}
/*--header css end--*/ 

/*--Banner css start--*/ 
.banner-section {background: #fff url(https://cdn.systweak.com/content/wp/dff/lp8/banner-bg.jpg) no-repeat center 0;overflow: hidden;position:relative; padding: 76px 0 0; min-height: 805px;}
.banner-img-col{text-align:center; padding:34px 0 30px; }
.banner-img-col .bnr-img {max-width: 620px; margin-left: -24px;} 
.banner-content{ padding:31px 0 94px 41px; margin-right: -20px;}
.banner-content .heading-1{color: #ffffff;font-size: 43px;font-weight: 600;line-height: 50px;text-shadow: 0px 2px 17px rgba(23, 16, 105, 0.43);margin:0 0 5px;}
.banner-content .heading-4{color: #bcc1e7;font-size: 18px;line-height: 24px;margin:0 0 21px; font-weight: 400; }
.bnr-ftr-list{ padding: 0; margin: 0 0 27px;}
.bnr-ftr-list li{ background: url(https://cdn.systweak.com/content/wp/dff/lp8/list-icon.png) no-repeat 0 6px; color: #ffffff; font-size: 19px; padding-left: 32px; margin-bottom: 7px;}


.down-btn-col { width: 257px; max-width: 257px;display: inline-block;}
.down-btn-col a.btn{background: #ff860d; /* Old browsers */
  background: -moz-linear-gradient(top, #ff860d 0%, #ff7200 50%, #ff6000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff860d 0%,#ff7200 50%,#ff6000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff860d 0%,#ff7200 50%,#ff6000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff860d', endColorstr='#ff6000',GradientType=0 );
  border:none;box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25); display:block;border-radius:3px; padding:15px 10px}
.down-btn-col a.download-btn:hover{background: #ff6000; /* Old browsers */
  background: -moz-linear-gradient(top, #ff6000 0%, #ff7200 50%, #ff860d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff6000 0%,#ff7200 50%,#ff860d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff6000 0%,#ff7200 50%,#ff860d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff860d',GradientType=0 );}
.download-title-btn{color:#ffffff;font-size:18.46px;line-height:19px;font-weight: 600; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);    display: inline-block;
  vertical-align: middle; text-align: left;text-transform: uppercase;}
.os-name{color:#ffffff;font-size:13.54px;font-weight: 400;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44); display: block; text-transform: initial; }
/* .down-btn-col a.btn{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:transform ease-in-out 0.1s;-ms-transition:transform ease-in-out 0.1s;transition:transform ease-in-out 0.1s;}
.down-btn-col a.btn:after, .down-btn-col a.btn:after {content:"";position:absolute;bottom:-10px;height:10px;width:100%;left:0;opacity:0;-webkit-transition:all ease-in-out 0.500ms;-ms-transition:all ease-in-out 0.1s;transition:all ease-in-out 0.1s;background:-moz-radial-gradient(center, ellipse cover, #426f85 0%, rgba(255, 255, 255, 0) 70%);background:-webkit-radial-gradient(center, ellipse cover, #426f85 0%,rgba(255, 255, 255, 0) 70%);background:radial-gradient(ellipse at center, #426f85 0%,rgba(255, 255, 255, 0) 70%)}
.down-btn-col a.btn:hover:after, .down-btn-col a.btn:hover:after {opacity:0.4;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}
.down-btn-col a.btn:hover, .down-btn-col a.btn:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px) !important;transform:translateY(-5px) !important} */
.mac-btn {margin-left: 20px;}
.banner-content .down-btn-outer {margin-right: -20px;}
.os-icon {margin-right: 7px;}
.compatible-os {text-align: center;color: #fff; font-size: 13px; font-weight: 400; margin: 5px 0 0;}
.cmtl-os-black{ color: #848484;}
/*--Banner css end--*/ 

/** Start LP-10 **/ 

body.lp-10 .down-btn-col a.btn {  -webkit-border-radius: 34px; -moz-border-radius: 34px; border-radius: 34px;}
 .mt-0 {  margin-top: 0px!important;} 
 body.lp-10 .header-row img.affix-logo { display: none;}
 body.lp-10 .header-row.affix img.affix-logo { display: block;}
 body.lp-10 .header-row.affix img.none-affix-logo { display: none;}

 body.lp-10 .header-row.affix .app-store-logo { display: none;} 
 body.lp-10 .header-row .head-download-btn { display: none;} 
 body.lp-10 .header-row.affix .head-download-btn { display: block;}

 body.lp-10 .header-row.affix .head-download-btn {
  margin-top: 14px;
  float: right;
  -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
  padding:7px 18px;
  text-decoration: none;
  text-transform: inherit;
  font-size: 18px; color: #ffffff; line-height: 23px;

  background: #ff860d; /* Old browsers */
  background: -moz-linear-gradient(top, #ff860d 0%, #ff7200 50%, #ff6000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff860d 0%,#ff7200 50%,#ff6000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff860d 0%,#ff7200 50%,#ff6000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff860d', endColorstr='#ff6000',GradientType=0 );
  border:none;box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25);}

  body.lp-10 .header-row.affix .head-download-btn:hover {background: #ff6000; /* Old browsers */
  background: -moz-linear-gradient(top, #ff6000 0%, #ff7200 50%, #ff860d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff6000 0%,#ff7200 50%,#ff860d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff6000 0%,#ff7200 50%,#ff860d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff860d',GradientType=0 );}

 body.lp-10 .header-row.affix .head-download-btn img { margin-top: -3px; margin-right: 6px;}
 body.lp-10 .header-row.affix{ background: #ffffff;} 
 body.lp-10 .header-row.affix .logo{margin:14px 0;  }
 
 

 body.lp-10 .copyright { text-align: center;}
 .about-bg-rest {background:#ffffff url(https://cdn.systweak.com/content/wp/dff/lp8/file-formate-bg-n.jpg) center bottom no-repeat;}
 .about-bg-rest .about-content-col { padding-top: 0px; padding-bottom: 72px; }
 .about-bg-rest .about-content-col .heading-4 { margin-bottom: 15px; line-height: 40px;}
 

.banner-section-10 {background: #3125b3 url(https://cdn.systweak.com/content/wp/dff/lp8/banner-lp10.jpg) no-repeat center 0;overflow: hidden;position:relative; padding: 76px 0 0; min-height: 668px;}
.ban-features { color: #ffffff; }
.ban-features h1 { font-size: 46px; line-height: 50px; font-weight: 700; margin-top: 68px; }
.ban-features h1 span { display: block; color: #9afa00;}
.ban-features h1 span.white-text { display: inline-block; color: #ffffff;}
.ban-features h3 { font-size: 18px; color: #d7d3ec; line-height: 24px; margin-top: 10px; }
.ban-features ul { display: block; width: 100%; margin: 32px 0 36px 0; padding: 0;}
.ban-features ul li  { display: block; width: 50%; float: left; background: url(https://cdn.systweak.com/content/wp/dff/lp8/features-list.png) no-repeat 0 6px; font-size: 15px; line-height: 20px; margin: 6px 0 7px 0;  }
.ban-features ul li span { padding-left: 28px;}

.ban-btn-new .down-btn-col a.btn { padding: 12px 10px; max-width: 222px; }
.ban-btn-new .compatible-os {  max-width: 222px; }
.ban-btn-new .down-btn-col { width: 231px;     max-width: 231px;}
.ban-btn-new .down-btn-col.mac-btn { margin-left: 0px;}

.banner-section-10 .banner-img-col { padding: 8px 18px 30px 0;}
.banner-section-10 .banner-img-col .bnr-img { max-width: inherit; margin-left: inherit; } 
.banner-section-10 .col-lg-7 { width: 53.333333%; }
.banner-section-10 .col-lg-5 { width: 46.666667%; }


.return-to-top {  cursor: pointer; position: fixed; z-index: 999; bottom: 144px/*81px*/; right: 20px; background: #000; background: rgba(0, 0, 0, .5); width: 50px; height: 50px; display: block; text-decoration: none; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; display: none;-webkit-transition: all .3s linear;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease; text-align: center;}
.return-to-top .syst-icon {color: #fff; margin: 0; position: relative; left: 16px; top: 16px; font-size: 19px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;} 
.return-to-top img { margin-top: 4px;   }

/** End LP-10 **/



/*--features css start--*/ 
.features-section{padding:36px 0 67px;margin-top: -98px;position: relative;z-index: 1;}
.features-outer{padding: 0 76px;}
.features-outer .head-text-col {padding: 0; text-align: center;}
.features-outer .head-text-col .heading-2 { color: #000000; font-size: 32px;font-weight: 600; margin: 0 0 10px;}
.features-outer .head-text-col p { color: #5c6775; font-size: 16px;line-height: 24px; margin: 0 0 50px;}
.features-box-col{ padding:0; margin-bottom: 78px;}
.features-box-col .heading-4 { color: #282828; font-size: 18px;font-weight: 600;  margin: 14px 0 11px;}
.features-box-col p { color: #5c5c5c; font-size: 14px;line-height: 18px;margin: 0;}
.ftr-btn-col {margin-top: -15px; margin-bottom: 40px;}

.os-cmptl-win{font-size: 14px;color: #ffffff;text-align: center;padding-top: 0;padding-bottom: 0;margin-bottom: -45px; padding-left: 16px;}
.pro-support-logo {margin: -70px 0 0;text-align: center; padding-left: 16px;}
.os-cmptl-win{font-size: 14px;color: #ffffff;text-align: center;padding-top: 0;padding-bottom: 0;margin-bottom: -45px; padding-left: 16px;}
.banner-mac .os-cmptl-win{ margin-bottom:-53px}
.pro-support-logo span {margin: 0 20px;}
/*--features css end--*/ 

/*--Steps css start--*/ 
.steps-section{padding:168px 0 13px;margin-top: -98px;position: relative;background: url(https://cdn.systweak.com/content/wp/dff/lp8/step-section-bg.jpg) no-repeat center 0;
z-index: 2;}
.steps-outer  .head-text-col {padding: 0; text-align: center;}
.steps-outer .head-text-col .heading-2 { color: #ffffff; font-size: 32px;font-weight: 600; margin: 0 0 51px;}
.steps-outer .head-text-col p { color: #5c6775; font-size: 16px;line-height: 24px; margin: 0 0 50px;}
.step-box-col{ padding:0; margin-bottom: 78px;}
.step-box-col .heading-4 { color: #ffffff; font-size: 21px;font-weight: 600;  margin: 0 0 8px;}
.step-box-col p { color: #ffffff; font-size: 17px;line-height: 26px;margin: 0 0 28px;}
/*.mdl-box {padding-left:12px;}
.rt-box {padding-left: 25px;}*/
/*--Steps css end--*/ 

/*--Why choose Duplicate Files Fixer section start--*/ 
.why-choose-dff { background: #ffffff url(https://cdn.systweak.com/content/wp/dff/lp8/features-bg.jpg) no-repeat center 0;padding-bottom: 135px;}
.why-choose-head h2 {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #000000;
  font-size: 32px;
  font-weight: 600;
}

.why-choose-head {
  padding: 85px 0 84px;
}
.feature-cir-contnet .title {
  margin: 13px 0 7px;
  padding: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
}

.feature-cir-contnet .title_Span {
  margin: 0;
  padding: 0;
  color: #5c5c5c;
  font-size: 13px;
  line-height: 18px;
}

.featurebox-icon {
}

.feature-cir-contnet {
  padding:0 108px;
  margin-bottom: 32px;
}
/*--Why choose Duplicate Files Fixer section end--*/ 

/*--About css start--*/ 
.about-content-col{ padding:41px 0 0;}
.about-content-col .heading-4{color:#000000; font-size:31px;line-height: 45px;font-weight: 600;margin:0 0 25px}
.about-content-col .desc{color:#5c5c5c; font-size:16px;line-height:28px;margin:0 0 25px;}
.about-screen-col {padding:3px 0; text-align: center;}
.about-screen-col img {max-width: 632px;margin-left: -25px;}
/*--About css end--*/ 

/*--File Formate css start--*/ 
.about-outer-section { background:#fff url(https://cdn.systweak.com/content/wp/dff/lp8/file-formate-bg.jpg) no-repeat center 365px;}
.file-formate-section {position: relative; clear: both;}
.file-formate-content{ padding:133px 0 0; margin-right: -20px;}
.file-formate-content .heading-4{color:#000000; font-size:32px;line-height: 45px;font-weight: 600;margin:0 -60px 20px 0}
.file-formate-content .desc{color:#5c5c5c; font-size:16px;line-height:28px;margin:0 0 15px;}
.formate-screen-col {padding:70px 0 0 50px; text-align: center;}
.formate-screen-col img {max-width: 406px;margin-left:0;}
.file-formate-col {margin-bottom: 40px;}
.file-formate-col span {color: #000000;font-size: 15px;background: #fff;border: solid 1px #e1e3f6;padding: 0;border-radius: 50px;
  min-width: 90px;display: inline-block;text-align: center;line-height: 34px;text-transform: uppercase;margin-bottom: 13px;margin-right: 14px;}
/*--File Formate css end--*/ 

/*--Testimonial css start--*/ 
.testimonial-section{ background:#d8eef4 url(https://cdn.systweak.com/content/wp/dff/lp8/testimonial-bg.jpg) no-repeat center 0; padding:104px 0 32px;}
.testimonial-section .carousel{background:url(https://cdn.systweak.com/content/wp/dff/lp8/testimonial-sl-bg.png) no-repeat center 0;padding: 74px 120px 56px; min-height: 572px;
margin-left: -30px;}
.tstml-slier {margin-top: 60px;}
.tstml-content{background:url(https://cdn.systweak.com/content/wp/dff/lp8/lt-quote.png) no-repeat 36px 12px; text-align: center; }
.tstml-slier .heading-2{color:#010101; font-size:36px;font-weight: 600; margin:0 0 16px; text-align: center;}
.tstml-content .desc-text{color:#dbd9f1; font-size:20px; line-height:27px;
  background:url(https://cdn.systweak.com/content/wp/dff/lp8/rt-quote.png) no-repeat 314px bottom; padding-bottom: 113px; margin: 0; min-height: 220px; }
.pt-nm-col{padding:18px 0 0;margin: 0;}
.tstml-pt-col{ text-align: center; width: 140px; height: 140px; margin: 0 auto 24px;}
.tstml-content .img-circle{ width:140px; height:140px;border: solid 4px #ffffff;box-shadow: 0px 4px 9px 0px rgba(70, 89, 138, 0.33);}
.tstml-nm-col{padding-left:15px;}
.user-name-title{color:#ffffff; font-size:22px; line-height:28px;font-weight: 600; margin: -54px 0 -4px;}
.designation-title{color:#ceccec; font-size:18px; line-height:28px;font-weight: 400; margin: 0 0 0;;}
.carousel-control {width: 60px;height: 60px;background:url(https://cdn.systweak.com/content/wp/dff/lp8/arrow.png) no-repeat 0 0;margin-top: 248px; opacity: 1;box-shadow: 0px 4px 9px 0px rgba(70, 89, 138, 0.33);
border-radius: 50%;}
.carousel-control.left {margin-left: 46px;}
.carousel-control.right {right: -24px;left: inherit;margin-right: 70px; background-position: right 0;}

.happy-clt-col {padding: 167px 0 30px;}
.revicew-heading{ color: #000000;font-size: 36px;line-height: 45px;font-weight: 600; margin: 0 0 35px;}
.clients-counting{ color: #3a65da; font-size: 65px; font-weight: 600;margin: 0;}
.hpy-clr-title{ color: #000000; font-size: 36px; font-weight: 600; line-height: 42px; margin: 0 0 6px;}
.happy-clt-col p{ color: #5c5c5c; font-size: 17px; font-weight: 400; line-height: 22px; margin: 0 0 30px; padding-right: 135px;}
.app-store-col span {margin-right: 15px;}
/*--Testimonial css end--*/ 


/*--FAQ css start--*/ 
.faq-content{ padding: 81px 75px 12px; overflow: hidden;}
.faq-content .heading-2{color:#000000; font-size:32px;font-weight: 600; margin:0 0 30px; text-align: center;}
.faq-content .desc{color:#252525; font-size:14px;font-weight: 400; margin:0 0 45px; text-align: center;}
.faq-content .panel{border: 1px solid #f1f5f7;box-shadow: none;overflow: hidden;margin-bottom: 0; margin-top: 0; border-radius:0; border-left: none; border-right: none; border-top: none;}
.faq-content .panel-heading{ background: transparent; border: none; padding: 0;}
.faq-content .panel-heading .panel-title a{color: #1a1b1d; font-size: 17px;line-height:32px; font-weight: 600;text-decoration: none; display: block; align-items:center;border-radius: 4px 4px 0 0;overflow: hidden;
  background:#fff;padding:20px 22px 20px 71px;position:relative}
.faq-content .panel-heading .panel-title a .plus-minus{background:url(https://cdn.systweak.com/content/wp/dff/lp8/minus.png) no-repeat center center; background-size:19px; min-width: 14px; width: 20px; height: 20px; position:absolute;left:22px;top:25px}
.faq-content .panel-heading .panel-title a.collapsed .plus-minus{background: url(https://cdn.systweak.com/content/wp/dff/lp8/plus.png) no-repeat center center; background-size:19px;}
.faq-content  .panel-body{padding:4px 15px 45px 70px;background:#fff; color: #6d6d6d;font-size: 15px;line-height: 21px;border: none !important;}
.panel-group .panel+.panel{ margin-top: 0;}
.panel-group{ border-top: 1px solid #f1f5f7;}
.panel-body ul { 
     padding: 0; 
     margin: 0 0 0 20px; 
 } 
  
 .panel-body ul li { 
     margin-bottom: 10px; 
     list-style: disc; 
 }
/*--FAQ css end--*/ 


.download-section{background:url(https://cdn.systweak.com/content/wp/dff/lp8/download-sec-bg.jpg) no-repeat center 0; padding:76px 0;}
.down-content-col{ text-align: center;}
.down-content-col .heading-5{color:#ffffff; font-size:42px; line-height: 57px; font-weight: 300; margin:0 0 66px }
.down-content-col .heading-5 b{ font-weight: 600;}
.down-content-col .compatible-os{ color: #ffffff;}




.top-brand-logos{ background: #f7f9fa; padding: 13px 0 13px 0px}
ul.logo-list {margin: 0 auto;overflow: hidden; max-width: 1008px;} 
ul.logo-list li { padding:0 47px; float: left;}




/*--footer css start--*/ 
.footer-row{ background: #e6edf1;}
.footer-menu-col{ padding: 11px 0 12px;}
.footer-menu-col h6{ color:#2c2c2c; font-size:16px; line-height: 34px; margin: 0;}
.footer-menu-col ul li{ color:#2c2c2c; font-size:13px; margin: 0 0 6px;}
.footer-menu-col ul li a{ color:#2c2c2c; font-size:13px; text-decoration: none;}
.footer-menu-col ul li a:hover{ color: #3125b3;}
.ftr-mdl-mn {padding-left: 93px;}
.ftr-rt-mn {padding-left: 130px;}
.colpy-right-row{ border-top: solid 1px #d3d9dd; padding: 21px 0;}
.foo-menu {overflow: hidden; margin-bottom: -5px;}
.foo-left .foo-menu li{ float:left; padding:0 21px;line-height: 14px;}
.foo-left .foo-menu li.first{padding-left: 0;}
.foo-left .foo-menu li.last{border-right: none;}
.foo-left .foo-menu li a{ color:#5f5f5f; font-size:16px; line-height: 30px; text-decoration:none;}
.foo-left .foo-menu li a:hover{ color:#000;}
.foo-right-col{ text-align:right;}
.copyright{color:#787e83; font-size:14px; line-height: 20px; margin: 0;}
/*--footer css end--*/ 

.about-section { 
     padding-top: 127px; 
 }