@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: "Roboto", sans-serif;
  font-weight:400;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  font-weight:400;
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

@font-face {
  font-family: 'Burgundia PERSONAL USE';
  src: url('../fonts/BurgundiaPERSONALUSE-Regular.eot');
  src: url('../fonts/BurgundiaPERSONALUSE-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/BurgundiaPERSONALUSE-Regular.woff2') format('woff2'),
      url('../fonts/BurgundiaPERSONALUSE-Regular.woff') format('woff'),
      url('../fonts/BurgundiaPERSONALUSE-Regular.ttf') format('truetype'),
      url('../fonts/BurgundiaPERSONALUSE-Regular.svg#BurgundiaPERSONALUSE-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Blank Script';
  src: url('../fonts/BlankPage-Script.eot');
  src: url('../fonts/BlankPage-Script.eot?#iefix') format('embedded-opentype'),
      url('../fonts/BlankPage-Script.woff2') format('woff2'),
      url('../fonts/BlankPage-Script.woff') format('woff'),
      url('../fonts/BlankPage-Script.ttf') format('truetype'),
      url('../fonts/BlankPage-Script.svg#BlankPage-Script') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#1830ff;
  border-radius:30px;
  padding:14px 25px;
}

.btn1:hover{
  background:#d8047a;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#d8047a;
  border-radius:30px;
  padding:14px 25px;
}

.btn2:hover{
  background:#1830ff;
  color:#fff;
}

.common_paragraph{
  font-size:16px;
  color:#030303;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:#000; 
  border:none;
  border-bottom:1px solid rgba(255,255,255,.3);
  margin:0; 
  padding:20px 0;
  transition:all 500ms ease-in-out;
}

.header_logo{
  width:320px;
  transition:all 500ms ease-in-out;
}

.header_link ul li{
  display:inline-block;
  margin-right:20px;
}

.header_link ul li:last-child{
  margin-right:0;
}

.header_link ul li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
}

.mobile_menu_icon span{
  background:#d8047a;
  padding:10px 8px;
}

.overlay{
  height:100%;
  width:0;
  position:fixed;
  top:0;
  left:0;
  background-color:rgba(0,0,0,.97);
  overflow-x:hidden;
  transition:0.5s;
  z-index:99999;
}

.overlay-content{
  position:relative;
  top:18%;
  width:100%;
}

.overlay ul li{
  border-bottom:1px solid rgba(255,255,255,.15);
  padding:10px 0;
}

.overlay ul li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
  padding:0 15px;
}

.overlay ul li a:hover{
  color:#d8047a;
}

.overlay .closebtn{
  position:absolute;
  top:10px;
  right:20px;
  font-size:45px;
  color:#fff;
  line-height:35px;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    background:#010101;
    box-shadow:0 4px 6px rgba(0,0,0,.2);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:250px;
  }

}

.home_banner{
  background:url(../images/banner-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:180px 0 30px;
}

.banner_bg_heading{
  font-family: 'Burgundia PERSONAL USE';
  font-size:80px;
  line-height:90px;
  letter-spacing:.06em;
  margin-bottom:20px;
}

.banner_img img.big{
  border-radius:20px;
}

.banner_c_rating{
  margin-top:-42px;
  margin-right:-25px;
}

.banner_btm_sec{
  background:#2113df;
  padding:15px 0;
}

.banner_btm_sec ul li{
  font-size:18px;
  color:#fff;
  line-height:22px;
  font-weight:500;
  letter-spacing:.02em;
  background:url(../images/star-icon01.png) no-repeat left center;
  padding-left:28px;
}

.feature_sec,
.about_sec,
.serv_sec,
.skill_sec,
.project_sec,
.faq_sec,
.process_sec,
.review_sec,
.blog_sec{
  background:url(../images/feature-bg.png) no-repeat left top, #141414;
  padding:60px 0;
}

.feature_sm_heading,
.about_sm_heading,
.serv_sm_heading,
.skill_sm_heading,
.project_sm_heading,
.choose_sm_heading,
.faq_sm_heading,
.benefit_sm_heading,
.process_sm_heading,
.test_sm_heading,
.blog_sm_heading{
  font-size:20px;
  line-height:24px;
  letter-spacing:.05em;
  background:url(../images/star-icon02.png) no-repeat left top;
  background-size:22px;
  margin-bottom:10px;
  padding-left:18px;
}

.feature_bg_heading,
.about_bg_heading,
.serv_bg_heading,
.skill_bg_heading,
.project_bg_heading,
.choose_bg_heading,
.faq_bg_heading,
.benefit_bg_heading,
.process_bg_heading,
.test_bg_heading,
.blog_bg_heading{
  font-size:50px;
  line-height:54px;
  letter-spacing:.02em;
  margin-bottom:20px;
}

.feature_bg_heading span,
.about_bg_heading span,
.serv_bg_heading span,
.skill_bg_heading span,
.project_bg_heading span,
.choose_bg_heading span,
.faq_bg_heading span,
.benefit_bg_heading span,
.process_bg_heading span,
.test_bg_heading span,
.blog_bg_heading span{
  font-size:40px;
  color:#d4057f;
  line-height:44px;
  font-weight:400;
  font-style:italic;
}

.feature_box{
  background:#010101;
  border-radius:15px;
  min-height:347px;
  padding:20px;
}

.feature_sec .col-sm-12:nth-child(3) .feature_box{
  background:#2113df;
}

.feature_sec .col-sm-12:last-child .feature_box{
  background:#d8047a;
}

.feature_heading{
  font-size:24px;
  line-height:30px;
  font-weight:500;
  letter-spacing:.04em;
  margin-bottom:12px;
}

.feature_box .content ul li{
  display:inline-block;
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.04em;
  background:#2113df;
  border-radius:30px;
  margin:0 20px 20px 0;
  padding:12px 25px;
}

.feature_box .content ul li:nth-child(2){
  background:#d8047a;
}

.feature_box .content ul li:last-child{
  background:none;
  border:2px solid #2113df;
}

.performance_box .image{
  position:relative;
  bottom:-17px;
}

.about_sec,
.project_sec,
.faq_sec,
.benefit_sec,
.review_sec,
#footer{
  background:#010101;
}

.about_img img.big{
  border-radius:30px;
}

.ab_welcome_img{
  margin-top:-100px;
  margin-right:-25px;
}

.ab_welcome_img img{
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.about_sec .upper_block{
  padding-bottom:45px;
}

.ab_box_cont{
  border:2px solid #0037ff;
  border-radius:15px;
  overflow:hidden;
  padding:10px 40px 10px 20px;
}

.ab_box_cont:after{
  content:"";
  position:absolute;
  width:25px;
  height:100%;
  background:#0037ff;
  right:0;
  top:0;
}

.ab_box_cont:before{
  content:"";
  position:absolute;
  width:15px;
  height:80%;
  background:#0037ff;
  border-radius:20px;
  box-shadow:0px 0px 6px 2px rgba(0,0,0,.4);
  right:16px;
  top:0;
  bottom:0;
  margin:auto 0;
  z-index:999;
}

.h_video_box img.big{
  border-radius:20px;
}

.video_paly_btn{
  position:absolute;
  width:82px;
  height:81px;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}

.watch_video_title{
  font-family: 'Blank Script';
  font-size:40px;
  line-height:42px;
  background:#010101;
  border-radius:200px 200px 0 0;
  position:absolute;
  width:380px;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
  padding:50px 30px 20px;
}

.serv_sec{
  background:#141414;
}
.pay_sec{
  background:#141414;
}
.serv_box{
  border:2px solid #5e0e39;
  border-radius:20px;
  overflow:hidden;
}

.serv_img{
  display:inline-block;
  width:40%;
  padding:0 15px;
}

.serv_cont{
  display:inline-block;
  width:59%;
  vertical-align:middle;
  background:#010101;
  padding:15px;
}

.serv_heading{
  font-size:17px;
  line-height:20px;
  letter-spacing:.05em;
  margin-bottom:10px;
}

.serv_mb_heading{
  font-size:20px;
  line-height:26px;
  font-weight:600;
  letter-spacing:.04em;
  border-bottom:1px solid #fff;
  margin-bottom:15px;
  padding-bottom:12px;
}

.skill_sec{
  background:url(../images/skill-bg01.png) no-repeat left bottom, url(../images/skill-bg02.png) no-repeat right center;
  background-color:#010101;
}

.skill_r_box{
  width:170px;
  height:170px;
  background:#111111;
  box-shadow:1px -4px 5px rgba(0,66,255,.5);
  border-radius:50%;
  margin:0 auto;
  padding-top:35px;
}

.skill_title{
  font-size:18px;
  line-height:20px;
  font-weight:500;
  letter-spacing:.04em;
  margin-top:10px;
}

.choose_sec{
  background:url(../images/choose-bg.png) no-repeat right bottom, #141414;
}

.choose_img{
  background:#010101;
}

.choose_box{
  background:#010101;
  border-radius:15px;
  padding:20px;
}

.choose_box:after{
  content:"01";
  position:absolute;
  font-size:40px;
  color:#1e1e1e;
  line-height:42px;
  font-weight:600;
  letter-spacing:-.03em;
  right:20px;
  top:20px;
}

.choose_content .col-lg-6:nth-child(2) .choose_box:after{
  content:"02";
}

.choose_content .col-lg-6:nth-child(3) .choose_box:after{
  content:"03";
}

.choose_content .col-lg-6:last-child .choose_box:after{
  content:"04";
}

.choose_heading{
  font-size:22px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.04em;
  margin-bottom:15px;
}

.choose_heading span{
  font-size:18px;
  color:#0107ff;
  line-height:20px;
}

.accordion-item{
  border:1px solid #181818 !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:18px;
  color:#fff;
  line-height:25px;
  font-weight:500;
  letter-spacing:.04em;
  text-transform:inherit;
  background:#181818;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#181818;
  color:#fff;
}

.accordion-button:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.benefit_sec{
  padding-bottom:60px;
}

.benefit_box{
  background-color:#181818 !important;
  border-radius:15px;
  padding:20px;
}

.benefit_heading,
.process_heading,
.blog_title{
  font-size:22px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.04em;
  margin-bottom:10px;
}

.benefit_counter_text{
  font-size:38px;
  color:#004eff;
  line-height:40px;
  font-weight:600;
  letter-spacing:-.03em;
}

.save_hour_box{
  background:url(../images/benefit-box-bg.png) no-repeat center bottom;
  min-height:475px;
}

.process_sec{
  background:url(../images/process-bg.png) no-repeat right top, #141414;
  background-size:280px;
}

.process_sec .upper_block{
  border-bottom:1px solid rgba(255,255,255,.3);
}

.process_box{
  background:url(../images/process-icon-bg.png) no-repeat center top, #010101;
  background-size:100%;
  padding:15px 20px 20px;
}

.process_cont{
  padding-top:40px;
}

.p_logo_box{
  background:#111111;
  border-radius:12px;
  height:132px;
  line-height:100px;
  padding:12px 20px;
}

.client_desc:before{
  content:"";
  position:absolute;
  width:80%;
  height:1px;
  background:rgba(255,255,255,.6);
  left:0;
  top:0;
}

.client_desc:after{
  content:"";
  position:absolute;
  width:16px;
  height:16px;
  background:#004dff;
  border-radius:50%;
  left:78%;
  top:-8px;
}

.client_img img{
  border-radius:50%;
}

.client_name{
  font-size:24px;
  line-height:26px;
  font-weight:600;
  letter-spacing:.04em;
  font-style:italic;
}

.blog_sec{
  background:url(../images/blog-bg01.png) no-repeat left top, url(../images/blog-bg02.png) no-repeat right bottom, #191919;
  background-size:40%, 30%, auto;
}

.blog_box img{
  border-radius:20px;
}

.blog_post_date{
  font-size:16px;
  line-height:18px;
  letter-spacing:.04em;
  background:#010101;
  border-radius:0 0 20px 20px;
  margin:0 25px;
  padding:10px 20px;
}

.blog_content a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.04em;
  background:url(../images/right-arrow02.png) no-repeat left center;
  padding-left:28px;
}

.blog_content a:hover{
  color:#d4057f;
}

#footer{
  padding:50px 0 30px;
}

.footer_top{
  border-bottom:1px solid rgba(255,255,255,.5);
  margin-bottom:30px;
}

.footer_top .col-lg-6{
  border-right:1px solid rgba(255,255,255,.5);
}

.footer_top .section:after{
  content:"";
  position:absolute;
  width:80px;
  height:68px;
  background:url(../images/footer-bg.png) no-repeat left top;
  background-size:contain;
  right:-50px;
  top:0;
  bottom:0;
  margin:auto 0;
}

.ft_newsletter_title{
  font-size:32px;
  line-height:40px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:20px;
}

.ft_newsletter_title span{
  color:#fd0396;
}

.footer_title{
  font-size:25px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:20px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child,
.ft_contact .block:last-child{
  margin-bottom:0;
}

.footer_link li a,
.ft_contact_title,
.ft_contact_main{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.03em;
}

.footer_link li a:hover,
.ft_contact_main a:hover,
.footer_bottom .common_paragraph span{
  color:#fd0396;
}

.ft_contact .block{
  margin-bottom:12px;
}

.ft_contact_title{
  font-weight:500;
  margin-bottom:6px;
}

.ft_contact_main{
  line-height:22px;
}

.ft_contact_main a{
  color:#fff;
}

.footer_bottom .common_paragraph span{
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#d8047a;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#d8047a;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#2113df;
}
/*********************************************** CUSTOME CSS*****************************************************/



/* INNER PAGES */
/* contact form */
.inner_page_heading {
    color: #222;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    padding-bottom: 18px;
    line-height: 45px;
}
.inner_page_container{
  margin-top:40px;
}
.contact_page_info .icon{
    display:inline-block;
    width:75px;
    height:75px;
    line-height:75px;
    background:#1061BA;
    border-radius:50%;
    text-align:center;
}

.contact_page_info .text{
    display:inline-block;
    width:75%;
    vertical-align:middle;
    padding-left:12px;
    color:#000;
}

.contact-title{
    font-size:22px;
    color:#1061BA;
    line-height:26px;
    font-weight:600;
}

.contact-main{
    font-size:17px;
    color:#000;
    line-height:22px;
    font-weight:500;
}

.contact-main a{
    color:#000;
}
 
.contact_form .block{
    margin-bottom:15px;
}

.contact_form .checkout_form_label{
    font-size:17px;
    color:#000;
    line-height:20px;
    font-weight:500;
    padding:0 0 10px;
}

.contact_form .form-control{
    height:46px;
    background:none;
    border-radius:0;
    box-shadow:none;
    font-size:16px;
    color:#1c1c1c;
    line-height:20px;
    padding:10px 20px;
}

.contact_form textarea.form-control{
    height:105px;
    resize:none;
}

.contact_form .btn{
    background: #1830ff;
    color: #fff;
    border: none;
    padding: 12px 26px;
    border-radius: 28px;
    cursor: pointer;
    font-weight: 700;
    width: 160px;
}

.inner_page_banner {
 	background: rgba(10, 0, 0, 0.6);
	background-size: cover;
	position: relative;
	margin-top:121px;
	padding: 58px 0;
}
.inner_page_banner:before {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.inner_page_banner .container {
	position: relative;
	z-index: 9;
}
.inner_banner_heading {
	font-weight: 600;
	font-size: 30px;
}
.inner_page_banner .breadcrumb li{
	color: #ffffff;
	font-weight:600;
}

.inner_page_banner .breadcrumb a,
.inner_page_banner .breadcrumb-item + .breadcrumb-item:before{
    color:#d4057f;
}

.inner-list li{
    font-size:16px;
    color:#1c1c1c;
    line-height:24px;
    font-weight:500;
    background:url(../images/tick-icon001.png) no-repeat left 5px;
    margin-bottom:10px;
        padding-left: 33px;
    text-align: left;
}

.inner-list li:last-child{
    margin-bottom:0;
}

.bg-color{
   	background: rgba(0, 0, 0, 0.6);
}

.inner_page_container {
	font-size:14px;
}

.inner_page_heading {
	color: #222;
	font-weight: 700;
	font-size:38px;
	position: relative;
	padding-bottom: 18px;
	line-height:45px;
}

.inner_page_heading strong {
	color: #234b62;
	font-weight: 700;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 60px;
	border-bottom: 3px solid #ffffff;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}

.inner_page_heading.line-center:before{
    right:0;
    margin:0 auto;
}



@media screen and (max-width:1366px){


}

@media screen and (max-width:991px){
  .navbar-default{
    background:#010101;
    padding:12px 0;
  }

  .header_logo{
    width:220px;
  }

  .home_banner{
    margin-top:140px;
    padding:40px 0 30px;
  }

  #footer{
    padding-bottom:75px;
  }

  #back-button{
    right:20px;
    bottom:40px;
  }

  
}

@media screen and (max-width:767px){
  .home_banner{
    margin-top:135px;
  }

  .banner_bg_heading{
    font-size:40px;
    line-height:48px;
    margin-bottom:10px;
  }

  .common_paragraph{
    font-size:14px;
    line-height:22px;
  }

  .btn1,
  .btn2{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .banner_btm_sec ul li{
    font-size:16px;
    line-height:20px;
    margin-bottom:12px;
  }

  .banner_btm_sec ul li:last-child{
    margin-bottom:0;
  }

  .feature_sec, 
  .about_sec, 
  .serv_sec, 
  .skill_sec, 
  .project_sec, 
  .faq_sec, 
  .process_sec, 
  .review_sec, 
    .pay_sec, 
  .blog_sec{
    padding:30px 0;
  }

  .feature_sec{
    background-size:100%;
  }

  .feature_sm_heading, 
  .about_sm_heading, 
  .serv_sm_heading, 
  .skill_sm_heading, 
  .project_sm_heading, 
  .choose_sm_heading, 
  .faq_sm_heading, 
  .benefit_sm_heading, 
  .process_sm_heading, 
  .test_sm_heading, 
  .blog_sm_heading{
    font-size:18px;
    line-height:22px;
  }

  .feature_bg_heading, 
  .about_bg_heading, 
  .serv_bg_heading, 
  .skill_bg_heading, 
  .project_bg_heading, 
  .choose_bg_heading, 
  .faq_bg_heading, 
  .benefit_bg_heading, 
  .process_bg_heading, 
  .test_bg_heading, 
  .blog_bg_heading{
    font-size:30px;
    line-height:38px;
  }

  .feature_bg_heading span, 
  .about_bg_heading span, 
  .serv_bg_heading span, 
  .skill_bg_heading span, 
  .project_bg_heading span, 
  .choose_bg_heading span, 
  .faq_bg_heading span, 
  .benefit_bg_heading span, 
  .process_bg_heading span, 
  .test_bg_heading span, 
  .blog_bg_heading span{
    font-size:26px;
    line-height:32px;
  }

  .feature_box,
  .save_hour_box{
    min-height:auto;
  }

  .feature_heading{
    font-size:22px;
    line-height:28px;
  }

  .feature_box .content ul li{
    font-size:14px;
    line-height:16px;
    margin:0 10px 12px 0;
    padding:12px 20px;
  }

  .performance_box .image{
    bottom:0;
  }

  .about_sec .upper_block{
    padding-bottom:25px;
  }

  .watch_video_title{
    font-size:30px;
    line-height:32px;
    padding:30px 20px 10px;
  }

  #serv-slider.owl-carousel .owl-controls{
    bottom:-28px !important;
  }

  .skill_sec{
    background-size:80%, 150px;
  }

  .serv_cont{
    width:58%;
  }

  .choose_sec{
    background-size:100%;
    padding-bottom:30px;
  }

  .accordion-button{
    font-size:16px;
    line-height:22px;
  }

  .benefit_sec{
    padding-bottom:30px;
  }

  .benefit_counter_text{
    font-size:28px;
    line-height:30px;
  }

  .benefit_heading, 
  .process_heading, 
  .blog_title{
    font-size:20px;
    line-height:26px;
  }

  .client_name{
    font-size:22px;
    line-height:24px;
  }

  #footer{
    padding-top:30px;
  }

  .footer_top .col-lg-6{
    border-right:none;
  }

  .footer_top .section:after{
    display:none;
  }

  .footer_logo img{
    width:260px;
  }

  .ft_newsletter_title{
    font-size:24px;
    line-height:32px;
  }

  .footer_title{
    font-size:22px;
    line-height:24px;
    margin-bottom:16px;
  }

  .footer_link li a, 
  .ft_contact_title, 
  .ft_contact_main{
    font-size:14px;
    line-height:16px;
  }

  .ft_contact_main{
    line-height:20px;
  }

  
}

@media screen and (max-width:575px){
  .feature_box .content ul li{
    padding:12px 16px;
  }

  .ab_welcome_img{
    margin-top:-70px;
  }

  .ab_welcome_img img{
    width:120px;
  }

  .watch_video_title{
    width:280px;
    padding:10px 10px 0;
  }

  .serv_img{
    display:block;
    width:100%;
    text-align:center;
    padding:20px 0;
  }

  .serv_cont{
    display:block;
    width:100%;
  }

  .skill_r_box{
    width:150px;
    height:150px;
    padding-top:30px;
  }

  .skill_title{
    font-size:16px;
    line-height:18px;
  }

  .blog_sec{
    background-size:70%, 70%, auto;
  }

  
}
