/********** Template CSS **********/
:root {
    --primary: #4961a9;
    --secondary: #7fadde;
    --light: #99c4f2;    
    --dark: #1057a3;
}

body{
    font-family: 'Roboto', sans-serif !important;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: 400px !important;
}


.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.google-map {
    background: #f1f3f7;
    height: 400px;
    width: 100%;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
    /* background-image:-webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, #fff 1px, #fff 100%); */
    
    /* background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%); */
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 16px;
    font-weight:700;
    text-transform: uppercase;
    /* color: var(--light); */
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    /* color: var(--primary); */
    color:#4961a9;
    font-weight:700;
    /* border-bottom:2px solid #0b2575; */
}


.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
    height: auto;
    border-right:none; 
}


.tab button.active {
    background-color: #ddd !important;
}

.tablinks.active{
    background:#1057a3;
}

.tablinks:hover{
    background-color: #1057a3;
}
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}

.nav-vertical{
    padding:10px !important;
}
.button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme .button_icon i, .button-stroke a.tp-button.button_theme, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
    border-color: #005697;
    color: #005697 !important;
}
.button-stroke a.button:not(.action_button), .button-stroke:not(.header-plain) a.button.action_button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
    border-radius: 1px;
    border-width: 1px;
    font-family: "Libre Baskerville";
    letter-spacing: 3px;
}
.button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme .button_icon i, .button-stroke a.tp-button.button_theme, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
    border-color: #4961a9;
    color: #4961a9 !important;
}
.button-stroke a.button:not(.action_button), .button-stroke:not(.header-plain) a.button.action_button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.button-stroke a.button:not(.action_button), .button-stroke:not(.header-plain) a.button.action_button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent!important;
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    background-image: none;
}
body, button, span.date_label, .timeline_items li h3 span, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select, .offer_li .title h3 {
    font-family: "Ubuntu", Arial, Tahoma, sans-serif;
}
a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background-color: #0b2575;
    color: #fff;
}
a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    padding: 11px 20px;
    /* margin-bottom: 15px; */
    cursor: pointer;
    /* margin-right: 7px; */
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
    background-image: url(../images/box_shadow_button.png);
    background-repeat: repeat-x;
}

.nav-vertical{

    border-bottom:1px solid #000;
}
@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
        border-bottom:2px solid #0b2575;
    }
}
@media (max-width: 415px){

    .title3{
        width:200px;
    }
    .title2{
        width:60px;
    }
    .custom-img{
        
        height:auto;
        
     }
}

@media (min-width: 415px){

    .title3{
        width:300px;
    }

    .title2{
        width:100px;
    }
    .custom-img{
        
        height:300px;
        
     }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 10, 17, 0.77);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    .service-item-icon{
        font-size:20px;
        color:#000;
        font-weight: 600 !important;
    }
    .service-item .service-icon {
        margin-top: -50px;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
    }
    .portfolio-btn {
        position: absolute;
        display: none;
        top: 50%;
        left: 50%;
        margin-top: -60px;
        margin-left: -60px;
        font-size: 120px;
        line-height: 0;
        transition: .1s;
        transition-delay: .3s;
        z-index: 2;
        opacity: 0;
        aspect-ratio: 6/5;
    }


}

@media (min-width: 576px){
.service-item-icon{
    font-size:24px;
    color:#000;
    font-weight: 600 !important;
}
.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
    aspect-ratio: 6/5;
}
.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}
.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .5);
}


}

.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/backimage.jpeg) center center no-repeat;
    background-size: cover;
}

.tablinks{
    margin-bottom:15px;
}

/* .service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
} */

.service-item .service-icon i {
    transition: .2s;
}

.service-item:hover .service-icon i {
    font-size: 60px;
    color:#fff;
    
}

.mb-7{
    margin-bottom:5rem;
}

.portfolio-item {
    margin-bottom: 60px;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.aspect{
    aspect-ratio:6/5;
}
/* .portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
    aspect-ratio: 6/5;
} */

/* .portfolio-item:hover .portfolio-btn {
    opacity: 1;
} */

/* .portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .5);
} */

.many-more:hover {
    text-decoration:underline;
 }
 .many-more{
    text-decoration:none;
 }
.custom-li{
    color:#000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;  
}
 .custom-img{
    width:60%;
    /* height:300px; */
    border:1px solid #000;
 }

.custom-p{
    text-align:center;
    margin-bottom: 0;
}

.animated {
	-webkit-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
	animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
}

.appear-animation {
	opacity: 0;
}

.appear-animation-visible {
	opacity: 1;
}

.maskUp {
	-webkit-animation-name: maskUp;
	animation-name: maskUp;
}

.maskRight {
	-webkit-animation-name: maskRight;
	animation-name: maskRight;
}

.maskDown {
	-webkit-animation-name: maskDown;
	animation-name: maskDown;
}

.maskLeft {
	-webkit-animation-name: maskLeft;
	animation-name: maskLeft;
}

.fadeInUpShorter {
	-webkit-animation-name: fadeInUpShorter;
	animation-name: fadeInUpShorter;
}

.fadeInLeftShorter {
	-webkit-animation-name: fadeInLeftShorter;
	animation-name: fadeInLeftShorter;
}

.fadeInRightShorter {
	-webkit-animation-name: fadeInRightShorter;
	animation-name: fadeInRightShorter;
}

.fadeInDownShorter {
	-webkit-animation-name: fadeInDownShorter;
	animation-name: fadeInDownShorter;
}

.fadeInDownShorterAbsCenter {
	-webkit-animation-name: fadeInDownShorterAbsCenter;
	animation-name: fadeInDownShorterAbsCenter;
}

.expandIn {
	-webkit-animation-name: expandIn;
	animation-name: expandIn;
}

.blurIn {
	-webkit-animation-name: blurIn;
	animation-name: blurIn;
}

.doubleCarouselFadeInRight {
	-webkit-animation-name: doubleCarouselFadeInRight;
	animation-name: doubleCarouselFadeInRight;
}

.doubleCarouselFadeInLeft {
	-webkit-animation-name: doubleCarouselFadeInLeft;
	animation-name: doubleCarouselFadeInLeft;
}

.stepsFadeInUp {
	-webkit-animation-name: stepsFadeInUp;
	animation-name: stepsFadeInUp;
}

.stepsFadeInLeft {
	-webkit-animation-name: stepsFadeInLeft;
	animation-name: stepsFadeInLeft;
}

.stepsFadeInRight {
	-webkit-animation-name: stepsFadeInRight;
	animation-name: stepsFadeInRight;
}

.textBgFadeInUp {
	-webkit-animation-name: textBgFadeInUp;
	animation-name: textBgFadeInUp;
}

.textBgFadeInUpDark {
	-webkit-animation-name: textBgFadeInUpDark;
	animation-name: textBgFadeInUpDark;
}

.textBgFadeInUp2 {
	-webkit-animation-name: textBgFadeInUp2;
	animation-name: textBgFadeInUp2;
}

.fadeInScale {
	-webkit-animation-name: fadeInScale;
	animation-name: fadeInScale;
}

.scaleOut {
	-webkit-animation-name: scaleOut;
	animation-name: scaleOut;
}

.aboutus{
    border:3px solid #4961a9;
    border-radius:10px;
    color:#000;
    background:#b1d2f6;
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        /* background: var(--primary) */
    }
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}