@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,600;0,700;0,800;1,400&display=swap');


*{ font-family:Poppins !important; }

.fa { font-family:fontawesome !important;}

body {
  font-family: "Poppins", sans-serif;
  color: #444444; font-size:15px;
}

p{ font-family: "Poppins", sans-serif; font-size:15px; line-height:23px;}

a{ color: #0070c0;}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

#WhatsNewControl {
  margin-top: 40px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

section.bnr{ padding:0;}

.carousel-item img{ height:100vh;}
.carousel-control-next{ right: 30px;}
.carousel-control-prev{ left: 30px;}
.carousel-control-next,.carousel-control-prev{ width: 60px; height:60px; top: 50%; background:#fff; border-radius:50%;}
.carousel-caption{ width:60%; left:20%; top: 40%; max-width: none; display: block;
  position: absolute; z-index: 2; text-align: center; color: #fff;}
.carousel-caption h3{ font-size: 45px; line-height: 50px; font-weight: 700; color: #fff; padding-top: 20px;
  text-align: center; display: inline;}
.carousel-caption h3 span{ display: block; font-weight: bold; color: #fff;}
.carousel-caption h4{ font-size: 30px; line-height: 30px; font-weight: 600; color: #fff; text-align: center; }
.carousel-caption .arrow-dn{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px double #fff;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 30px;
    }

.arrow-dn img{ width: 30px; height: 35px !important;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #0070c0;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /*! padding: 20px 0; */
    /*! height: 65px; */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997; /*! background:rgba(47,77,90); */
	text-align: center;
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 15px 0;
  height: 70px;
  transition: all 0.5s;
  text-align: center;
}

center #form1 #HeaderControl img{ height: 50px;}

/*

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #dd3d25;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

*/

.body-fx #header{ /*! padding: 6px 0; */ 
    /*! position: fixed; */
    height: 60px;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    /*background: rgba(0, 0, 0, 0.7);*/
    }
	
.body-fx .navbar-default{ background-color: transparent !important; margin-top:0;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#counts ul{margin:0; padding:0; list-style:none; text-align:center; position:relative;}
#counts ul li{display:inline-block;width: 144px;height: 144px;border: 2px solid #0070c0;color:#0070c0;border-radius:50%;position:relative;margin:30px;}
#counts ul li span{font-size: 20px; padding-top:10px;}
#counts ul li.clr{background:#0070c0;color:#fff;width: 170px;height: 170px;position:relative;top:50px;}
#counts ul li.clr h5{ font-size:45px; margin-top:40px; font-weight: 600;}
#counts ul li .fa{color:#0070c0; padding-top:20px; font-size:40px; display:block;padding-bottom: 3px;}
#counts ul.count2 li:nth-child(2){top:50px;}
section {
  padding: 20px 0;
}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #000;
  text-transform:uppercase;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 5px;
  background:#0070c0;
  z-index: -1;
}
.section-title h2::before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    top: 50px;
    left: 50%;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    background: #000;
}
.section-title h2 span{color:#0070c0;}
.section-title p {
  margin-bottom: 0;
  font-size: 15px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("image/about-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  position: relative;
      overflow: hidden;
}

.about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}
a {
  text-decoration: none;
}
.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 5px 30px 30px 0;
}
.about .content h3 span{ margin: 0;
    font-size: 28px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #0070c0;
}
.about .content h3 { 

  font-weight: 700;
  margin: 0;
  font-size: 28px;
  color: #0070c0;
  margin-bottom: 30px;
  /* position: relative; */
  left: 20px;
  font-size: 14px;
  font-weight: 500;
  /* padding: 0; */
  /* line-height: 1px; */
  /* margin: 0 0 5px 0; */
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
.about .content h3:before {
    /* content: ''; */
    width: 5px;
    height: 80px;
    position: absolute;
    background: #2f4d5a;
    left: -15px;
}
.about .content p {
  margin-bottom: 10px; text-align:justify; line-height:26px;
  font-size: 15px;
}

.about .content .rd-mr {
  display: inline-block;
  background: #0070c0;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative; font-weight:800; font-size:17px;
}

.about .content .rd-mr i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .rd-mr:hover {
  background: #2f4d5a;
}

.about .icon-boxes .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
	border:1px dashed #ccc;margin: 10px auto;
	text-align:center;
}

.about .icon-boxes .icon-box:hover, .about .icon-boxes .icon-box:hover .fa, .about .icon-boxes .icon-box:hover a{ color:#fff;}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #0070c0;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #0070c0;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}
.about .icon-boxes .icon-box:hover::before {
    background: #0070c0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

.bs-industries-serve{ font-size: 14px;}
.bs-industries-serve .fa{font-size:50px;line-height:50px;color: #0070c0;}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px 10px;  
  width: 100%;
  margin: 1%;
  float: left;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  text-align: center;
  z-index: 1;
  border:1px dashed #ccc;
  margin-bottom: 10px;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #0070c0;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 50px;
  line-height: 1;
  color: #0070c0;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  font-size: 11px;
  text-transform: uppercase;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  color: #000;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #0070c0;
  float: left;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.teams .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.teams .member .pic {
  overflow: hidden;
  background: #eee;
}
.teams .member .pic img{
  max-width: 46%;
  border-radius: 50%;
}

.teams .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #000;
  padding: 2px 0;
  color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.teams .member:hover .member-info {
  max-height: 300px;
}

.teams .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.teams .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.teams .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.teams .member .social {
  margin-top: 15px;
}
.member-info p{padding-top:10px; font-size:15px;}
.teams .member .social a {
  transition: color 0.3s;
  color: #52869d;
}

.teams .member .social a:hover {
  color: #ffb03b;
}

.teams .member .social i {
  font-size: 16px;
  margin: 0 2px; color:#fff;
}

.member-info a{ color:#fff;}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/



.pic .fa {
    color: #0070c0;
    font-size: 80px;
    padding: 25% 0%;
}
.hm-head{
    text-align: center;
    color: #004568;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 40px;
    font-size: 40px;
    }
	
.head-sep {
    z-index: 3;
    margin-bottom: 25px;
    display: inline-block;
    top: -3px;
    line-height: 1;
    position: relative;
}

.head-sep:before{    width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
	    background-color: #6c773b !important;
    color: #fff !important;}
	
.head-sep:after{width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
	    margin-left: 22px;
    margin-right: 0;
	    background-color: #6c773b !important;
    color: #fff !important;}
	
.head-sep u {
    width: 20px;
    position: absolute;
    display: block;
    left: 50%;
    top: 12px;
    margin-left: -10px;
}

.head-sep u:before{    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #888 solid;
    border-right: 2px #888 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
	border-left-color: #0070c0 !important;}
	
.head-sep u:after{    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #888 solid;
    border-right: 2px #888 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
	    left: auto;
    right: -3px;
    transform: skew(-30deg);
    -webkit-transform: skew(-50deg);
	border-right-color: #6c773b !important;}
	
.hm-head span{
    font-weight: 800;
    color: #6c773b;}
	
.hm-about .carousel{    height: 300px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 4px #999;
    margin-top: 9px;}
	
.hm-about .carousel img, .hm-about .carousel .item, .hm-about .carousel-inner{width:100%; height:100%;}
.hm-about .carousel-indicators {
    bottom: 0;
}


.hm-serv {font-size: 14px;

    font-family:arial;}

.hm-serv h4{font-size: 14px;
    font-weight: 700;
    font-family: Open Sans;
    color: #0070c0; text-align:center;}
	
.hm-serv h2{
    font-size: 35px;
    font-family: Open Sans;
    font-weight: 800;
    color: #004568;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #004568; padding-bottom:10px;
    }
	
.hm-serv h2 strong{color: #0070c0;}
	
.hm-serv h2 span{font-style:normal; position:relative;}
	
.hm-serv h2 span:after{
    content: "";
    position: absolute;
    z-index: 99;
    height: 5px;
    width: 100%;
    background: #0070c0;
    left: 0;
    bottom: -9px;
    }
	
.ser-main-cl{    position: relative;
    text-align: center;
    margin-top: 90px;
    margin-bottom:90px;}
	
.ser-main-cl img{border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #47540e;
	}

.ser-cl-inner img{width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 4px solid #fff;
    float: left;
    margin-left: 15px;
    transition: 0.7s;
    position: absolute;
    top: -15px;}
	
.ser-cl-inner:hover img{ transition:0.7s; transform:scale(1.2);}
	
.ser-cl-inner h3{
    font-size: 18px;
    /* font-family: Raleway; */
    font-weight: 700;
    color: #0070c0;
    margin-bottom: 10px;
    margin-top: 0;
    }
	
.ser-cl-inner p{line-height:18px;}
	
.fl-ser{    float: left;
    text-align: right;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    padding-right: 135px;
    position: relative;}
	
.fl-ser.fr-ser{padding-right:0;     padding-left: 135px;}
	
.fl-ser p{text-align:right;}

.fl-ser p a{
    display: block;
    color: #0070c0;
    margin-top: 8px;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    transition:0.5s;
    text-decoration: none;
}
	
.fl-ser p a:hover{transition:0.5s; color: #1556ca;}
	
.cl1{     position: absolute;
    top: -30px;
    width: 39%;
    left: 65px;}
	
.cl2{    position: absolute;
    top: 166px;
    width: 38%;
    left: -30px;}
	
.cl3{    position: absolute;
    top: 355px;
    width: 39%;
    left: 80px;}
	
.cl4{    position: absolute;
    top: -30px;
    width: 40%;
    right: 65px;}
	
.cl5{    position: absolute;
    top: 166px;
    width: 39%;
    right: -40px;}
	
.cl6{    position: absolute;
    top: 355px;
    width: 40%;
    right: 65px;}
	
.cl4 .fl-ser p, .cl4 .fl-ser h3,
.cl5 .fl-ser p, .cl5 .fl-ser h3,
.cl6 .fl-ser p, .cl6 .fl-ser h3 {text-align:left;}

.cl4.ser-cl-inner img,
.cl5.ser-cl-inner img,
.cl6.ser-cl-inner img{margin-right: 15px; margin-left:0;
    left: 0;}

.dn-img {
    display: none;
}

.hm-serv{
    background: url(image/serv-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 7px;
    border-top: 1px solid #0070c0;
    border-bottom: 1px solid #0070c0;
    }
.hm-serv:after{content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(255,255,255,0.90);}
.hm-serv .container{position:relative; z-index:9;}
figcaption.figure-caption2.cm-para.text-left {
    text-align: center;
}

/*services pg*/
.stick-letter.typ-three {
    left: 35% !important;
}

.stick-letter.typ-two {
    left: 38%;
}

.innr-ser-pg p, .abt-inner-pg{text-align:justify;}
.abt-inner-pg img{max-width:100%;}
.audit-heading {
    font-size: 16px;
    padding: 0 0 0 55px;
    color: #ffc000;
    margin-top: 155px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 35px;
}
.audit-heading-point {
    list-style-image: url(image/dot-blue.png);
    padding: 0 38px;
}
.audit-heading-point li {
    letter-spacing: 1;
    line-height: 2;
    font-size: 14px;
    color: #444444;
    position: relative;
    right: 19px;
    padding-left: 10px;
}
.vl {
    border-left: 4px solid #0070c0;
    height: 500px;
    margin-top: 20px;
    margin-left: 15px;
}
.main-audit-img-upper {
    width: 100%;
    border-radius: 10px;
    position: relative;
    float: right;
    top: 85px;
    right: -465px;
}
.audit-financial-heading {text-align:left;
    font-size: 24px;
    color: #000;
    margin-top: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.audit-financial-heading::after {
    position: absolute;
    border: 2px solid #ffc000;
    border-radius: 46px;
    left: 13px;
    top: 40px;
    content: "";
    width: 45px;
}
.banner-text-upper {
    width: 73%;
    position: absolute;
    left: 12%;
    top: 110px;
    z-index: 2;
    padding: 15px 0;
}
.innr-ser-pg{margin-top:150px;}

.banner-audit-text-para-upper {
    color: #0070c0;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: 35px;
    text-align: left;
    font-weight: bold;
}
.float-bottom-banner{/* left: 133px; */}
.ser-inr-pg{text-align:justify;}
.banner-audit-text-para-upper::after {
    position: absolute;
    border: 2px solid #0070c0;
    border-radius: 46px;
    left: 6px;
    top: -10px;
    content: "";
    width: 45px;
}
.audit-service-head1 {
    color: #ffc000;
    font-size: 30px;
    margin-left: 36px;
    position: relative;
    top: 17px;
}
.bx-ser {
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f7fc;
    width: 100%;
    border-radius: 8px;
    margin: 25px 0;
    position: relative;
    top: 40px;
}
.audit-img {
    width: 40%;
}
.bx-ser .fa{
    width: 50px; height:50px; font-size:50px; color:#ffc000;
}
.audit-insurance-heading1 {
    color: #ffc000;
    font-size: 15px;
    margin: 0;
    padding: 20px 0 0 0;
}
.inner-tex {
    color: #2c3952;
    font-size: 15px;
    margin: 0;
    padding: 10px 0 0 0;
}



.carousel-control.right{ background-image: inherit;}
.carousel-control.left{background-image: inherit;}

.carousel-control .icon-next, .carousel-control .icon-prev{
    width: 40px;
    height: 45px;
    margin-top:-25px;
    font-size: 40px;
    background: #222;
}

a.right.carousel-control {
    width: 78px;
    margin-right: -52px;
}
a.left.carousel-control {
    width: 78px;
    margin-left: -52px;
}


/*services pg*/
/*about us*/
.abt-inner-pg{margin-top:10px; position:relative;}
.abt-bnr-tp{margin-top:100px; position:relative;}
.abt-bnr-tp .tp-img { position: relative; padding:0; height:350px; width:100%;}
.abt-bnr-tp .tp-img img{height:100%; width:100%;}
.abt-bnr-tp .tp-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background: #09090a;
    background: -moz-linear-gradient(-45deg, #ffc000 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%);
    /* background: -webkit-linear-gradient(-45deg, #ffc000 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%); */
    /* background: linear-gradient(135deg, #ffc000 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%); */
}
.abt-bnr-tp .innr-pg-heading {
    position: absolute;
    color: #fff;
    top: 150px;
    z-index: 9;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
}
.heading-sec .stick-letter {
    font-family: "Poppins",sans-serif;
    font-size: 80px;
    position: absolute;
    top: 0;
    left: 38.5%;
    color: #0070c09c;
    font-weight: 700;
}
.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.heading-sec {
    position: relative;
}
.mod-who-we .block-img .first-img {
    position: relative;
}
.mod-who-we .block-img .second-img {
    position: absolute;
    top: 270px;
}
.mod-who-we p {text-align:justify;
    color: #232323;
    margin-bottom: 30px;
}
.bs-heading {
    position: relative;
    font-family: "Poppins",sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #302f2f;
    margin: 0 0 90px 0;
    z-index: 1;
}
.cm-gradiant::after {
    position: absolute;
    content: "";
    height: 100%;
    /* width: 100%; */
    top: 0;
    left: 0px;
    opacity: 0.6;
    background: #09090a;
    background: -moz-linear-gradient(-45deg, #ffc000 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%);
    /* background: -webkit-linear-gradient(-45deg, #ffc000 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%); */
    /* background: linear-gradient(135deg, #ffc000 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%); */
}
.mod-who-we .block-img .third-img {
    position: absolute;
    display: block;
    right: 373px;
}
.mod-who-we .block-img .second-img {
    position: absolute;
    top: 419px;
}
.mod-who-we .block-img .pattern img {
    position: absolute;
    top: 92px;
    right: -18px;
    height: 250px;
}
.lyt-bg-img {
    position: relative;
    margin-top: 200px;
    padding: 0;
}
.lyt-bg-img.goal:before {
    content: '';
    background-image: url(image/about-goal.jpg);
    width: 100%;
    height: 600px;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}
.lyt-bg-img .info-container {
    background-color: rgba(0,112,192,0.9);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 45px 70px;
    z-index: 2;
}
.lyt-bg-img.goal:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    background: #09090a;
    background: -moz-linear-gradient(-45deg, #09090a 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%);
    background: -webkit-linear-gradient(
-45deg
, #09090a 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%);
    background: linear-gradient(
135deg
, #09090a 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%);
}
.lyt-bg-img.goal:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    background: #09090a;
    background: -moz-linear-gradient(-45deg, #ffc000 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%);
    /* background: -webkit-linear-gradient(-45deg, #ffc000 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%); */
    /* background: linear-gradient(135deg, #ffc000 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%); */
}
.lyt-section {
    margin-top: 112px;
    margin-bottom: 112px;
}

.lyt-multi-bg .stick-letter{ top: 4px; left: 40%;}


.lyt-bg-img .info-container .info {
    color: #ffffff;
    position: relative;
    max-width: 450px;
}

.lyt-bg-img .info-container .info .fa {
    font-size: 34px;
    position: absolute;
    top: 0;
    left: 0;
}
.lyt-bg-img .info-container .info .fa {
    font-size: 34px;
    position: absolute;
    top: 0;
    left: 0;
}
.lyt-bg-img .info-container .info h3 {
    margin: 0;
    margin-left: 60px;text-align: left;
    font-weight: 400;
    font-size: 30px;
}
.lyt-bg-img .info-container .info p {
    margin-top: 25px;
    margin-bottom: 60px;
}
.lyt-bg-img .info-container .info ul {
    margin-bottom: 0;
    margin-left: -20px;
    margin-top: 25px;
	font-size: 14px;
}

.lyt-bg-img .info-container .info ul .m-bot-20 {
    margin-bottom: 20px;
}
.bs-box-white .white-box {
        background: #fff;
        position: relative;
        /* bottom: 1109px; */
        left: 0;
        opacity: 0.9;
        right: 0;
        z-index: 9999999999;
        height: 150px;
        margin-top: -166px;
        width: 100%;
        padding: 28px 32px;
        /* margin: 0 auto; */
}
.lyt-bg-img .info-container .info ul li {
    float: left;
    margin-right: 55px;
}

.bs-box-white .white-box h3 {
    font-size: 18px;
    font-weight: 400;
    color: #0070c0;
    margin-top: 0;
    margin-bottom: 20px;
}
.bs-box-white .white-box p {
    margin-bottom: 0;
    font-size: 12px;
    color: #302f2f;
}
.bs-box-white.m-top-50 {
    margin-top: 50px;
}
.i-amphtml-layout-size-defined {
    overflow: hidden!important;
}
.lyt-section.typ-gray {
    background-color: #f3f1f2;
    padding-top: 30px;
    padding-bottom: 20px;
    margin: 0;
}


.bs-heading.whs-sm-heading {
    text-align: center;
    font-weight: 400;
    color: #444;
    font-size: 20px;
    margin-bottom: 35px;
}
.bs-industries-serve .client-parent {
    position: relative;
}
.bs-industries-serve .client-sec.typ2 {
    min-height: 190px;
    padding: 10px;
}
.lyt-section.typ-gray {
    background-color: #f5f5f5;
    /* padding-top: 112px; */
    /* padding-bottom: 112px; */
    margin: 0;
}
.heading-sec .stick-letter.typ-one {
    left: 34%;
}
.bs-team-card .thumb-card {
    padding: 30px;margin-top: 10px;
    position: relative;
    background-color: #fff;
    text-align: center;
}
.bs-team-card .thumb-card .circular-portrait {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}
.bs-team-card .thumb-card .circular-portrait img {
    width: 100%;
}
.bs-team-card .thumb-card .card-info {
    padding-top: 30px;
}
.bs-team-card .thumb-card .card-info h4 {
    text-align: center;
}
.bs-team-card .thumb-card .card-info p {
    color: #444;
    font-weight: 500;
    font-size: 14px;
}
.btn-link {
    color: #ffc000;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ffc000;
    padding: 6px 0;
    outline: none;
}
.bs-heading.small-subheading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.bs-team-card .thumb-card .card-info p a {
    font-size: 14px;
    padding-bottom: 3px;
    color: #ffc000;
    border-bottom: 1px solid #ffc000;
}




/*about us*/

.boxtm{background:#eee;overflow: visible;margin-top:50px;padding-top: 21px;min-height:200px;}
.boxtm img{float:left;width:160px;height:200px;box-shadow:2px 2px 5px #222;margin-top: -45px;}
.boxtm img:hover{width:180px; height:220px; transition: all 0.5s;}


.bxhead{ margin-left:180px;}
.bxhead h3{ font-size:24px; text-align:left; color:#56698F; line-height: 24px; position:relative; display: inline-block;
padding-bottom: 10px; margin-bottom: 5px;}
.bxhead h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9vw;
    height: 2px;
background-color: #f7a901;}
.bxhead h4{ font-size:16px; text-align:left; color:#56698F; line-height:30px;}
.boxtm p{ text-align:right;}
.boxtm p a{ margin-right:10px; color:#222;}


.tm-inr-pg{ text-align:center;}
.tm-inr-pg .col-md-12{ text-align:center;}
.tm-inr-pg img{ width:150px; height:180px; box-shadow:2px 2px 5px #222;}




.top-nav-rht { position: relative; top: -15px;}
	
.top-nav {
    /* border-bottom: solid 1px rgba(255,255,255,.2); */
    padding: 15px 0;
    position: absolute;
    top: -8px;
    z-index: 9;
    /* background: #005db5; */
    width: 100%;
    left: 0;
    height: 50px;
    color: #ccc;
}
.top-nav-lft ul{list-style:none; margin:0; padding-left:0;}
.top-nav-lft ul li{display:inline-block;font-size: 14px;color: #fff;margin-right:15px;}
.top-nav-lft ul li .fa {
    font-size: 20px;
    margin-right: 6px;
    color: #0070c0;
}
.top-nav-rht ul{list-style:none;text-align:right;padding-top: 17px;margin:0;padding-left:0;}
.top-nav-rht ul li{display:inline-block;font-size: 15px;margin-left: 8px;}
.top-nav-rht ul li .fa {
    /* margin-right: 0px; */
    /* color: #18d26e; */
    font-size: 20px; */
    background: #fff;
    /* padding: 10px 15px; */
}
.whatsapp_btn2{
    position: fixed;
    bottom: 7em;
    right: 3px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn2 .icon_logo{
    position: relative;
    z-index: 100;
    margin-left: 11px;
    margin-top: 12px;
    padding: 4px 5px;
}

.whatsapp_btn2 .icon_logo > a > img{
    width: 61%;
}

.whatsapp_btn2 .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}



/*--------------------------------------------------------------
# car
--------------------------------------------------------------*/
.car {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("image/carr-bg.jpg") fixed center center;
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}

.car h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height:40px;
}

.car p {
  color: #fff; line-height:30px;
  font-size: 15px;
}

.car .car-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.car .car-btn:hover {
  border-color: #fff; background:#0070c0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #0070c0;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a + a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
  background: #111;
}
.team .member .pic img{
  max-width: 46%;
  border-radius: 50%;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #000;
  padding: 2px 0;
  color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}
.member-info p{padding-top:10px; font-size:15px;}
.team .member .social a {
  transition: color 0.3s;
  color: #52869d;
}

.team .member .social a:hover {
  color: #0070c0;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px; color:#fff;
}





.member-info a{ color:#fff;}

.Industries-serv{}

.industry-serv h3{ font-size: 18px; text-align:center;}
.bx-icon{ text-align:center;}
.industry-serv .fa{ font-size: 50px; color:#ffc000;}
.client-sec{ padding:30px 0;}
.client-sec:hover{ background:#eee;}




/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact {padding: 60px 0 80px;}
.contact .map-hm-rht {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
  background: #fff;
}



.contact .map-hm-rht input{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .map-hm-rht input::focus{
  background-color: #0070c0;
}

.contact .map-hm-rht input {
  padding: 11px 15px;
}


.contact .map-hm-rht [type="submit"] {
  background: #0070c0;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  font-weight: bold;
  font-size: 17px;
  border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8ec4dd;
}

.map-hm-rht .form-control{ }
.map-hm-rht .btnss{ cursor: pointer; color: #fff; background: #0070c0; padding: 10px 30px !important; line-height: 22px; border:0; margin-bottom: 20px; margin-top: 20px; text-transform: uppercase;
font-size: 20px;}


/*--------------------------------------------------------------
# Footer

--------------------------------------------------------------*/

.fix-box{ position: fixed; top:35%; left:0; z-index:999; font-size: 14px;}



.social-fx{ list-style:none; padding-left:0; margin:0;}
.social-fx li{ background: #111;
    width: 175px;
    padding-left: 10px;
    clear: both;
    height: 45px;
    line-height: 48px;
    margin-top: 2px;
    margin-left: -130px;
    transition: 0.5s;
    overflow: hidden;}
.social-fx li a{ color:#fff;}
.social-fx li strong{ font-weight:normal;}
.social-fx li span{ float: right; margin-top: 0;}
.social-fx li:hover{ margin-left:0; transition:0.5s;}



footer {
  background: #000;
  padding:0;
  color: #eee;
  font-size: 14px;
}

footer .footer-top {
  background: #111;
  padding: 40px 0 20px 0;
  border-bottom: 1px #444 solid;
}

footer .footer-top .footer-info {
  margin-bottom: 30px;
}

footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #0070c0;
}

footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
footer .footer-top .social-links a .fa{ margin-right:0px;}
footer .footer-top .social-links a:hover {
  background: #0070c0;
  color: #fff;
}
footer .footer-top .social-links a:hover .fa{ 
  color: #fff;
}

footer h2{ color:#fff; font-size:20px; font-weight:bold;}
footer h2 span{ color:#fff; font-size:17px; font-weight: 300;}
footer .footer-contact .fa{margin-right:10px; color:#0070c0; font-size:16px;}
footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

footer .footer-top h4::before,
footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

footer .footer-top h4::before {
  right: 0;
  background: #555;
}

footer .footer-top h4::after {
  background: #0070c0;
  width: 60px;
}

footer .footer-top .footer-links {
  margin-bottom: 30px;
}

footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #0070c0;
}

footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
  font-size: 15px;
}

footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

footer .footer-top .footer-links ul a {
  color: #eee;
}

footer .footer-top .footer-links ul a:hover {
  color: #0070c0;
}

footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #fff;
  font-size: 15px;
}

footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

footer .footer-top .footer-newsletter input[type="submit"] {
  background: #0070c0;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

footer .copyright {
  text-align: center;
  padding: 10px 0;
  line-height:20px;  
  font-size: 14px;
  color: #fff;
}

footer .credits {
  text-align: center;
  font-size: 14px;
  color: #ddd;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #0070c0;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #0070c0;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    /* bottom: 50px; */
}

.top .fa {
    display: block !important;
}


/*contact*/
.map-cont{  }
.bx-rht-cont{}

.bx-rht-cont h2{ text-align: left; font-size: 18px; font-weight: bold; line-height: 22px; margin-top: 0;
    margin-bottom: 8px;}		
.cont-page h2 span{ display: block; font-size:17px; color: #333; font-weight: 500; margin-bottom: 10px;}
	
.cont-page p{ font-size:14px; line-height: 24px; text-align: left;}
.head-bx{ float: left; width: 50%;}	
.contd-bx{ float: left; width: 50%;}	
.brn-bx h2{ text-align:center;}


@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
  .lyt-bg-img{margin-top: 20px;}
  .float-bottom-banner{display:none;}
  .services .icon-box{margin:15px auto;}
  .mod-who-we .block-img .second-img, .mod-who-we .block-img .third-img{display:none;}
  .bs-box-white.m-top-50{margin-top: 0px;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
  .abt-bnr-tp {
    margin-top:00px;}
	.abt-inner-pg img, .ser-inr-pg img{width:100%;}
}
@media(max-width:1024px){
.nav>li>a{    padding: 9px 2px;}
.navbar-fixed-top .nav>li>a{padding-left: 10px;
    padding-right: 10px;}
.navbar-default .navbar-nav>li>a{font-size: 14px;}
}
@media(max-width:991px){
.navbar-default .navbar-nav>li>a { font-size: 12px;}
#HeaderControl { padding: 8px 0;}
.cm-gradiant.first-img img{width:100%;}
.vl{display:none;}
.main-audit-img-upper {
    width: 100%;
    border-radius: 10px;
    position: relative;
    float: right;
    top: 85px; right:inherit;
    left: 310px;
}
.float-bottom-banner img{display:none;}
}
@media(max-width:769px){

.navbar .navbar-right{    width: 100%;
    margin: 0;
    margin-top: 10px;
}
.nav>li>a {
    padding: 9px 15px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 12px;
}
.nav>li>a {
    padding: 9px 1px;
}

.body-fx #HeaderControl, .body-fx #MenuControl{ position: inherit !important;
transition: 0s; top: 0; height: auto !important;}
}
	
@media(max-width:767px){	

#widgetsControl table, #widgetsControl td { height: initial !important;}


}
	
@media(max-width:736px){
#counts ul li{display:block; margin:30px auto;}
#counts ul li.clr, #counts ul.count2 li:nth-child(2){top:0;}

}
	
@media(max-width:667px){
.services .icon-box {
    padding: 10px 10px;
    width: 98%;
    height:auto;
    margin: 1%;
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    text-align: center;
    z-index: 1;
    border: 1px dashed #ccc;
    margin-bottom: 10px;}

}
	
@media(max-width:769px){
.three-cl h3{ font-size: 23px;}	
.ser-cl-inner {
    position: initial;
    float: left;
    width: 47%;
    text-align: center;
    margin: 0 1.5%;
    /*border: 1px solid #eee;*/
    margin-top: 70px;
    padding-bottom: 20px;
}

.ser-main-cl{ margin-top: 30px; margin-bottom: 0;}
	
.fl-ser, 
.fl-ser.fr-ser
{ float:inherit; text-align:center; padding:0 15px; border:1px solid #ccc; padding-top: 75px;}
.sh-img{ display:none;}
.fl-ser p,
.cl4 .fl-ser p, .cl4 .fl-ser h3, .cl5 .fl-ser p, .cl5 .fl-ser h3, .cl6 .fl-ser p, .cl6 .fl-ser h3
{ text-align:center;}
.dn-img{ display:block;}

.ser-cl-inner img,
.cl4.ser-cl-inner img, .cl5.ser-cl-inner img, .cl6.ser-cl-inner img {
    float: initial;
    left: 0;
    right: 0;
    margin: 0 auto; margin-top: -50px;
}

.hm-serv{ padding-bottom:60px;}

.hm-serv{ padding-bottom: 30px;}

}



@media(max-width:667px){
.three-cl h3 { font-size: 17px;}
.four-col-inner h3{ font-size: 17px;}
.four-col-inner p{ font-size:12px;}
.four-col-inner .fa{ font-size: 28px; height: 40px; line-height:31px;}
.four-col-inner p{ margin-bottom: 9px;}
.sec-about-rht .nav-tabs>li a{ font-size: 16px;}
.hm-serv h2{ font-size: 30px;}
.top-nav-lft ul li{ font-size: 13px;}

}
	
@media(max-width:568px){
.four-col-inner{ margin: .5%; width: 49%; padding-bottom: 0;}
.ser-cl-inner img{ top: -4px; width: 100px; height: 100px;}
.fl-ser, .fl-ser.fr-ser{ padding-top: 60px;}
.ser-cl-inner h3{ font-size:16px;}
.ser-cl-inner p{ font-size: 13px;}
.fl-ser{ min-height: 190px;}

}




@media(max-width:568px){
p{font-size: 14px;; line-height: 26px;}
#widgetsControl table, #widgetsControl td { height: initial !important;}

}
	
@media(max-width:480px){
.container{ font-size: 14px;}
.hm-about p{ line-height: 21px;}
center #HeaderControl { padding:4px 0;}
center #form1 #HomepagecontentControl { padding-top:50px;}

}
	

/*contact*/
@media(max-width:414px){
.hm-serv-bx-img{ display:none;}	
.hm-serv-bx-cnt{ padding: 0 20px 0 20px;}
.ser-cl-inner{ width: 100%; margin: 0; margin-top: 50px;}
.fl-ser{ min-height: initial;}
.ser-bg{ width:100%;}

}
	
@media(max-width:375px){
.hm-serv-bx-cnt h3{ font-size: 20px;}	
.two-cl .hm-head{ font-size: 24px;}
.four-col-inner{ margin: 1%; width: 48%;}

}	

@media(max-width:360px){
.body-fx #MenuControl_C #navbar-collapse-1 {
    height: initial !important;
    max-height: 380px;}
}






	