@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Fira Sans', sans-serif; */

*{
    box-sizing: border-box;
}
body{margin: 0px;  font-family: 'Open Sans', sans-serif; }
button:focus{outline: none;}
input:focus{outline: none;}
a{
    color: #00082c;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul{
	list-style: none;
	padding-left: 0px;
    margin-left: 0px;
}


/* comon css start */
.btn-primary{
    background-color: #00082c;
    border-color: #00082c;
    border-radius: 0px;
    padding: 10px 15px;
}
.btn-primary:hover{
	background-color: #037981;
    border-color: #037981;
}

.comon-title{
    position: relative;
    width: 100%;
}
.comon-title h4{
    position: relative;
    width: 100%;
    color: #1b1b1b;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Fira Sans', sans-serif;
}
.comon-title h3{
    position: relative;
    width: 100%;
    color: #1b1b1b;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Fira Sans', sans-serif;
}
/* comon css end */

/* header css start */
.header-wrapper{
    width: 100%;

}
.header-wrapper .top-header{
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}
.logo-wrap{
    position: relative;

}

.head-cont-info{
    position: relative;
    width: 100%;
    padding:5px 30px;
    background: #e47722;
}
.head-cont-info ul{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 0;
        align-items: center;
}
.head-cont-info ul li{
    position: relative;
    padding: 0px 15px;
    border-right: 0px solid #fff;
}
.head-cont-info ul li:last-child{
    padding-right: 0px;
    border-right: 0px;
}
.head-cont-info ul li p{
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}
.head-cont-info ul li p a{
    color: #000;
}
.head-cont-info ul li p .fa{
    color: #000;
}

/* ### */
.header-menu .navbar{
    position: relative;
    border-top: 0px solid #51576a;
    padding-top: 0;
}
.header-menu .navbar .navbar-nav{
    position: relative;
}
.header-menu .navbar .navbar-nav li{
    position: relative;
}
.header-menu .navbar .navbar-nav li a{
    position: relative;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    border-top: 2px solid transparent;
}
.header-menu .navbar .navbar-nav li:first-child a::before{
    display: none;
}
.header-menu .navbar .navbar-nav li a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #51576a;
}
.header-menu .navbar .navbar-nav li a:hover{
    border-top: 2px solid #eb7422;
}
.header-menu .navbar .navbar-nav li a.active{
    border-bottom: 2px solid #eb7422;
}
/* header css end */


/* banner css start */
.banner-wrapper{
    position: relative;
    width: 100%;
}
.banner-wrapper .banner-slider-wrap{
    position: relative;
    width: 100%;
    height:660px;
}
.banner-wrapper .banner-slider-wrap::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgb(255 255 255 / 50%);*/
}

.banner-content-wrap{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.banner-content-wrap h3{
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
	font-family: 'Fira Sans', sans-serif;
}
.banner-content-wrap .h2{
	position: relative;
	width: 100%;
	color: #e47722;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Fira Sans', sans-serif;
}
.banner-content-wrap p{
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}
/* banner css end */

/* ###### banner bottom css start ##### */
.banner-bottom-wrapper{
    position: relative;
    width: 100%;
}
.bnrbtm-content-wrap{
    position: relative;
    width: 100%;
    padding: 0px 0px;
    background-color: #fff;
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 30%);
    z-index: 9;
    margin-top: -50px;
}
.bnrbtm-list{
    position: relative;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    background-color: #fff;
    transition: 0.3s;
}
.bnrbtm-list .icon{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.bnrbtm-list .icon img{
    margin: 0 auto;
}
.bnrbtm-list .icon .hover-icon{
    position: relative;
    display: none;
}
.bnrbtm-list:hover .icon .normal-icon{
    display: none;
}
.bnrbtm-list:hover .icon .hover-icon{
    display: block;
}


.bnrbtm-list h4{
    position: relative;
    color: #00082c;
    font-size: 20px;
    margin-bottom: 10px;
}
.bnrbtm-list p{
    position: relative;
    width: 100%;
    color: #757575;
    font-size: 14px;
    margin-bottom: 10px;
}
.bnrbtm-list .read-btn{
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background-color: #fff;
    border: 0px;
    margin: 0 auto;
    opacity: 0;
}
.bnrbtm-list:hover{
    transform: scale(1.2);
    z-index: 1;
    transition: 0.3s;
	background: rgb(0 156 166);
    background: linear-gradient(0deg, rgb(0 61 64) 0%, #00082c 50%, #00082c 100%);
}
.bnrbtm-list:hover h4{
    color: #fff;
}
.bnrbtm-list:hover p{
    color: #fff;
}
.bnrbtm-list:hover .read-btn{
    opacity: 1;
    margin-bottom: 0px;
}
/* ###### banner bottom css end ##### */

/* services css start */
.our-services-wrapper{
    position: relative;
    width: 100%;
    padding: 60px 0px;
}

.services-wrap{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
}
.services-wrap .srv-img{
    position: relative;
    width: 100%;
}
.services-wrap .srv-img img{
    width: 100%;
}
.services-wrap .srv-content{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
}
.services-wrap .srv-content h4{
    position: relative;
    width: 100%;
    color: #1b1b1b;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Fira Sans', sans-serif; 
}
.services-wrap .srv-content p{
    position: relative;
    width: 100%;
    color: #676565;
    font-size: 14px;
    margin-bottom: 10px;
}
.services-wrap .srv-content .btn{
    position: relative;
    width: 100%;
}
/* services css end */

/* it professionals sec css start */
.it-professionals-wrapper{
    position: relative;
    width: 100%;
    padding: 60px 0px;
    background-image: url(../images/it-professionals-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.it-professionals-wrapper::before{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgb(3 3 48 / 70%);
}
.it-professionals-wrapper .left-img{
    position: relative;
    width: 100%;
}
.it-professionals-content{
    position: relative;
    width: 100%;
}
.it-professionals-content .comon-title h4{
    color: #fff;
}
.it-professionals-content .comon-title h3{
    color: #fff;
}
.it-professionals-content p{
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.it-professionals-content .professionals-project-list{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.it-professionals-content .professionals-project-list .icon{
    position: inherit;
    width: 60px;
}
.it-professionals-content .professionals-project-list .content{
    position: relative;
    width: calc(100% - 60px);
    padding-left: 10px;
}
.it-professionals-content .professionals-project-list .content h3{
    position: inherit;
    width: 100%;
    color: #dfdfdf;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}
.it-professionals-content .professionals-project-list .content h5{
    position: inherit;
    width: 100%;
    color: #dfdfdf;
    font-size: 20px;
    margin-bottom: 10px;
}
/* it professionals sec css end */

/* it-consulting css start */
.it-consulting-wrapper{
    position: relative;
    width: 100%;
    padding: 60px 0px;
}
.left-img-wrap{
    position: relative;
    width: 100%;
}
.left-img-wrap .left-img{
    position: relative;
    width: 80%;
}
.left-img-wrap .img-right-content{
    position: absolute;
    width: 40%;
    padding: 15px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(5,115,251);
    background: linear-gradient(90deg, rgba(5,115,251,1) 0%, rgba(38,83,230,1) 50%, rgba(65,58,213,1) 100%);
}
.left-img-wrap .img-right-content p{
    position: relative;
    color: #d8eaff;
    font-size: 16px;
    margin-bottom: 10px;
}
.left-img-wrap .img-right-content .read-btn{
    position: relative;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.consulting-right-content{
    position: relative;
    width: 100%;
}
.consulting-right-content p{
    position: relative;
    width: 100%;
    color: #363535;
    font-size: 16px;
    margin-bottom: 15px;
}
.consulting-right-content ul{
    position: relative;
    width: 100%;
}
.consulting-right-content ul li{
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding-left: 25px;
    margin-bottom: 10px;
}
.consulting-right-content ul li:before{
    content: "\f05d";
    font-family: "fontawesome";
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #00082c;
}
/* it-consulting css end */

/* source-services css start */
.source-services-wrapper{
    position: relative;
    width: 100%;
    background-image: url(../images/source-services-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
}
.source-services-wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(3 3 48 / 65%);
}
.source-services-wrapper .source-services-content{
    position: relative;
    width: 100%;
}
.source-services-wrapper .source-services-content h3{
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Fira Sans', sans-serif; 
}
.source-services-wrapper .source-services-content h5{
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Fira Sans', sans-serif; 
}
.source-services-wrapper .source-services-content h4{
    position: relative;
    width: 100%;
    color: #e8e8e8;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Fira Sans', sans-serif; 
}
.source-services-wrapper .source-services-content h4 a{
    color: #fff;
}
/* source-services css end */

/*#### faq form css start ######*/
.faq-form-wrapper{
    position: relative;
    width: 100%;
    padding: 60px 0px;
/*     background-image: url(../images/faq-form-bg.png);
    background-repeat: no-repeat;
    background-position: top right; */
}

.membership-form-wrap{
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    padding: 30px 30px;
}
.membership-form-wrap .form-control{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 10px;
    border: 0px;
}
.membership-form-wrap .btn-primary{
    position: relative;
    width: 100%;
    background-color: #00082c;
    border-color: #00082c;
    color: #fff;
    padding: 15px 10px;
}

/* ### */
.faq-wrap{
	position: relative;
	width: 100%;
}

.faq-acd-wrap .accordion-item{
    background-color: transparent;
    border: 0;
}
.faq-acd-wrap .accordion-item .accordion-header .accordion-button{
	background-color: transparent;
	color: #000;
	border: 0;
    font-size: 18px;
    font-weight: 600;
	box-shadow: none;
	padding-left: 40px;
}
.faq-acd-wrap .accordion-item .accordion-header .accordion-button::after{
	position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    background-position: center;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}
.faq-acd-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
	background-color: #00082c;
    background-color: linear-gradient(90deg, rgba(5,115,251,1) 0%, rgba(38,83,230,1) 50%, rgba(65,58,213,1) 100%);
	background-image: url(../images/down-arrow.png);
}
.faq-acd-wrap .accordion-item .accordion-body{
	padding-left: 40px;
}
/*  */
/*#### faq form css end ######*/

/*###### footer css start ####### */
.footer-wrapper{
    position: relative;
    width: 100%;
    padding: 50px 0px 30px 0px;
    background-color: #0f0f0f;
}
.footer-inner-wrap{
    position: relative;
    width: 100%;
}
.footer-inner-wrap .footer-logo{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.footer-inner-wrap p{
    position: relative;
    width: 100%;
    color: #9a9a9a;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-inner-wrap h4{
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.footer-inner-wrap h4:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: rgb(0 156 166);
}

.footer-menu{
    position: relative;
    width: 100%;
}
.footer-menu ul{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}
.footer-menu ul li{
    position: relative;
    padding: 5px 0px;
}
.footer-menu ul li a{
    color: #9a9a9a;
    font-size: 16px;
    padding: 0px;
}
.footer-menu ul li a:hover{
    color: #9a9a9a;
}
.footer-menu ul li.active a{
    color: #00082c !important;
}

.contact-dtls-list{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.contact-dtls-list h5{
    position: relative;
    width: 100%;
    color: #acacac;
    font-size: 16px;
    word-break: break-all;
}
.contact-dtls-list h5 span{
    color: #00082c;
}
.contact-dtls-list h5 a{
    color: #acacac;
}
.contact-dtls-call{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contact-dtls-call .icon{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 30px;
    height: 30px;
    background: rgb(0 156 166);
    background: linear-gradient(0deg, rgb(0 61 64) 0%, rgb(0 126 135) 50%, rgb(0 156 166) 100%);
}
.contact-dtls-call .content{
    position: relative;
    width: calc(100% - 30px);
    padding-left: 10px;
}
.contact-dtls-call .content h5{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    color: #fff;
    font-size:16px;
}
.contact-dtls-call .content h5 a{
    color: #fff;
}


/**/
.footer-copyright-wrap{
	position: relative;
	width: 100%;
	background-color: #090909;
	padding: 20px 0px;
}
.footer-copyright-wrap .foot-copy{
	position: relative;
	width: 100%;
	text-align: center;
}
.footer-copyright-wrap .foot-copy p{
	position: relative;
	width: 100%;
	color: #7c7c7c;
	font-size: 16px;
	margin-bottom: 0px;
}
/*###### footer css end ####### */

/*##### quick css start ###*/
.quick-quote-wraper .close{
	position: absolute;
	right: 6px;
	top: 0px;
	z-index: 9;
	color: #374B5C;
	font-size: 22px;
	background-color: transparent;
	border: 0px;
	opacity: 1;
}
.quick-quote-wraper .quick-quote-form{
	position: relative;
	padding: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.quick-quote-wraper .quick-quote-form .title{
  position: relative;
  width: 100%;
}
.quick-quote-wraper .quick-quote-form .title h3{
  position: relative;
  font-size: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #374B5C;
  font-weight: 600;
}
.quick-quote-wraper .quick-quote-form .title h3:after{
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #374B5C;
}
.quick-quote-wraper .quick-quote-form textarea.form-control{
	height: 180px;
}
.quick-quote-wraper .quick-quote-form .btn-dark{
	padding: 12px 20px;
    
}

/*##### quick css end ###*/

/*########### inner banner css start ############*/
.inner-banner{
    position: relative;
    width: 100%;
    z-index: 1;
}
.inner-banner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(7 13 37 / 80%);
    z-index: 1;
}
.inner-banner img{
    position: relative;
    width: 100%;
    height: 300px;
    object-fit: cover;
    z-index: 1;
}
.inner-banner .inner-banner-cont{
    position: absolute;
    bottom: 10%;
    width: 100%;
    left: 0;
    z-index: 2;
}
.inner-banner .inner-banner-cont h1{
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.main-wrapper{
    position: relative;
    width: 100%;
    padding: 60px 0px;
}
.cms-content{
    position: relative;
    width: 100%;
}
.cms-content h3{
    position: relative;
    width: 100%;
    color: #343434;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cms-content h4{
    position: relative;
    width: 100%;
    color: #00082c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cms-content p{
    position: relative;
    width: 100%;
    color: #2e2e2e;
    font-size: 16px;
    margin-bottom: 10px;
}
.cms-content ul{
    position: relative;
    display: inline-block;
}
.cms-content ul li{
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #2e2e2e;
    font-size: 16px;
}
.cms-content ul li:before{
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    top: -2px;
    left: 0;
    color: #00082c;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/*########### inner banner css end ############*/

/*##### contact us css start ####### */
.contact-us-wrapper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
}
.form-sec{
  position: relative;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 18%);
  border-radius: 10px;
}
.form-sec .comon-title h3{
  font-size: 35px;
}
.form-sec .form-control{
  color: #000;
  border: 1px solid #b1b1b1;
  height: auto;
  padding: 12px 15px;
  border-radius: 0px;
  transition: 0.5s;
}
.form-sec .form-control:focus{
  border: 1px solid #00082c;
  transition: 0.5s;
  box-shadow: none;
  outline: none;
}
.form-sec .btn-primary{
  width: 100%;
  border-radius: 0;
  padding: 12px 10px;
  font-size: 18px;
}

.map-wrap{
  position: relative;
  width: 100%;
}
.map-wrap iframe{
  position: relative;
  width: 100%;
  height: 450px;
  border: 2px solid #00082c;
}
/*##### contact us css end ####### */


/*##### testimonials css start ####*/
.our-client-wraper{
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background: #f7f7f7;
}
.client-say-right{
  position: relative;
  width: 100%;
}
.client-say-right .comon-title{
  text-align: left;
  padding: 0px;
  margin-bottom: 20px;
}

.client-slider-wrap{
  position: relative;
  width: 100%;
}
.client-slider-wrap .client-say-slider-wrap{
  position: relative;
  width: 100%;
  padding: 10px;
}
.client-slider-wrap .client-say-top-cont{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  padding:30px 10px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.18);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.18);
}
.client-slider-wrap .client-say-top-cont:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid white;
  border-right: 25px solid transparent;
  position: absolute;
  bottom: -25px;
  left: 50px;
}
.client-slider-wrap .client-say-top-cont .commas-icon{
  width: 20%;
}
.client-slider-wrap .client-say-top-cont .commas-icon img{
  width: auto;
  margin:0 auto;
}
.client-slider-wrap .client-say-top-cont .right-para{
  width: 80%;
}
.client-slider-wrap .client-say-top-cont .right-para p{
  position: relative;
  color: #7b7b7b;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 25px;
  font-family: 'Soleil-Regular';
}

.client-slider-wrap .client-say-slider-wrap .client-img-title-wrap{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
}
.client-slider-wrap .client-say-slider-wrap .client-img-title-wrap .client-avatar{
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.client-slider-wrap .client-say-slider-wrap .client-img-title-wrap .client-title{
  position: relative;
  width: calc(100% - 70px);
  padding-left: 15px;
}
.client-slider-wrap .client-say-slider-wrap .client-img-title-wrap .client-title h4{
  position: relative;
  width: 100%;
  color: #1c1f34;
  font-size: 18px;
  margin-bottom: 5px;
}
.client-slider-wrap .client-say-slider-wrap .client-img-title-wrap .client-title h5{
  position: relative;
  width: 100%;
  color: #00082c;
  font-size: 15px;
}

/*arrow*/
.client-slider-wrap .owl-dots{
  position: absolute;
  bottom: -14%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.client-slider-wrap .owl-dots button.owl-dot {
  height: 16px;
  width: 16px;
  background: #d3d3d3 !important;
  margin-right: 10px;
  position: relative;
  border: 2px solid #d3d3d3;
}
.client-slider-wrap .owl-dots button.owl-dot.active{
  background: transparent !important;
  border: 2px solid #00082c;
}
.client-slider-wrap .owl-dots button.owl-dot.active span{
  width: 8px;
  height: 8px;
  background: #00082c;
  float: left;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer-logo img{
    width:120px;
}
.hed-contact-btn{
    display:none;
}
.contact-method-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 2.5rem 2rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(148, 163, 184, 0.2);
    transition: all 0.3s ease;
    height: 100%;
}

.contact-method-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
    border-color: rgba(102, 47, 149, 0.4);
}

.contact-method-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(102, 47, 149, 0.1), rgba(255, 165, 0, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.contact-method-icon i {
    font-size: 2rem;
    color: #00082c;
    transition: all 0.3s ease;
}

.contact-method-icon.whatsapp-icon {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1), rgba(37, 211, 102, 0.2));
}

.contact-method-icon.whatsapp-icon i {
    color: #25D366;
}

.contact-method-card:hover .contact-method-icon {
    background: linear-gradient(135deg, var(--primary-color), var(--bright-orange));
    transform: scale(1.1);
}


.contact-method-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}
.top-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        width: 100%;
        align-items: flex-end;
        justify-content: flex-end;
    }
}
.header-menu .navbar {
    position: relative;
    border-top: 0px solid #51576a;
    padding-top: 0;
    padding-bottom: 0px;
}
.logo-wrap img {
    width: 300px !important;
}