html{
  scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Exo 2', sans-serif;
    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: absolute;
    width: 100%;
    z-index: 999;
}

.header-row{
  background-color: #2a2f35;
  margin-left: 0px;
  margin-right: 0px;
}

.header-logo{
  background-color: #001871;
  padding: 20px;
}

.logo img{
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.menu-section{
  border-top: 1px solid #5f5f5f;
}

.header-address-left ul{
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-address-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  line-height: 14px;
}

.header-address-left ul li:last-child{
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

.header-address-left ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #b8b8b8;
  text-decoration: none;
}

.header-address-left ul li a:hover{
  color: #fbbe3f;
}

.header-address-right ul{
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}

.header-address-right ul li{
  list-style-type: none;
  display: inline-block;
  padding-left: 20px;
}

.header-address-right ul li a i{
  font-size: 14px;
  color: #b8b8b8;
}

.header-address-right ul li a i:hover{
  color: #fbbe3f;
}


.fixed-top{
  position: fixed !important;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.71);
}

.fixed-top .navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    padding: 14px 30px;
}

.fixed-top .navbar-light .navbar-brand{
  display: block;
  padding: 5px;
}

.fixed-top .navbar-light .navbar-nav .nav-link{
  border-right: 1px solid #d8d8d8;
}

.fixed-top .navbar-brand img{
    width: 100%;
    max-width: 35px;
    margin-top: 0px;
}

.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: 300px;
    padding: 0px;
}

.navbar-light .navbar-brand img{
    width: 63px;
}

.fixed-top nav.navbar.navbar-expand-lg.navbar-light{
  bottom: 0px;
}

.fixed-top .navbar-light .navbar-brand{
  width: auto;
  top: 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: #fbbe3f;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #b8b8b8;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    padding: 10px 56px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #da1e36;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fbbe3f;
    background-color: transparent;
}

.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: #1c5127;
  border-bottom: 1px solid #276b35;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000080;
    padding: 7px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/***************SLIDER**************/

/*.slider{
    margin-top: -73px;
}*/

.slider .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgba(0,0,0,.2);
}


.slider img{
  width: 100%;
  height: 650px;
  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-family: 'Exo 2', sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
}

.text-box p{ 
  font-family: 'Exo 2', sans-serif;
  font-size: 30px;
  line-height: 25px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.carousel-indicators{
  bottom: 20px;
}

a.btn.btn-details{
  border: 1px solid #001871;
  background-color: #001871;
  padding: 14px 30px 16px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}

a.btn.btn-details:hover{
  border: 1px solid #fbbe3f;
  background-color: #fbbe3f;
}

/****************PROJECT SECTION**************/

.project-section{
  padding: 30px 0;
  background-color: #fbbe3f;
}

.project-section h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

a.getquotes {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

a.getquotes:hover{
  text-decoration: none;
}

/*****************WELCOME SECTION*****************/

.welcome-section{
  padding: 70px 0;
}

.welcome-right img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 10px;
}

.welcome-section h1{
  font-size: 44px;
  line-height: 50px;
  font-weight: 900;
  color: #001871;
  margin-bottom: 20px;
}

.welcome-row{
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
}

.welcome-row p{
  text-align: justify;
}

a.btn.btn-read{
  border: 1px solid #001871;
  background-color: #001871;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}

a.btn.btn-read:hover{
  border: 1px solid #fbbe3f;
  background-color: #fbbe3f;
}

.welcome-row1{
  text-align: center;
}

.welcome-row1 img{
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.welcome-row1 h5{
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

/**************SERVICE SECTION***************/

.service-section{
  background: url("../images/service-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.service-section h3{
    font-size: 45px;
    line-height: 50px;
    font-weight: 900;
    color: #fbbe3f;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 2px;
}


.service-section img{
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
}

.service-section h4{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.service-section h4 a{
  color: #fbbe3f;
  text-decoration: none;
}

a.btn.btn-service{
  border: 2px solid #fbbe3f;
  background-color: transparent;
  padding: 12px 40px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fbbe3f;
  max-width: 196px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

a.btn.btn-service:hover{
  border: 2px solid #fbbe3f;
  background-color: #fbbe3f;
  color: #000;
}

/***************COMMIT SECTION***************/

.commit-section{
  background: url("../images/contactback.png") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.commit-section .overlay{
  padding: 100px 0;
  background-color: rgb(0 24 113 / 78%);
}

.commit-section h4{
    font-size: 70px;
    line-height: 75px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.commit-section p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 20px;
}

a.btn.btn-contact{
  border: 1px solid #fff;
  background-color: #fff;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
}

a.btn.btn-contact:hover{
  border: 1px solid #fbbe3f;
  background-color: #fbbe3f;
  color: #000;
}




/*****************GALLERY SECTION****************/

.gallery-section{
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.gallery-section h4{
    font-size: 45px;
    line-height: 50px;
    font-weight: 900;
    color: #001871;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.gallery-section figure {
    position: relative;
    width: 100%;
    height: 280px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-section figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    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;
}

.gallery-section figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*****************TESTIMONIALS*****************/

.testimonials{
  background: url("../images/1600x800.png") top center  no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*.testimonials .overlay{
  xbackground-color: rgb(24 24 148 / 87%);
  background-attachment: fixed;
}*/

.testimonials h4{
    font-size: 45px;
    line-height: 50px;
    font-weight: 900;
    color: #001871;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.testi-lefts{
  background-color: #fff;
  padding: 60px;
}

.testi-box{
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.testi-box i.fa-quote-left{
  border: 2px solid #001871;
  background-color: #001871;
  padding: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 20px;
}

.testi-box p{
  color: #001871;
}

.testi-box i.fa-star{
  color: #ffed07;
  font-size: 12px;
  margin-right: 2px;
  margin-bottom: 15px;
}

.testi-box h5{
  color: #001871;
  font-size: 20px;
  margin-bottom: 0px;
}

.testimonials .owl-nav{
  display: none;
}

.testimonials .owl-dots{
  display: none;
}

.testimonials p strong{
  margin-bottom: 30px;
}

/**************ESTIMATE SECTION*************/

.estimate-section{
  background: url("../images/estimate-bg.png") center center no-repeat;
  background-size: cover;
}

.estimate-section .overlay{
  background-color: rgba(0,0,0,.6);
  padding: 40px 0;
}

.estimate-section h4{
  font-size: 50px;
  line-height: 54px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.estimate-section h4 a{
  color: #fff;
  text-decoration: underline;
}

.estimate-section h4 a:hover{
  text-decoration: none;
}



/***************FOOTER****************/

.mid-footer{
  padding: 40px 0;
  background-color: #001871;
}

.mid-footer h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #fbbe3f;
  margin-bottom: 20px;
}

.footer-text p{
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}

.quicks p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}

.quicks p a{
  color: #fff;
  text-decoration: none;
}

.footer-text ul{
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

.footer-text ul li{
  list-style-type: none;
  display: inline-block;
}

.footer-text ul 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;
}

.footer-text ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

.footer-text ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}

.footer-text ul li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

.footer-text ul li a i.fa-twitter:hover{
  background-color: #0991c5;
}

.footer-text ul li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

.footer-text ul li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

.footer-text ul li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

.footer-text ul 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: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.quicks ul li a:hover{
  color: #fbbe3f;
}

.footer-text p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  padding-left: 10px;
}

.footer-text p i{
    position: absolute;
    left: 0;
    margin-top: 2px;
}

.footer-text p a{
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer-text h6{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}

.footer-adds p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #132e90;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.footer-adds p span{
  font-weight: 500;
  float: right;
}

.footer-adds ul{
  padding: 0px;
  margin: 0px;
}

.footer-adds ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}






.bottom-footer{
    padding: 20px 0;
    background-color: #04144e;
}

.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: #032842;
    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/contactback.png") top center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 450px;
}
  
.page-banner .overlay{
    background-color: rgba(0,0,0,.3);
    height: 450px;
    display: table-cell;
    vertical-align: bottom;
}

.page-banner h1{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;  
}

.page-banner h2{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;  
}

ul.breadcrumb {
    background: transparent;
    padding: 5px;
    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: #fbbe3f;
}

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;
  background-color: #eee;
}

.about-body h1 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 900;
    color: #001871;
    margin-bottom: 20px;
}

.about-body h3 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 900;
    color: #001871;
    margin-top: 30px;
    margin-bottom: 20px;
}

.about-body p{
  text-align: justify;
}

.about-body ul{
  padding: 0px;
  margin: 0px;
}

.about-body ul li{
  list-style-type: none;
  display: inline-block;
  width: 33%;
  margin-bottom: 2px;
}

.about-body ul li a{
  border: 1px solid #ddd;
  background-color: #ddd;
  padding: 20px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #001871;
  text-decoration: none;
}

.about-body ul li a:hover{
  background-color: #ccc;
}










/***************CONTACT US PAGE START HERE****************/

.contact-addressinfo{
  padding: 70px 0;
  background-color: #f5f5f5;
}

.info-box{
  border: 1px solid #ddd;
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;
}

.info-box i{
  font-size: 40px;
  color: #001871;
  margin-bottom: 15px;
}

.info-box h5{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #001871;
  margin-bottom: 15px;
}

.info-box{
  margin-bottom: 0px;
}

.info-box p a{
  color: #000;
  text-decoration: none;
}

.contact-body{
  padding: 70px 0;
}

.contact-body h2{
    font-size: 44px;
    line-height: 50px;
    font-weight: 900;
    color: #001871;
    text-align: center;
    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 #001871;
    background-color: #001871;
    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 #001871;
    background-color: #001871;
}

/***************SERVICE PAGE START HERE****************/

.service-body{
  padding: 70px 0;
}

.service-content{
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.desktop-image{
  width: 100%;
  height: 220px;
  border-radius: 10px;
}

.service-body h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #001871;
    margin-bottom: 10px;
}

.service-body p{
  text-align: justify;
}

.service-content h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.service-content ul{
  padding: 0px;
  margin: 0px;
}

.service-content ul li{
  list-style-type: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  padding-bottom: 5px;
}

.mobile-image {
  display: none;
}

 .videoset{
  height:400px;
  width:550px;
 
  
}
/******************MEDIA QUERY*****************/

@media(max-width: 1024px)
{
  .navbar-light .navbar-nav .nav-link{
    padding: 10px 44px;
  }

  .project-section h4{
    font-size: 28px;
  }

  .welcome-section h1{
    font-size: 36px;
  }

  .footer-text p i{
    left: 5px;
  }
 
}

@media(max-width: 991px)
{
  .logo img{
    width: 150px;
  }

  .header-logo{
    padding: 0px;
  }

  .navbar-light .navbar-toggler{
    background-color: #fff;
    margin: 5px;
  }

  .navbar-light .navbar-nav .nav-link{
    padding: 10px 4px;
    line-height: 24px;
  }

  .project-section h4{
    font-size: 24px;
  }

  .welcome-row1 p{
    margin-bottom: 30px;
  }

  .service-section img{
    height: 320px;
  }

  .gallery-section figure{
    height: 240px;
  }

  .mid-footer h4{
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .commit-section p{
    padding-left: 0px;
    padding-right: 0px;
  }
}



@media(max-width: 834px)
{
  .text-box h2{
    font-size: 40px;
    line-height: 45px;
  }

  .project-section h4{
    font-size: 20px;
  }

  a.getquotes{
    font-size: 20px;
  }

  .welcome-section h1{
    font-size: 30px;
  }

  .gallery-section figure{
    height: 200px;
  }

  .service-section img{
    height: 240px;
  }

  .commit-section h4{
    font-size: 60px;
    line-height: 64px;
  }
}

@media(max-width: 768px)
{
  .project-section h4{
    font-size: 19px;
  }

  a.getquotes{
    font-size: 19px;
  }

  .welcome-section h1{
    font-size: 28px;
    line-height: 34px;
  }
}

@media(max-width: 767px)
{
  .header-address-left ul{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-address-right ul{
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .slider img{
    height: 550px;
  }

  a.btn.btn-read{
    margin-bottom: 30px;
  }

  .service-section img{
    height: auto;
  }

  .gallery-section figure{
    height: auto;
  }

  .design p{
    text-align: left;
    margin-top: 10px;
  }

  .welcome-right img{
    height: auto;
  }

  .desktop-image{
    display: none;
  }

  .mobile-image{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

@media(max-width: 600px)
{
  .text-box h2{
    font-size: 34px;
    line-height: 40px;
  }

  .text-box p{
    font-size: 20px;
  }
}

@media(max-width: 575px)
{
  .commit-section h4{
    font-size: 50px;
    line-height: 54px;
  }
}

@media(max-width: 450px)
{
  .commit-section h4{
    font-size: 30px;
    line-height: 34px;
  }

  .text-box h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-box p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .project-section h4{
    font-size: 16px;
  }

  a.getquotes{
    font-size: 16px;
  }
  .videoset{
  height:300px;
  width:350px;
}
  .textMobile{
    margin-bottom:200px;
  }
  
}

@media(max-width: 400px)
{
  .project-section h4{
    line-height: 20px;
  }

  .logo img{
    width: 120px;
  }
}

@media(max-width: 380px)
{
  .testimonials h4{
    font-size: 30px;
    line-height: 34px;
  }
}

@media(max-width: 360px)
{
  .text-box h2{
    font-size: 20px;
    line-height: 24px;
  }
}


@media(max-width: 320px)
{
  .text-box h2{
    font-size: 18px;
  }

  .service-section h3{
    font-size: 30px;
    line-height: 34px;
  }

  .about-body h1{
    font-size: 30px;
    line-height: 34px;
  }
}




































