/* ******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 HEADER AREA 
:: 6.0 WELCOME AREA 
:: 7.0 BRANDING AREA
:: 8.0 ABOUT AREA

****************************** */


/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/* 
font-family: 'DM Sans', sans-serif;
font-family: 'Poppins', sans-serif;
*/


/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */

@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(animate.min.css);
@import url(aos.css);
@import url(owl.carousel.min.css);
@import url(jquery.fancybox.min.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */

* {
    margin: 0;
    padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #253a69;
    font-family: 'DM Sans', sans-serif;
}

.main {
    overflow: hidden;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #253a69;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 4em;
    font-weight: 300;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 17px;
    line-height: 28px;
    color: #5b6784;
    margin-bottom: 0;
}

a {
    color: #000;
    transition: all .3s ease;
}

a:hover {
    color: #0056b3;
    transition: ease all 0.3s;
    opacity: 100%;
}

a,
a:hover,
a:focus,
.btn:focus,
button {
    border-color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.mr-50 {
    margin-right: 50px;
}

.ml-50 {
    margin-left: 50px;
}


/* ******************************
:: 4.0 COMMON CSS
****************************** */

section {
    position: relative;
}

.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.op-5 {
    opacity: 0.5;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4rem;
    width: 4rem;
}

.avatar-lg {
    height: 5rem;
    width: 5rem;
}

.h-100vh {
    height: 100vh;
}

.h-90vh {
    height: 90vh;
}

.pos-abs-top-right {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.radius-100 {
    border-radius: 100px !important;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dsp-tc {
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}


/*SECTION PADDING*/

.pt_0 {
    padding-top: 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}
.ptb_80{
    padding: 80px 0;
}


.common-head{
    color: #253a69;
    font-size: 38px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.common-head::before{
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    border-radius: 50px;
    background-color: #259a64;
    bottom: -8px;
}
.common-head span{
    padding-left: 10px;
}

/*BUTTONS*/

.btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 14px 30px;
    border: 0 none;
    border-radius: 100px;
    outline: 0 none;
    position: relative;
    z-index: 1;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn.btn-bordered {
    background: transparent none repeat scroll 0 0;
    color: #444;
}

.btn.btn-bordered:hover,
.btn.btn-bordered:focus {
    color: #fff;
}

.btn.btn-bordered:before,
.btn.btn-bordered-white:after {
    position: absolute;
    content: "";
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    top: -2px;
    left: -2px;
    border-radius: 100px;
}

.btn.btn-bordered:before {
    z-index: -2;
}

.btn.btn-bordered:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    background: #fff none repeat scroll 0 0;
    z-index: -1;
}

.btn.btn-bordered:hover:after,
.btn.btn-bordered:focus:after {
    opacity: 0;
}

.btn.btn-bordered-white {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
}

.btn.btn-bordered-white:hover,
.btn.btn-bordered-white:focus {
    border-color: transparent;
    outline: 0 none;
}

.btn.btn-bordered-white:after {
    opacity: 0;
    z-index: -1;
}

.btn.btn-bordered-white:hover:after,
.btn.btn-bordered-white:focus:after {
    opacity: 1;
}

.nav-common .owl-carousel .owl-nav button span {
    font-size: 100px !important;
    font-weight: 400;
}

.nav-common .owl-carousel .owl-nav button span {
    color: #9a9a9a;
}

.nav-common .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}

.nav-common .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
}


/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */

.hero-wrapper .svg-clipped {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    height: 100%;
    z-index: -1;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    /* background: transparent; */
    padding: 1rem;
}

.navbar .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #7e8085;
}

.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

.navbar-sticky-transitioned {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #253a69e6;
    margin-top: -250px;
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #01081f;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.navbar-sticky-on .navbar-brand-regular {
    display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
    max-width: 130px !important;
    max-width: 80px !important;
}


/*NAVBAR DARK*/

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .btn-outline {
    color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #fff;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: rgba(255,255,255,.75);
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #D2D5DA;
}

.navbar,
.navbar-brand {
    padding-top: 0;
    padding-bottom: 5px;
}

.navbar-dark .navbar-brand {
    padding-top: 15px;
}

.navbar-dark .navbar-brand img {
    max-width: none;
    max-width: 220px;
}

.navbar-sticky-on .navbar-brand img {
    max-width: 125px !important;
}

.adobe-crative-logo {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 50px;
}

.navbar-sticky-on .adobe-crative-logo {
    padding-top: 25px;
}

.navbar-sticky-on .adobe-crative-logo img {
    width: 200px;
}

.navbar-brand-sticky {
    width: 180px;
}

.navbar-brand:hover {
    opacity: 100%;
}

.navbar-sticky-on .navbar-brand {
    padding-top: 10px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar .navbar-nav .nav-item {
    position: relative;
  }
  .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #259a64;
    width: 0%;
    content: "";
    height: 3px;
    transition: all 0.5s;
  }
  .navbar .navbar-nav .nav-item:hover::after {
    width: 70%;
  }
/* ******************************
::  POPUP AREA 
****************************** */

.modal-dialog {
    margin-top: 100px;
    max-width: 694px !important;
    z-index: 99999;
}

.order-model .modal-dialog {
    max-width: 724px !important;
}

.modal.fade .modal-dialog {
    top: 40%;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal-content {
    border-radius: 0px;
    overflow: hidden;
    padding-bottom: 25px;
}

.modal-header {
    border-bottom: none;
}

.download-close {
    float: right;
    background: #0a2559;
    border-radius: 45px;
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    z-index: 99999;
    position: absolute;
    right: -6px;
    top: -8px;
    padding: 2px 0;
    transition: all .3s ease;
}

.download-close:hover {
    background: #dc3545;
}

.download-close span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 45px;
    padding: 5px 16px;
}

#letter5 {
    text-align: center;
}

.letter_inner .heading {
    margin-bottom: 0px;
}

.modal-content #letter5 input[type="submit"] {
    font-size: 18px;
    font-weight: 600;
    background-color: #179a64;
    color: #fff !important;
    border: none;
    height: 45px;
}

.heading h2 {
    font-size: 25px;
    line-height: 24px;
    color: #179a64;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 38px;
    position: relative;
    letter-spacing: 1.5px;
}

.heading h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, #179a64 0%, transparent 100%);
    z-index: 99;
}

.pp-left {
    background: url("../img/popup-bg.jpg");
    height: auto;
    background-position-x: 5%;
    background-size: contain;
    background-position: revert;
    position: relative;
}

.pp-left::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #253a69;
}

#letter6 .tab-content,
#letter5 .tab-content {
    padding: 0 30px;
}

.order-model form {
    display: block;
}

.order-model label {
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: #999;
    line-height: 24px;
    position: absolute;
    left: 34px;
    top: -12px;
    background: #fff;
    padding: 0 8px;
    z-index: 99;
}

#letter5 select,
#letter5 input {
    margin-bottom: 15px;
    position: relative;
    color: #443640;
    resize: none;
    font-weight: 300;
    border: 0.5px solid #ccc;
    font-size: 14px;
    font-family: 'Lexend Deca', sans-serif;
    height: 50px;
    width: 100%;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 9;
    box-shadow: none;
    cursor: pointer;
}

#letter5 input[type="submit"] {
    font-size: 18px;
    font-weight: 600;
}

#letter5 input:focus {
    outline: none !important;
    border: 0.5px solid #000;
    color: #443640;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.order-model .datepicker {
    position: relative;
}

.popup-btn a {
    background: #ec1c24;
    color: #fff;
    padding: 18px 72px;
    border-radius: 100px;
    transition: all .3s;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popup-btn a:hover {
    background-color: #ec1c24;
    color: #fff;
}

.popup-btn {
    margin-top: 40px;
}

.modal.fade .modal-dialog {
    display: flex;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.popup-img-main {
    background-color: #2f9331;
}

.popup-img img {
    width: 280px;
}

.model-project-details .form-group input::-webkit-input-placeholder,
.model-project-details .form-group textarea::-webkit-input-placeholder {
    color: #383838;
}

.model-project-details .form-group input:-ms-input-placeholder,
.model-project-details .form-group textarea:-ms-input-placeholder {
    color: #383838;
}

.model-project-details .form-group input::placeholder,
.model-project-details .form-group textarea::placeholder {
    color: #383838;
}

.model-project-details input:focus,
.model-project-details textarea:focus,
.model-project-details select:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ec1c24;
    color: #fff;
    background: transparent;
}

.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
}

.popupleft-content p {
    /* text-shadow: 1px 2px 1px #042f4c; */
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.popupleft-content h4 {
    /* text-shadow: 1px 4px 1px #042f4c; */
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    margin: 10px 0;
}

.popupleft-content h4 span {
    display: block;
    font-weight: 500;
    font-size: 18px;
}

#letter5 select,
#letter5 input {
    color: #000;
}

.modal-content input {
    color: #443640 !important;
}

.cont_link_box {
    z-index: 100;
    position: fixed;
    right: -10px;
    top: 100%;
    transform: translateY(-50%);
    width: 50px;
    display: inline-block;
}

.vertical_btn {
    position: fixed;
    bottom: 50%;
    right: -48px;
    padding: 5px 19px 10px;
    border-radius: 4px;
    background: #259a64;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    z-index: 10;
    text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 3px;
}

.vertical_btn:hover {
    color: #fff;
    background-color: #253a69;
}


/* ******************************
:: 0.0 WELCOME AREA CSS
****************************** */

.welcome-area {
    height: auto;
    height: 745px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(../img/banner/banner-bg.jpg);
}

.ban-bottom{
    width: 100%;
    position: absolute;
    bottom: -4px;
    background-image: url(../img/banner/banner-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 97px;
}
.banner{
    position: relative;
}
.ban-popup-head{
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/banner/popup.png);
    background-repeat: no-repeat;
    height: 255px;
    width: 382px;
    padding:20px 20px 0 50px;
    background-size: 382px 255px;
}
.ban-popup-head h1{
    color: #fff;
    font-size: 40px;
}
/* ******************************
:: 0.0 SERVICES AREA CSS
****************************** */
/* .services-area{
    padding: 70px 0;
} */

.services-box .head{
    background-color: #eef0f4;
    border-radius: 80px;
}
.services-box .head img{
    margin-bottom: -80px;
    height: 200px;
}
.services-box .head h3{
    color: #253a69;
    font-size: 32px;
}
.services-box p{
    padding: 50px 20px;
}
.services-box::before{
    content: '';
    position: absolute;
    border: 1px solid #ccc;
    width: 92%;
    height: 93%;
    border-radius: 60px;
    left: 0px;
    top: 18px;
}
.services-box .button{
    width: 92%;
    position: relative;
}
.services-box .button a{
 background-color: #259a64;
 border-radius: 50px;
 color: #fff;
 padding: 8px 25px;
 font-size: 17px;
 border: 1px solid #259a64;
}
.services-box .button a:hover{
    background-color: #fff;
    color: #259a64;
}
.cta-buttons .whatsapp a{
    border: 1px solid #259a64;
    color: #259a64;
    padding: 10px 20px 10px 45px;
    border-radius: 10px;
    background-image: url(../img/icons/whatsapp.svg);
    background-repeat: no-repeat;
    background-position: 22px center;
    background-size: 22px 22px;
    font-size: 19px;
    width: 180px;
    text-align: center;
}
.cta-buttons .whatsapp a:hover{
    background-color:#259a64 ;
    color: #fff;
    background-image: url(../img/icons/whatsapp-white.svg);
}
.cta-buttons .callnow a{
    border: 1px solid #011e5f;
    color: #011e5f;
    padding: 10px 20px 10px 45px;
    border-radius: 10px;
    background-image: url(../img/icons/phone-dark.svg);
    background-repeat: no-repeat;
    background-position: 22px center;
    background-size: 22px 22px;
    font-size: 19px;
    width: 180px;
    text-align: center;
}
.cta-buttons .callnow a:hover{
    background-color:#011e5f;
    color: #fff;
    background-image: url(../img/icons/phone-white.svg);
}

.cta-buttons .whatsapp-dark a{
    background-image: url(../img/icons/whatsapp-white.svg);
    background-color:#2cbc7a;
    color: #fff;
}
.cta-buttons .whatsapp-dark  a:hover{
    border: 1px solid #2cbc7a;
    background-color: transparent;
}
.cta-buttons .callnow-dark a{
    background-image: url(../img/icons/phone-white.svg);
    background-color:#011e5f;
    color: #fff;
}
.cta-buttons .callnow-dark a:hover{
    border: 1px solid #011e5f;
    background-color: transparent;
}
.advantage-area{
    background-image: url(../img/services/bg.jpg);
}
.advantage-area h2{
    color: #fff;
}

.advantage-area ul li{       
    margin: 50px 0;
    
}
.advantage-area ul li img{  
    width: 60px;
}
.advantage-area ul li p{
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}
.advantage-img{
    width: 150px;
}

/* ******************************
:: 0.0 ABOUT AREA CSS
****************************** */

.about-area{
    background-image: url(../img/about/about.jpg);
    background-color: #d5dae5;
    background-repeat: no-repeat;
    min-height: 400px;
    background-position: bottom left;
}
.about-area h3{
    font-size: 36px;
}
.about-area .common-head{
    justify-content: left;    
}
/* .about-area .common-head::before{
    left: 135px;
} */
.about-content {

}
.about-content p{
    color: #253a69;
    font-size: 18px;
    margin-bottom: 15px;
}


/* ******************************
:: 0.0 TESTIMONIALS AREA CSS
****************************** */

.testimonials-area h3 {
    font-size: 40px;
}
.testimonials-area .common-head span {
    padding-left: 0px;
}


.testimonial-h1{
    color: #353535;
    font-size: 30px;
    text-align: center;
    padding-bottom: 32px;
    
}

.testi-item {
    background-color: #fff;
    padding: 20px 0 50px 0;
    position: relative;
    margin: 0 auto;
    height: auto;
    border:1px solid #d5dae5;
}

.testi-item .cont{
    display: flex;
    padding: 40px;
    flex-direction: column;
}

.testi-item .quote{
    position: absolute;
    top: 50px;
    right: 50px;
    width: 40px;
}
.testi-item .cont img{
    width: 80px;
}

.testi-item .cont .name{
    font-size: 18px;
    padding-top: 5px;
    line-height: 24px;
    color: #253a69;
    font-weight: 700;
    
}
.testi-item .cont .name span{
font-weight: 300;
}
.testi-item .cont .desc{
    color: #787878;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 5px;
}


.testi-item .img{
    width: 160px;
}

.testi-item h4{
    padding: 5px 0;
}

.testimonial-area .owl-carousel .owl-dots {
    bottom: -80px;
}

.testi-btn {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    position: absolute;
    left: 50%;
    bottom: -114px;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.testi-btn a{
    font-size: 16px;
    letter-spacing: 1.5px;
    padding: 14px 80px;
}
.testi-slider .owl-dots {
    text-align: center;
    position: relative;
    top: 15px;
}
.testi-slider .owl-dots button{
    background-color: #b3b3b3;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 10px;
    opacity: 0.5;
}
.testi-slider .owl-dots button.active{
    background-color: #259a64;
    opacity: 10;
}

.footer-contact{
    background-color: #259a64;
    position: relative;
    z-index: 10;
}
.footer-contact h4{
    font-size: 28px;
}
.footer-contact h4, .footer-contact p{
    color: #fff;
}
.foot-modal{
    margin-top: -20px;
}
.footer-bg{
    background-color: #243967;
    min-height: 100px;
    margin-top: -80px;
}
.footer-area{
    background-color: #243967;
}

.footer-area  p{
    color: #dddddd;
    margin-bottom: 20px;
}

.footer-form .form-control {
    background: none;
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 55px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 18px;
    background-color: #0a2559;
}

.footer-form .form-group input[type="submit"] {
    background: #259a64;
    height: 55px;
    color: #fff;
    font-size: 19px;
}
.footer-form .form-group input::placeholder {
    color: #8397c4;
  }
  .footer-copyright a img {
    max-width: 100px;
}
.footer-logo img{
    width: 200px;
}
.address-area{
    max-width: 500px;
    margin: 0 auto;
}
.footer-copyright{
    background-color: #132857;
}
.footer-copyright p{
    font-size: 15px;
    color: #818dab;
}
.footer-copyright a{
    color: #818dab;
}

/* Dilshad CSS */
#toggle_menu{
    height: 45px;
    width: 45px;
    position: absolute;
    z-index: 999;
    right: 35px;
    top: 26px;
    cursor: pointer;
}

#toggle_menu span{
    display: none;
}




/* side menu */

#sidemenu{
    position: fixed;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #259a64;
    z-index:111;
    display: none;
    transition: 0.3s ease-in-out;
    
}
.side_active{
    right:0px!important;
    transition: 0.3s ease-in-out;
}
.close_menu{
    position: absolute;
    right: 35px;
    top: 10px;
    z-index: 99999;
    cursor: pointer;
}
.close_menu svg{
    /* float: right; */
    color: #fff;
    font-size: 30px;
    /* position: absolute; */
    transform: translate(-50%, -50%);
    margin-top:35px;
    left: 85%;
}
#sidemenu ul{
    padding: 0;
    position: absolute;
    top: 35%;
    width: 100%;
}
#sidemenu ul li {
    list-style: none;
    /* border-bottom: 1px solid rgb(68, 59, 59); */
}
#sidemenu ul li a{
    display: block;
    padding: 5px;
    color: #fff;
    margin-top: 20px;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    
}

.navbar-sticky-on #toggle_menu{
    display: block !important;
}

@media(max-width: 1200px){
    #toggle_menu span{
        height: 4px;
        background: #fff;
        margin-top: 7px;
        display: block;
    }
    #sidemenu {
        display: block !important;
        padding: 5px;
        z-index: 9999;
    }
}

.footer-area .call-ft{
    margin-bottom: 0;
    color: #fff;
}

.footer-area .call-ft a{
    color: #dddddd;
    font-size: 18px;
}

.footer-area .call-ft a:hover{
    color: #259a64;
}