:root{
    --main-color:#32539e;
    --secend-color:#ffe14e;
}
*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.5;	
    color: #fff;
}
h1,h2,h3,h4,h5,h6, p{
	margin: 0;
	padding: 0;
}
ul li, ul, a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
    color: #dab814;
}
a:hover{
	text-decoration: none;
    color: #100659;
}
img{
	margin: 0;
	padding: 0;
	width: 100%;
}
button:focus, .btn:focus, .form-control:focus{
	outline: none;
	box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25);
}
.p-60{
    padding: 80px 0;
}

/*----------------------------------------*/
.scrollup {
    position: fixed;
    right: 5%;
    bottom: 25px;
    background: var(--secend-color);
    border: 0px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0, .3);
}
.animated {
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}
/*.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/loader.gif) 50% 50% no-repeat #fff;
    background-size: 15%;
    opacity: 1;
}
*/
/*=========header===========*/
.header{
    position: relative;
    padding: 0 0 0 0;
}
.top-header{
    padding:  10px 0;
    background: var(--secend-color);
}
.top-header ul li{
    font-size: 14px;
    margin-right: 20px;
    display: flex;
    transition: all ease-in-out 600ms;
    color: #000;
}
.top-header ul li span{
    margin-right: 10px;
}

.top-header ul li a{
    color: #000;
    display: block;
    font-size: 14px;
}

.main-header{
    background: #100659;
    padding: 0;
    z-index: 999;
    transition: all ease-in-out 300ms;
}
.main-header .navbar{
}
.navbar-brand.logo{
    width: 200px;
	padding:20px 0px;
}
.main-header .navbar-nav li a{
    font-size: 14px;
    padding: 10px 20px;
    background: transparent;
    display: block;
    color: #fff;
    text-transform: capitalize;
    transition: all ease-in-out 600ms;
}
.main-header .navbar-nav li a:hover, .main-header .navbar-nav li.active a{
    background: var(--main-color);
    color: #fff;
    transition: all ease-in-out 600ms;
}
.main-header .navbar-nav .drop-menu a i{
    font-size: 12px;
}
.dropdown-menu{
    border-radius: 0;
    padding: 15px 15px;
    width: 250px;
}
.dropdown-menu a{
    color: #000 !important;
    padding: 5px 10px !important;
}
.drop-menu  a:hover{
    color: #00adef;
}
.newheader{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 0;
    z-index: 9999;
    box-shadow: 0 3px 12px rgba(0,0,0, .3);
    /*transition: all ease-in-out 200ms;*/
    background: #100659;
}
.newheader .navbar{
    background: transparent;
}
.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
    .dropdown-toggle{
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;
    }

/*-------------banner-sec------------*/
.banner-sec{
    position: relative;
    background: #fff;
}
.banner-sec .banner-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    padding: 40px 25px;
    width: 70%;
    background: rgba(0,0,0, .5);
}
.banner-sec .banner-txt h3{
    font-size: 42px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}
.banner-sec .banner-txt h2{
    font-size: 52px;
    font-weight: 500;
    margin: 0 0 25px 0;
    text-transform: capitalize;
}
.site-btn{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    color: #fff;
    border-radius: 0;
    border: 0px solid transparent;
    background: var(--main-color);
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    transition: all ease-in-out 600ms;
}
.banner-sec .site-btn{
    margin-right: 15px;
}
.site-btn:hover{
    background: var(--secend-color);
    color: #100659;
    transition: all ease-in-out 600ms;
}
.banner .owl-nav .owl-prev {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    margin: 0px;
    padding: 0;
    background: rgba(255,255,255, .2) !important;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.banner .owl-nav .owl-next {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    margin: 0px;
    padding: 0;
    background: rgba(255,255,255, .2) !important;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

/*=======heading==========*/
.heading{
    position: relative;
    margin-bottom: 40px;
}
.heading h2{
    color: var(--main-color);
    font-size: 35px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #bbb;
    position: relative;
}
.heading h2:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: var(--secend-color);
    border-radius: 50px;
}
/*-----call-us-sec-------*/
.call-us-sec{
    color: #333;
    position: relative;
}
.call-us-sec .call-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.call-us-sec .call-box .call-txt{
    width: 50%;
}
.call-us-sec .call-box .call-txt p{
    font-size: 16px;
    color: #333;
}
/*---------about-sec-------*/
.about-sec{
    background: #fff;
    color: #333;
    position: relative;
    padding: 50px 0 85px;
}
.about-sec .about-img {
    position: relative;
    width: 75%;
    height: 75%;
    box-shadow: 40px 130px 0 0px rgba(0,0,0, .05);
}
.about-sec p{
    color: #333;
    font-size: 13px;
    font-weight: 300;
}
/*---------gallery-sec-----------*/
.gallery-sec{
    background: #fff;
}
.gallery-box {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img{
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img img{
    width: 100%;
    transform: scale(1.0);
    transition: all ease-in-out 600ms;
}
.gallery-box:hover .gallery-img img{
    transform: scale(1.3);
    transition: all ease-in-out 600ms;
}
.gallery-box .hover-effect{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(227,13,18, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    transform: scale(0.0);
    transition: all ease-in-out 600ms;
}
.gallery-box:hover .hover-effect{
    transform: scale(1.0);
    transition: all ease-in-out 600ms;
}
/*------------wedo-sec-----------*/
.wedo-sec{
    position: relative;
    color: #333;
}
.wedo-sec .wedo-box{
    position: relative;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0, .1);
}
.wedo-sec .wedo-box:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: var(--secend-color);
    transition: all ease-in-out 600ms;
}
.wedo-sec .wedo-box:hover::after{
    height: 10px;
    background: var(--main-color);
    transition: all ease-in-out 600ms; 
}
.wedo-sec .wedo-box .wedo-img{
    overflow: hidden;
}
.wedo-sec .wedo-box .wedo-img img{
    width: 100%;
    transform: scale(1.0);
    transition: all ease-in-out 600ms; 
}
.wedo-sec .wedo-box:hover .wedo-img img{
    transform: scale(1.3);
    transition: all ease-in-out 600ms;
}
.wedo-sec .wedo-box .wedo-txt{
    padding: 25px;
    text-align: center;
}
.wedo-sec .wedo-box .wedo-btn {
    text-align: center;
    position: relative;
}
.wedo-sec .wedo-box .wedo-txt h3{
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.wedo-sec .wedo-box .wedo-txt p{
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 15px;
}
/*-------------services-sec---------------*/
.services-sec{
    position: relative;
    background: #eee;
    counter-reset: my-counter;
}
.service-box{
    box-shadow: 0 2px 5px rgba(0,0,0, .1);
    padding: 15px;
    background: #fff;
    display: flex;
    color: #000;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
}
.service-box .coout{
    left: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    display: inline-table;
    border-radius: 50%;
    position: absolute;
    border: 1px dashed var(--secend-color);
}
.service-box .coout:after{
    counter-increment: my-counter;
    content: counter(my-counter);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
}
.service-box h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 10px;
    color: var(--secend-color);
}
.service-box p{
    font-size: 13px;
    font-weight: 300;
}
/*------------work-sec--------------*/
.work-sec{
    position: relative;
    text-align: center;
}

.work-sec h3{
    padding: 25px 0;
    font-size: 20px;
    text-transform: capitalize;
}
.work-sec .work-box{
    cursor: pointer;
}
.work-sec .work-box .before-img{
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 600ms;
}
.work-sec .work-box .before-img img{
    width: 100%;
    transform: scale(1.0) rotate(0deg);
    transition: all ease-in-out 600ms;
}
.work-sec .work-box:hover .before-img img{
    transform: scale(1.3) rotate(10deg);
    transition: all ease-in-out 600ms;
}
.work-sec .work-box .before-img .hover-effct{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .3);
    color: var(--main-color);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.0);
    transition: all ease-in-out 600ms;
}
.work-sec .work-box:hover .before-img .hover-effct{
    transform: scale(1.0);
    transition: all ease-in-out 600ms;
}
/*---------------------------------*/


.work-sec .item {
    text-align: center;
    padding: 0px 0 50px 0;
    margin-bottom: 0px;
    opacity: .4;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.work-sec .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.work-sec  .work-box{
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    position: relative;
}
.work-sec .work-box p{
    padding-top: 10px;
    color: #333;
    font-size: 18px;
}

.ass-color{
    background: #eee;
}








/*------------testimonial-sec----------*/
.testimonial-sec{
    margin: 0;
    background: #fff;
    color: #000;
}
.testimonial-sec .testi-box {
    margin: 15px;
    position: relative;
    text-align: center;
}
.testimonial-sec .testi-box h2 {
    font-size: 25px;
    color: #333;
}
.testimonial-sec .testi-box h2 span{
    color: var(--main-color);
}
.testimonial-sec .testi-box p {
    padding: 15px 0px;
    font-size: 14px;
    color: #ababab;
}
.testimonial-sec .testi-box h5{
    color: var(--main-color);
    font-size: 16px;
    text-transform: capitalize;
}
.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.testimonial-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid var(--main-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}
.testimonial-sec .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--main-color);
}
.testimonial-sec .owl-theme .owl-dots .owl-dot.active span {
    background: var(--main-color);
}
.testimonial-sec .site-btn{
    background: var(--main-color);
    color: #fff;
}
/*===========footer-sec==========*/
.footer-sec{
    margin: 0;
    position: relative;
}
.mid-footer{
    background: #444;
}
.footer-sec p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 25px;
}
.footer-sec .links ul li{
    padding: 0 0 10px 20px;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease-in-out 600ms;
    position: relative;
}
.footer-sec .links ul li:after{
    content: "\f054";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 11px;
    color: #fff;
}
.footer-sec .links ul li a{
    color: #fff;
    transition: all ease-in-out 600ms;
    font-size: 15px;
}
.footer-sec .links ul li:hover a{
    color: var(--main-color);
    transition: all ease-in-out 600ms;
}
.footer-sec .footer-box h3{
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    margin-bottom: 30px;
    color: #fff;
}
.footer-sec .footer-box .address ul li, .footer-sec .footer-box .address p{
    position: relative;
    font-size: 14px;
    padding: 0 0 15px 25px;
    word-break: break-all;
}
.footer-sec .footer-box .address ul li i, .footer-sec .footer-box .address p i{
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
    font-size: 16px;
}
.footer-box .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.footer-box textarea.form-control{
    height: 65px;
}
.footer-box .form-control::placeholder{
    color: #c5c5c5;
}
.footer-bottom{
    padding:  15px 0;
    text-align: center;
    background: #000;
}
.footer-bottom p{
    margin: 0;
    font-size: 14px;
}

/*=========inner-page============*/
.inner-banner{
  background-size: cover !important;
  height: 300px;
  position: relative;
}
.page-title{
    position: absolute;
    width: 33%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0,0,0, .60);
    padding: 10px;
}
.page-title h2{
  font-size: 42px;
  color: #fff;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
  text-shadow: 0 2px 5px rgba(0,0,0, .4);
}
.page-title ul {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.page-title ul li{
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}
.page-title ul li a{
  color: var(--main-color);
}
/*---------inner-page-----------*/
.inner-page{
    color: #000;
    background: #f2f1ec;
}
.inner-page h1{
  font-size: 36px;
  padding-bottom: 20px;
  font-weight: 600;
}
.inner-page h2{
  font-size: 26px;
  padding-bottom: 20px;
  font-weight: 600;
}
.inner-page h3{
  font-size: 30px;
  padding-bottom: 15px;
  font-weight: 600;
}
.inner-page h4{
  font-size: 24px;
  padding-bottom: 15px;
  font-weight: 400;
}
.inner-page h5{
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: 400;
}
.inner-page p{
  font-size: 14px;
  padding-bottom: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.inner-page ul li{
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    
}
.inner-page ul.dots li{
    list-style: disc;
    margin-left: 35px;
}
.inner-page ul.links li{
    list-style: none;
     margin-left: 0px;
}
.inner-page ul li a{
  color: #333;
  position: relative;
  padding: 0 0 10px 20px;
}
.inner-page a{
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: 400;
}
/*.inner-page ul li a:after{
  content: "\f054";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
  color: #678fb5;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}*/
/*========contact-frm============*/
.contact-frm-box{
  text-align: center;
  background: #fbfbfb;
  box-shadow: 0 2px 8px rgba(0,0,0, .2);
}
.contact-frm-box{
    padding: 25px 15px;
}
.contact-frm-box .form-control{
    border-radius: 0;
    font-size: 13px;
}
.contact-page{
    background: #fff;
}
.address-info{
    padding: 0;
    position: relative;
}
 
.address-info ul li{
    padding: 25px 20px;
    position: relative;
    margin: 0 15px;
    text-align: center;
    background: #f9f9f9;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0, .2);
}
.address-info ul li .map-icon{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: var(--main-color);
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
}
.address-info ul li p {
    padding: 0;
    word-break: break-word;
    color: #000;
    margin-top:15px;
}

.address-info .rt-block ul li a{
  padding: 0;
  color: #000;
}
.address-info ul li a:after{
  display: none;
}
.address-info ul li a{
  padding: 0;
  color: #000;
}
.address-info ul{
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
}

.map-sec .map{
    height: 320px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0, .2);
}

/*---------gallery-sec-----------*/
.gallery-page{
    background: #fff;
}
.gallery-page .gallery-box {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.gallery-page .gallery-box .gallery-img{
    position: relative;
    overflow: hidden;
}
.gallery-page .gallery-box .gallery-img img{
    width: 100%;
    transform: scale(1.0);
    transition: all ease-in-out 600ms;
}
.gallery-page .gallery-box:hover .gallery-img img{
    transform: scale(1.3);
    transition: all ease-in-out 600ms;
}
.gallery-page .gallery-box .hover-effect{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    transform: scale(0.0);
    transition: all ease-in-out 600ms;
}
.gallery-page .gallery-box:hover .hover-effect{
    transform: scale(1.0);
    transition: all ease-in-out 600ms;
}















/*----------respornsive-------*/
@media only screen and (max-width: 1199px) {
.main-header .navbar-nav li a{
    font-size: 13px;
    padding: 10px 10px;
}
.banner-sec .banner-txt{
    width: 42%;
}
.banner-sec .banner-txt h3{
    font-size: 28px;
}
.banner-sec .banner-txt h2{
    font-size: 32px;
}
.heading h2{
    font-size: 26px;
}
.about-sec .about-img{
    box-shadow: 40px 60px 0 0px rgba(0,0,0, .05);
    margin-bottom: 25px;
}
}
@media only screen and (max-width: 991px) {
.top-header{
    display: none;
}

.navbar-brand.logo {
    width: 100px;
}
.newheader{
    padding: 0;
}
.navbar-nav{
    padding: 10px 0;
    margin-top: 25px;
    border-top: 1px solid #333;
}
.main-header .navbar-nav li a{
    font-size: 15px;
    padding: 10px 10px;
    color: #000;
}
.main-header .navbar-nav li {
    margin-left: 0;
}
.banner-sec .banner-txt{
    width: 75%;
}
.banner-sec .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.call-us-sec .call-box .call-txt {
    width: 60%;
}
.wedo-sec .wedo-box{
    margin-bottom: 25px;
}
.service-sec p {
    font-size: 13px;
}
.footer-box{
    margin-bottom: 25px;
}
.banner-sec{
    height: auto;
}
}
@media only screen and (max-width: 767px) {

.site-btn {
    font-size: 14px;
}
.contact-frm-box{
    margin-bottom: 30px;
}

.service-txt{
    margin-bottom: 35px;
}
.page-title h2 {
    font-size: 30px;
}
.address-info ul{
    flex-wrap: wrap;
}
.address-info ul li{
    width: 100%;
    margin-bottom: 20px;
}
.call-us-sec .call-box{
    flex-direction: column;
    text-align: center;
}
.call-us-sec .call-box .call-txt {
    width: 100%;
    margin-bottom: 25px;
}
.about-sec .about-img {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: none;
}
.owl-theme .owl-nav{
    display: none;
}

}
@media only screen and (max-width: 575px) {
.banner-sec .banner-txt h2{
    font-size: 16px;
}
.banner-sec .banner-txt h3{
    font-size: 20px;
}
.banner-txt .d-flex{
    flex-direction: column;
}
.banner-sec .site-btn{
    margin: 5px;
}
.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots{
    display: none;
}
.page-title {
    width: 73%;
}



}
@media only screen and (max-width: 425px) {
}