@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import "fontawesome-all.css";
*:hover, *:hover * {transition: all 0.3s;}
body {font-family:'Open Sans', sans-serif;}
p {font-size:15px;
    line-height:25px;
	color:#757575;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#3a3a3a;font-family:'Teko', sans-serif; }
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm0 {margin-bottom:0px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.mar-btm70 {margin-bottom:70px;}
.mar-btm80 {margin-bottom:80px;}
.pad0 { padding:0px !important;}
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom: 55px;
    cursor: pointer;
    width:45px;
    height:45px;
    display: none;
    z-index: 99;
    font-size:15px;
    text-align: center;
	color:#fff;
    display: block;
    background-color:#1a2451;
	border-radius:2px;
}
#scroll i {display:block;font-size:20px;line-height:45px;}
#scroll:hover {color:#ffba00;}
/*======header=====*/
.middle-header {padding:15px 0px;border-top: 2px solid #ffba00;}
.middle-strip {text-align:right;float:right;padding-top:17px;}
.pd-lft0 {padding-left:0px !important;}
.single-header-info {float:left;padding-left:20px;}
.single-header-info .icon-box, .single-header-info .content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.single-header-info .icon-box .inner-box {
    border: 1px solid #ffba00;
    height:50px;
    margin-right:7px;
    text-align: center;
    width:50px;
	border-radius:50%;
}
.single-header-info .icon-box .inner-box i {
    color:#ffba00;
    font-size:24px;
    line-height:49px;
    text-align: center;
}
.single-header-info .content h4 {color: #767676;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.single-header-info .content p {
    font-size: 17px;
    margin: 0;
    color: #192065;
    font-weight: 700;
}
/*navbar start*/
.navbar-default {
    background-color: #1a2451;
    border-color: #e5e5e5;
}
.navbar {
    border-radius:0;
    min-height:64px;
    margin-bottom:0px;
    border: 0px;
}
.navbar-default .navbar-nav > li > a {
   color: #fff;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-right: 12px;
    letter-spacing: 0.4px;
}
.navbar-default .navbar-nav > li > a:before {
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 6px solid #fff;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#fff;
    background-color:#ffba00;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fff;
    background-color:#ffba00;
}
.navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > .active > a:hover:before, .navbar-default .navbar-nav > .active > a:focus:before {
      -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before {    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
/*.dropdown-menu*/
.dropdown-menu {margin: 0px;
    background-color: #fff;
    padding: 0px 20px;
    border-bottom: 2px solid #ffba00 !important;
    min-width: 250px;
    border: 0px;
    
}
.dropdown-menu > li > a {
    padding:17px 0;
    color:#333;
    text-transform: uppercase;
    font-size: 15px;
	font-weight:600;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    letter-spacing: 0.4px;
}
.dropdown-menu > li > a:before {
    position: absolute;
    top: 2px;
    left:0;
    bottom: 0;
    right: auto;
    width: 7px;
    height: 7px;
    background:#ffba00;
    border-radius: 50%;
    content: "";
    margin: 23px 0;
    opacity: 1;
    transform: scale(0);
    transition: all 500ms ease;
}
.dropdown-menu > li:hover a:before {
    transform: scale(1);
    left:0;
}
.dropdown-menu > li:hover > a {
    padding-left:15px;
}
.dropdown-menu > li:last-child > a {border-bottom: 0px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#ffba00;
    background-color:transparent;
}
/*header close*/
/*welcome-section start*/
.welcome-section {padding:60px 0px;position:relative;}
.heading-style h2 {margin-top:0px;font-size:40px;color:#1a2451;}
.heading-style h2 span {font-weight:700;color:#ffba00;}
.heading-center {text-align:center;}
.heading-center img {margin:0px auto;}
.heading-white h2 {color:#fff;}
.row-wel {position: relative;}
.mkdf-row-background-pattern-holder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.mkdf-row-background-pattern-holder .mkdf-row-background-pattern-left {
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    width: 25.5%;
    background-color: transparent;
}
.mkdf-row-background-pattern-holder .mkdf-row-background-pattern-right {
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    width: 74.5%;
    left: auto;
    right: 0;
    background-image: url(../img/default_pattern.png);
}
/*accordion*/
.my-accordion {margin-left: -30px;}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    position: relative;
    background-color: transparent !important;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    background-color:transparent;
}
#accordion .panel-title a{
    display: block;
    padding:14px 70px 14px 30px;
    margin: 0;
    font-size:24px;
    font-weight:500;
    color:#1a2451;
    text-transform: capitalize;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background: #fff;
    position: relative;
}
.panel-group .panel + .panel {margin-top:0px;}
#accordion .panel-title a.collapsed{ background:transparent !important; }
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 36px;
    height: 36px;
    line-height: 34px;
    background:#ffba00;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top:8px;
    right: 17px;
    transition: all 0.3s ease 0s;
    text-align: center;
    box-shadow:0 5px 15px 0 rgb(255 186 0 / 50%)
}
#accordion .panel-title a.collapsed:before{
    background: transparent;
    content:"\f067";
    box-shadow: none;
    color:#114570;
}
#accordion .panel-body{
    padding:10px 10px 10px 30px;
    margin: 0;
    border: none;
    background: #fff;
    font-size: 15px;
    color: #114570;
    border-bottom:1px solid #e8e8e9;
    box-shadow:0 0px 10px rgb(221 221 221 / 30%);
}
/*service-sec start*/
.service-sec {padding:60px 0px;    
    background-image: url(../img/grey-bg.jpg);
    background-position: top center;
    background-size: cover;
}
.servie-wrap {position: relative;overflow: hidden; margin-bottom: 25px;}
.service-image {overflow: hidden;}
.service-image img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.servie-wrap:hover .service-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.servie-wrap .service-content {
    width: 100%;
    background-color: #fff;
    transition: .3s all ease;
    border: 1px solid #e5e5e5;
}
.service-content .content-inner {padding: 20px;}
.service-content .content-inner h3 {margin: 0;
    font-size: 28px;
    margin-bottom: 5px;
}
.service-content .content-inner p {margin-bottom: 0;}
.service-content .read_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    border-top: 1px solid #e5e5e5;
    padding: 14px 30px;
    transition: .3s all ease;
}
.servie-wrap:hover .service-content {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transition: .3s all ease;
}
.read_more:hover {color:#1a2451;}
/*testimonial-section start*/
.testimonial-section {padding:60px 0px 40px 0px;
           background-color:#0B2653;
    position: relative;
}
.testimonial-section:before {
    content: '';
     background-image: url(../img/corner-pattern-right.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity:0.1;
    transition: background .3s,border-radius .3s,opacity .3s;
    position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
}
.testimonial-section:after {
    content: '';
     background-image: url(../img/corner-pattern-left.png);
    background-position: top left;
    background-repeat: no-repeat;
    opacity:0.1;
    transition: background .3s,border-radius .3s,opacity .3s;
    position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.testimonial{
    text-align: center;
    margin: 85px 20px 20px;
}
.testimonial .description{
    padding: 40px;
    margin-bottom: 50px;
    background: #fff;
    border: 3px dashed #ffba00;
    border-top: none;
    border-radius: 120px;
    font-size:16px;
    font-weight: 600;
    color: #333;
    position: relative;
        min-height: 129px;
}
.testimonial .description:before{
    content: "\f10d";
    width: 240px;
    height: 210px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 110px;
    border-radius: 50%;
    border: 3px dashed #ffba00;
    background: #fff;
    margin: 0 auto;
    font-size: 50px;
    color: #ffba00;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    z-index: -1;
}
.testimonial .title{
    font-size: 20px;
    font-weight: 600;
    color: #ffba00;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 2px 0;
    position: relative;
}
.testimonial .title:before{
    content: "";
    width:35px;
    border: 2px dashed #ffba00;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6b3522;
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background:#ffba00;}
@media only screen and (max-width: 1199px){
    .testimonial .description:before{
        width: 200px;
        height: 200px;
    }
}
@media only screen and (max-width: 990px){
    .testimonial .description:before{
        width: 150px;
        height: 150px;
    }
}
@media only screen and (max-width: 479px){
    .testimonial .description:before{
        width: 100px;
        height: 100px;
        line-height: 50px;
        font-size: 26px;
        top: -40px;
    }
}
/*get-quote start*/
.get-quote{padding: 40px 0; background: #ffba00;} 
.get-quote .newsletter-content{display: flex;}
.get-quote .newsletter-content .newsletter-image{position: relative; margin-top: -15px; margin-right: 22px;}
.get-quote .newsletter-msg h3{font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}
.get-quote .newsletter-msg p{margin: 0; color: #ffffff}
.get-quote .click-here{text-align: right;} 
.get-quote .click-here .btn.btn-primary{padding: 15px 30px; 
     text-transform: uppercase; 
    background: #ffffff; 
    transition: all 300ms; 
    border: 2px solid #0b2653; 
    color:#0b2653; 
    border-radius: 40px;
}
.get-quote .click-here .btn.btn-primary:hover{color: #fff;background-color:#0b2653;}
/*client-section start*/
.client-section {padding: 40px 0;}
.client-image {
    border: 1px solid #e4e2e2;
}
/*footer start*/
.section-divider {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    background-color: inherit;
    z-index: 1;
}
.section-divider.triple-triangle.up {
    top: -25px;
}
.section-divider.triple-triangle.up:before {
    right: -50px;
    top: -36px;
}
.section-divider.triple-triangle.up:after {
    left: -36px;
    top: 50px;
}
.section-divider.triple-triangle:after, .section-divider.triple-triangle:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: inherit;
    z-index: 1;
}
.section-divider.triple-triangle.up, .section-divider.triple-triangle.down {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(
45deg
);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
.footer {background-color: #0b2653;border-top: 1px solid rgba(255,255,255,.05);position: relative;}
.main-footer {padding:60px 0px 40px 0px;    
    background-image: url(../img/footer-icon.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.footer-widget {margin-bottom:30px;}
.footer-hd {margin-bottom:18px;}
.footer-hd h3 {margin:0px;
    font-size:26px;
    color: #fff;
    font-weight:600;
    position: relative;
}
.footer-hd h3:after {
    background-color: #fdb900;
    content: "";
    display: inline-block;
    width:10%;
    height: 3px;
    top: 50%;
    position: absolute;
    margin-left: 8px;
    border-radius: 2px;
    margin-top: -1.5px;
}
.footer-widget p {color:#ddd;}
.list-link li {
    position: relative;
    padding: 0 0 12px 16px;
	font-size:15px;
	width: 50%;
    float: left;
    color:#ddd;
}
.list-link li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 28%;
    width: 4px;
    height: 4px;
    background: #c5c5c5;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.list-link li a:hover {color:#fdb900;}
.list-link li:hover:before {
    left:5px;
    color:#1a2451;
}
.add-wdt p {
    position: relative;
    padding-bottom: 10px;
    padding-left:30px;
}
.add-wdt p strong {color:#6a7c92;}
.add-wdt p i {position: absolute;
    font-size: 17px;
    color: #fdb900;
    top: 8px;
    left: 0px;
}
.ft-social li {padding-right:0px;}
.ft-social li a i {
    height: 40px;
    width: 40px;
    display: block;
    color: #fff;
    background-color:#0c2042;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: all 500ms ease;
}
.ft-social li a:hover i {
    background:#fdb900;;
    color: #fff;
    transform: rotate(360deg);
}
.bottom-footer {padding:20px 0px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.bottom-footer p {margin-bottom:0px; font-size:14px;color:#ddd; word-spacing:1px; letter-spacing:0.4px;}
/*====inner page start==========*/
.inner-banner {position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:100px 0px;
	background-image:url(../img/inner-banner.jpg);
}
.inner-banner:before {
	content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(11 38 83 / 30%);
}
.banner-content  h1 {color: #fff;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 45px;
}
.banner-content > ul {margin-bottom: 5px;}
.banner-content > ul li+li {padding-left:15px;}
.banner-content > ul > li {
      font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.8px;
    color: #fff;
}
.banner-content > ul > li.active {color:#ffba00;}
.banner-content > ul > li + li:before {
   content: "\f105";
    position: absolute;
    left:1px;
    top:0px;
    font-weight: 600;
    font-size: 14px;
    font-family:"Font Awesome 5 Free";
    color: #fff;
}
.innerpg-wrapper {padding:60px 0px;}
/*service inner page*/
.heading-style2 h4 {
    color: #a8a8a8;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.heading-style2 h2 {
    color: #ffba00;
    font-size: 42px;
    margin: 0;
}
.tag-wrap {padding: 50px 20px 40px;
    border: 5px solid #ffba00;
    text-align: center;
    margin-top: 30px;
}
.tag-wrap p {color: #0b2653;
    font-size: 21px;
    font-weight: 800;
    line-height: 34px;
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
}
.tag-wrap h3 {color:#ffba00;font-weight: 700;}
.tag-wrap h3 a:hover {text-decoration: underline;}
/*gallery wrap*/
.gallery-list {background-color: #f8f8f8;
    display: flow-root;
    padding: 10px 5px 5px 5px;
}
.work-item {margin-bottom:10px;}
.work-image {
    position: relative;
    overflow: hidden;
}
.work-image:after {position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: opacity .3s;
    pointer-events: none;
    opacity:0;
    background:rgb(11 38 83 / 40%);
}
.work-image img {width: 100%;transition: all .4s;
    will-change: transform;}
.work-detail {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    padding:18px 30px;
    transition: opacity .3s,box-shadow .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s,box-shadow .3s;
    transition: opacity .3s,transform .3s,box-shadow .3s,-webkit-transform .3s;
    opacity: 0;
        -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.work-detail h4 {margin: 0; font-size:20px;color:#fff;font-weight:400;}
.plus-icon {
    top: 40%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    transform: translateX(50%);
    opacity: 0;
}
.plus-icon i {color:#fff; font-size:25px;}
.work-item:hover .work-image img {-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.work-item:hover .work-image:after, .work-item:hover .plus-icon {opacity: 1;}
.work-item:hover .work-detail {opacity: 1;   
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
/*contact us page start*/
.contact-pg-section {background-color: #F4F4F4;
    background-image: url(../img/map-pattern.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.h3-style {color:#1a2451;
    margin-top: 0px;
    font-weight:600;
    font-size: 26px;
}
.list1 {padding-left: 25px;}
.list1 li {font-size: 16px;
    margin-bottom: 10px;
}
.contct-add-item .contacts-info-list > li {
    position: relative;
    padding-left: 55px;
    min-height: 32px;
    display: table;
    padding-bottom: 15px;
}
.contct-add-item .contacts-info-list > li > i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffba00;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.info-item {
    margin-bottom: 5px;
}
.info-item h4 {
    font-size: 19px;
    margin-top: 0px;
    margin-bottom:2px;
    color: #5c5c5c;
    font-weight: 600;
}
.info-item p {font-size: 16px;color:#403e3e;}
.info-item p a:hover {color:#ffba00;}
.contct-form .form-control {
    background-color: #f5f5f5;
    border: 1px solid #eeecec;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
    height: 48px;
}
textarea.form-control {height: auto !important;}
.btn-submit {
    background-color: #FDB900;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 29px;
    color: #fff;
    border-radius: 0;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active {color:#fff;}
