html{
  scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Goldman', cursive;
    overflow-x: hidden;
}

.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}


/*******************HEADER******************/

header{
    position: relative;
    z-index: 99;
}

.top-header{
    padding-bottom: 10px;
    background-color: #fff;
}

.header-left p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #f58026;
  margin-bottom: 0px;
  padding-top: 10px;
  margin-left: 40px;
}

.header-left p i{
    font-size: 20px;
    color: #f58026;
    float: left;
    margin-right: 10px;
    padding-top: 8px;
}

.header-left p span{
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #333;
}

.logo img{
  margin: 0 auto;
  display: block;
}

a.btn.btn-quotes{
    border: 1px solid #f58026;
    background-color: #f58026;
    padding: 10px 20px;
    float: right;
    border-radius: 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 8px;
}

a.btn.btn-quotes i{
  padding-left: 5px;
}

a.btn.btn-quotes:hover{
    border: 1px solid #69c18d;
    background-color: #69c18d;
}

.header-right p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #f58026;
  margin-bottom: 0px;
  padding-top: 10px;
  margin-left: 40px;
}

.header-right p i{
    font-size: 20px;
    color: #f58026;
    float: left;
    margin-right: 10px;
    padding-top: 8px;
}

.header-right p span{
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #333;
}

.fixed-top{
  background-color: #0b4071;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.71);
}

.fixed-top .navbar-brand img{
    width: 100%;
    max-width: 150px;
    margin-top: 0px;
}

.menu-section{
  background-color: rgb(245 128 38 / 86%);
}

.menu-section h6{
  width: 251px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
}

.menu-section h6 i{
  font-size: 40px;
  color: #000;
  float: left;
  margin-right: 20px;
  margin-top: 7px;
}

.menu-section h6 a{
    display: block;
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #fd4441;
    text-decoration: underline;
}

.fixed-top nav {
    margin-top: 0px;
    box-shadow: none;
}

.fixed-top a.btn.btn-quote{
  border-radius: 0px;
}

.navbar-brand h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 14px;
}

.navbar-light .navbar-brand{
  width: 200px;
  padding: 0px;
}

.navbar-brand img{
    width: 100%;
    max-width: 200px;
    position: absolute;
    top: -49px;
    z-index: 99;
}

.fixed-top nav.navbar.navbar-expand-lg.navbar-light{
  bottom: 0px;
}

nav.navbar.navbar-expand-lg.navbar-light{
    padding: 0px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
    background-color: #69c18d;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
    padding: 14px 20px;
    border-right: 1px solid #ff923f;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #da1e36;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #69c18d;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #000;
    padding: 0px;
    margin-top: -1px;
    border-radius: 0px;
}

.dropdown-item{
  color: #fff;
  font-size: 12px;
  padding: 7px;
  background-color: #000;
  border-bottom: 1px solid #444;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #da1e36;
    padding: 7px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}



.menu-call {
    background: #69c18d;
    position: absolute;
    right: -215px;
    width: 38%;
    top: 0;
    z-index: 1;
    height: 100%;
    padding: 13px 0;
    margin-bottom: 0px;
}

.menu-call:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 90px 66px 0;
    border-color: transparent #69c18d transparent transparent;
    content: "";
    top: 0;
    z-index: -1;
    left: -89px;
    position: absolute;
}

.menu-call a{
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.menu-call a i{
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 23px;
    padding: 6px;
    width: 36px;
    height: 36px;
}


/***************SLIDER**************/
/*section {
  width: 100%;
  height: 100vh;
}*/

.slider .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgba(0,0,0,.1);
}

.slider{
  margin-top: -66px;
}

.slider img{
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.heading-box h2{ width:100%;}
.text-box {
  position: absolute;
  top: 75%;
  left: 12%;
  right: 12%;
  color: #f8931e;
  text-align: center;
  transform: translateY(-50%);
  z-index: 99;
}

.text-box h2{ 
  width:100%;
  font-size: 60px;
  line-height: 65px;
  font-weight: 600;
  color: #fff;
  padding: 10px 10px 15px;
  letter-spacing: 2px;
}

.carousel-indicators{
  bottom: 30px;
}

a.btn.btn-view{
    border: 1px solid #13287d;
    background-color: #13287d;
    padding: 12px 20px 14px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

a.btn.btn-view:hover{
    border: 1px solid #279e64;
    background-color: #279e64;
}

/****************CERTIFY SECTION****************/

.certify-section{
  padding: 40px 0;
  background-color: #f58026;
}

.certify-section h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}

/**************WELCOME SECTION**************/

.welcome-section{
  background: url("../images/welcome-bg.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.welcome-right{
  background-color: #fff;
  padding: 70px 100px 70px 30px;
}

.welcome-section h1{
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    color: #f58026;
    margin-bottom: 20px;
}

a.btn.btn-reads{
    border: 1px solid #f58026;
    background-color: #f58026;
    padding: 12px 30px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

a.btn.btn-reads:hover{
    border: 1px solid #69c18d;
    background-color: #69c18d;
}

/******************SERVICE SECTION****************/

/*.service-section{
  padding: 70px 0;
  background-color: #eee;
}*/

.service-section{
  background: url("../images/service-bg.png") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.service-section .overlay{
  padding: 70px 0;
  background-color: rgb(232 232 232 / 80%);
}

.service-section h4{
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    color: #f58026;
    text-align: center;
    margin-bottom: 20px;
}

.service-box{
    padding: 20px;
    background-color: #f58026;
    border-radius: 10px;
}

.service-box h5{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-box h5 a{
  color: #fff;
  text-decoration: none;
}

.service-box p{
  color: #fff;
}

a.btn.btn-more{
    border: 2px solid #fff;
    background-color: #fff;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #f58026;
}

a.btn.btn-more i{
  padding-left: 5px;
}

a.btn.btn-more:hover{
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.service-box figure {
    position: relative;
    width: 100%;
    height: 240px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.service-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    border-radius: 10px;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.service-box figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.service-mobile-img{
  display: none;
}

/***************WHYUS SECTION**************/

.whyus-section{
  background: url("../images/slider3.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.whyus-right{
  padding: 70px 40px 70px 110px;
  background-color: rgb(105 193 141 / 92%);
}

.whyus-section h4{
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.whyus-section ul{
  padding: 0px;
  margin: 0px;
}

.whyus-section ul li{
  list-style-type: none;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

.whyus-section ul li img{
  padding-right: 5px;
}

/***************PROJECT SECTION****************/

.project-section{
  padding: 70px 0;
}

.project-section h4{
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    color: #f58026;
    text-align: center;
    margin-bottom: 20px;
}

.img-fluid {
    max-width: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 30px;
}

/*****************TESTIMONIALS*****************/

.testimonials{
  background: url("../images/slider3.jpg") top center no-repeat;
  background-size: cover;
}

.testimonials .overlay{
  background-color: rgb(105 186 136 / 92%);
  padding: 70px 0;
}

.testimonials h4{
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.testi-box{
  text-align: center;
}

.testi-box i.fa-quote-left{
  background-color: #fff;
  padding: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #279e64;
  line-height: 26px;
  margin-bottom: 20px;
}

.testi-box p{
  color: #fff;
}

.testi-box i.fa-star{
  color: #ffed07;
  font-size: 12px;
  margin-right: 2px;
  margin-bottom: 15px;
}

.testi-box h5{
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
}

.testimonials .owl-nav{
  display: none;
}

.testimonials .owl-dots{
  display: none;
}

.testimonials p strong{
  margin-bottom: 30px;
}

/************HELP SECTION************/

.help-section{
  background: url("../images/arc-img.png") top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
}

/************NEED SECTION************/

.need-section{
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #69c18d;
  text-align: center;
}

.need-section h4{
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.need-section h5{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.need-section h5 a{
  color: #000;
  text-decoration: underline;
  padding-left: 10px;
  padding-right: 10px;
}

.need-section h5 a:hover{
  text-decoration: none;
}

/*******************FOOTER*****************/

.top-footer{
  padding: 40px 0;
  background-color: #f58026;
}

.top-footer h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.footer-add p{
  color: #fff;
  margin-bottom: 5px;
}

.footer-add p a{
  color: #fff;
  text-decoration: none;
}

ul.footer-icons{
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

ul.footer-icons li{
  list-style-type: none;
  display: inline-block;
}

ul.footer-icons li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

ul.footer-icons li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

ul.footer-icons li a i.fa-facebook-f:hover{
  background-color: #294379;
}

ul.footer-icons li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

ul.footer-icons li a i.fa-twitter:hover{
  background-color: #0991c5;
}

ul.footer-icons li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

ul.footer-icons li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

ul.footer-icons li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

ul.footer-icons li a i.fa-youtube:hover{
  background-color: #8e1814;
}

.quicks ul{
  padding: 0px;
  margin: 0px;
}

.quicks ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.quicks ul li a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.quicks ul li a:hover{
  color: #ffe6d2;
}

.bottom-footer{
  padding: 20px 0;
  background-color: #f58026;
  border-top: 1px solid #fd984b;
}

.copyright p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}

.design p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
  text-align: right;
}

.design p a{
  text-decoration: none;
  color: #fff;
}


/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #11598a;
    color: #fff;
    width: 55px;
    height: 54px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 7px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa.fa-angle-up {
    line-height: inherit;
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.scroll-top-wrapper i.fas.fa-plug{
  font-size: 30px !important;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 16px;
}





.mobile-icon{display:none;}
.mobile-icon .material-button-anim{position:fixed;bottom:-1%;left:0;padding:127px 16px 27px 16px;text-align:center;max-width:320px;z-index:999999999999;}
.mobile-icon1 .material-button-anim{position:fixed;bottom:-1%;right:0;padding:127px 16px 27px 16px;text-align:center;max-width:320px;z-index:999999999999;}
.material-button{position:relative;top:0;z-index:1;width:60px;height:60px;font-size:1.5em;color:#fff;border:none;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.275);outline:none;}
.material-button-toggle{z-index:3;width:60px;height:60px;margin:0 auto;text-align:center;line-height:50px;}
@keyframes bounce{0%{margin-top:0;}
50%{margin-top:-15px;margin-bottom:15px;}
100%{margin-top:0;}
}
@keyframes roket-roket-circle-anim{0%{transform:rotate(0deg) scale(1) skew(0deg);opacity:0.1;}
30%{transform:rotate(0deg) scale(1.25) skew(0deg);opacity:0.25;}
100%{transform:rotate(0deg) scale(1.5) skew(0deg);opacity:0;}
}
.material-button-toggle:not(:hover):not(:focus):not(:active){transition:.25s !important;animation:2.25s bounce infinite !important;}
.material-anim{width:100%;height:100%;text-indent:-9999px;z-index:0;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:none;}
.material-anim.one{-webkit-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-moz-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-ms-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-o-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-webkit-transition:all 0.5s !important;-moz-transition:all 0.5s !important;-o-transition:all 0.5s !important;transition:all 0.5s !important;}
.material-anim.two{border:2px solid #58d742 !important;opacity:0.1 !important;background:none !important;-webkit-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-moz-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-ms-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-o-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-webkit-transition:all 0.5s !important;-moz-transition:all 0.5s !important;-o-transition:all 0.5s !important;transition:all 0.5s !important;}
#cd-top{display:none;}
iframe{width:100%;}
iframe{width:100%;}
@media (max-width:767px){.mobile-icon{display:block;}}

.material-button img{
    width: 60px;
    height: 60px;
}

/****************ABOUT US PAGE START HERE***************/

.page-banner{
  background: url("../images/slide1.jpg") top center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 400px;
  margin-top: -68px;
}
  
.page-banner .overlay{
    background-color: rgba(0,0,0,.3);
    height: 400px;
    display: table-cell;
    vertical-align: bottom;
}

.page-banner h1{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;  
}

ul.breadcrumb {
    background: transparent;
    padding: 5px;
    /*-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);*/
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 0px;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

ul.breadcrumb li a:hover{
  color: #e23c39;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

.about-body{
  padding: 70px 0;
}

.about-body h2{
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #f58026;
  margin-bottom: 20px;
}

.about-body img{
  width: 100%;
  margin-top: 40px;
}

.about-right{
    position: relative;
    padding: 50px 50px;
    background-color: rgb(255 255 255 / 90%);
    box-shadow: 0 2px 23px rgba(0,0,0,0.10);
    margin-left: -140px;
}

.take-section{
  padding: 70px 0;
  text-align: center;
}

.take-section h3{
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #f58026;
  text-align: center;
  margin-bottom: 20px;
}

.take-section p{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

a.btn.btn-contact-us {
    border: 1px solid #f58026;
    background-color: #f58026;
    padding: 12px 30px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

a.btn.btn-contact-us:hover{
    border: 1px solid #69c18d;
    background-color: #69c18d;
}

/******************CONTACT US PAGE START HERE******************/

.address-section{
  padding: 70px 0;
  background-color: #eee;
}

.addressbox{
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
}

.addressbox i{
  font-size: 40px;
  margin-bottom: 20px;
  color: #f58026;
}

.addressbox h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}

.addressbox p{
  margin-bottom: 0px;
}

.addressbox p a{
  color: #000;
  text-decoration: none;
}

.contact-body{
  padding: 70px 0;
}

.contact-body h2{
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #f58026;
    margin-bottom: 20px;
}

.contact-body input {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 42px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    width: 100%;
}

.contact-body textarea {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 140px;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 10px;
}

.contact-body button.btn.btn-primary {
    border: 2px solid #f58026;
    background-color: #f58026;
    padding: 10px 30px;
    border-radius: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    float: right;
}

.contact-body button.btn.btn-primary:hover{
    border: 2px solid #69c18d;
    background-color: #69c18d;
}

/***************SERVICE PAGE START HERE***************/

.service-body{
  padding-top: 70px;
  padding-bottom: 30px;
}

.service-body .row{
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.service-body img{
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eee;
}

.service-body h4{
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #f58026;
    margin-bottom: 20px;
}

/****************MEDIA QUERY***************/

@media(max-width: 1024px)
{
  .navbar-light .navbar-nav .nav-link{
    padding: 14px 10px;
  }

  .menu-call a{
    font-size: 16px;
  }

  .menu-call a i{
    font-size: 16px;
    line-height: 20px;
  }

  .text-box h2{
    font-size: 40px;
    letter-spacing: 0px;
  }

  .welcome-section h1{
    font-size: 34px;
  }

  .whyus-right{
    padding: 70px 40px 70px 30px;
  }
}

@media(max-width: 991px)
{
  .menu-call{
    display: none;
  }

  .navbar-light .navbar-toggler {
    background-color: #fff;
    margin: 5px;
  }

  .navbar-brand img{
    max-width: 81px;
  }

  .certify-section h3{
    font-size: 26px;
  }

  .slider{
    margin-top: 0px;
  }

  .slider img{
    height: 500px;
  }

  .navbar-light .navbar-nav .nav-link{
    line-height: 22px;
  }
}

@media(max-width: 834px)
{
  .header-right p{
    font-size: 12px;
  }

  .header-left p{
    font-size: 12px;
  }

  .service-box figure{
    height: 180px;
  }

  .img-fluid{
    height: 200px;
  }

  .footer-add p{
    font-size: 12px;
  }

  .quicks ul li a{
    font-size: 12px;
  }

  .about-body h2{
    font-size: 30px;
    line-height: 34px;
  }
}

@media(max-width: 768px)
{
  .header-right p{
    font-size: 10px;
  }

  .header-right p span{
    font-size: 10px;
  }

  .header-left p{
    font-size: 10px;
  }

  .header-left p span{
    font-size: 10px;
  }

  a.btn.btn-quotes{
    font-size: 10px 12px;
    font-size: 10px;
  }

  .slider img{
    height: 400px;
  }

  .certify-section h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .welcome-section h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .whyus-section h4{
    font-size: 40px;
  }

  .addressbox p{
    font-size: 11px;
  }
}

@media(max-width: 767px)
{
  .header-left p{
    margin-left: 0px;
  }

  .header-right p{
    margin-left: 0px;
  }

  .service-box figure{
    height: auto;
  }

  .service-box{
    margin-bottom: 30px;
  }

  .img-fluid{
    height: auto;
  }

  .top-footer h4{
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .design p{
    text-align: left;
    margin-top: 10px;
  }

  .welcome-right{
    padding: 30px;
  }

  .about-right{
    padding: 20px;
    margin-left: 0px;
  }

  .service-mobile-img{
    display: block;
  }

  .service-mobile-img1{
    display: none;
  }

  .service-body img{
    margin-bottom: 15px;
  }

  .addressbox{
    margin-bottom: 30px;
  }

  .contact-body button.btn.btn-primary{
    margin-bottom: 30px;
  }
}

@media(max-width: 600px)
{
  .text-box h2{
    font-size: 26px;
  }
}

@media(max-width: 450px)
{
  .text-box h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .slider img{
    height: 300px;
  }

  .service-section h4{
    font-size: 26px;
  }

  .whyus-section h4{
    font-size: 26px;
  }

  .whyus-section ul li img {
    position: absolute;
    margin-bottom: 10px;
    left: 22px;
  }

  .whyus-section ul li{
    padding-left: 22px;
  }

  .need-section h4{
    font-size: 32px;
  }

  .need-section h5 {
    font-size: 19px;
    line-height: 23px;
  }

  .testimonials h4{
    font-size: 26px;
  }

  .project-section h4{
    font-size: 30px;
  }
}

@media(max-width: 320px)
{
  .text-box h2{
    line-height: 24px;
  }
}



















































