@import url('https://fonts.googleapis.com/css2?family=Exo:wght@600;700;800;900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
/*** 

====================================================================
	Global Settings
====================================================================

 ***/

html {
    scroll-behavior: smooth;
    font-size: 10px;
}

body {
    font-size: 16px;
    color: #808488;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    background-repeat: repeat;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
    padding: 0px 50px 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #3eb9a3;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    color: #22272b;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    font-weight: 300;
}

.centered {
    text-align: center;
}

.page-center {
    display: grid;
    align-items: center;
}

.m-1 {
    margin-top: 10px
}

.m-2 {
    margin-top: 20px
}

.m-3 {
    margin-top: 30px
}

.m-4 {
    margin-top: 40px
}

.m-t-5 {
    margin-top: 50px
}


/****/


/*** 
====================================================================
Hedaer Settings
====================================================================
***/
header {
  position: fixed;
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 999;
  height: auto;
  background-color: transparent;  
}
.shrink {
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  background-color: #fff;
}
.logo {
    position: relative;
    z-index: 123;
    float: left;
}

.logo img {
    width: 115px;
}

nav {
    position: relative;
    width: 100%;
}

#cssmenu>ul {
    float: right;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 0;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

.main-head {
    position: relative;
    background-color: transparent;
    z-index: 2;
	padding:10px 0;
}
#cssmenu>ul>li {
    float: left;
    margin-top: 5px;
}
.shrink #cssmenu>ul>li>a {
  color: #333;
}
#cssmenu>ul>li>a {
    padding: 15px 17px;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
.shrink #cssmenu>ul>li:hover>a,
.shrink #cssmenu ul li.active a {
    color: #333
}
#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: #fff
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}
.shrink #cssmenu>ul>li.has-sub>a:after, .shrink #cssmenu>ul>li.has-sub>a:before {
  background: #333;
}
#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 14px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

@media screen and (max-width:1000px) {
    nav {
        width: 100%;
    }
    .logo {
        float: none;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none;
		background-color: #333;
			
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu>ul>li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333!important;
    }
    #cssmenu ul ul li:hover {
        background: #363636!important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        height: 12px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}


/*** 

====================================================================
	Banner area
====================================================================

 ***/
 .banner-sec .item {
    height: 100vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-sec h5 {
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.slider-sec h1{
           font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
}
.slider-sec p{
    margin-bottom: 35px;
    font-size: 18px;
    padding-right: 120px;
    color: #fff;
}
.btn-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background 0.4s linear, color 0.3s linear;
    -o-transition: background 0.4s linear, color 0.3s linear;
    transition: background 0.4s linear, color 0.3s linear;
    background: #c0c0c0;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #1b232c;
    display: inline-block;
    padding: 12px 46px;
    font-weight: 500;
    cursor: pointer;
    border:none!important;
}
.btn-sec:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    z-index: -1;
    content: '';
    background: #1b232c;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-sec:hover {
    color: #fff;
}
.btn-sec a {
    color: #333;
}
.btn-sec:hover::after {
    height: 500%;
    opacity: 1;
}
.btn-top {
    margin-top: 30px;
}
/*=========== con_features_area  ============*/
.con_features_area {
    padding: 120px 0px;
  }
  
  .con_features_area .row {
    margin-top: -30px;
  }
  
  .con_features_area .row .con_features_item {
    margin-top: 30px;
  }
  
  .con_features_item {
    height: 100%;
    padding-right: 10px;
    margin-top: 50px;
  }
  
  .con_features_item .media_icon {
    width: 75px;
  }
  
  .con_features_item .media-body {
    border-left: 2px solid #d9dadb;
    padding-left: 20px;
  }
  
  .con_features_item .media-body h3 {
    font-size: 20px;
    font-weight: 600;
  }
  
  .con_features_item .media-body p {
    margin-bottom: 0;
  }
  
  /*=========== con_features_area  ============*/
  /*=========== con_about_area ============*/
.con_about_area {
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
  }
  
  .con_about_area .a_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .con_about_img {
    padding-top: 30px;
    position: relative;
    z-index: 1;
  }
  
  .con_about_img:before {
    content: "";
    width: 170px;
    bottom: 30px;
    top: 0;
    left: -30px;
    position: absolute;
    z-index: -1;
    background: #AFB1AE;
  }
  
  .con_about_img img {
    margin-top: -10px;
  }
  
  .con_about_text .con_btn {
    margin-top: 35px;
  }
  .con_title_top {
    font-size: 20px;
    font-weight: 600;
    color: #C0C0C0;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 5px;
}
.con_title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 22px;
}
  @media (max-width: 1370px) {
.con_about_area .a_bg {
    max-width: 20%;
}
  }
  /*=========== con_about_area ============*/
  /*============= con_service_area css ============*/
.con_service_area {
    position: relative;
    padding: 60px 0 60px;
}
  .con_service_item {
    padding: 0px 30px;
    margin-top: 100px;
  }
  
  .con_service_item .icon {
    line-height: 50px;
    margin-bottom: 25px;
  }
  
  .con_service_item h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #4c565e;
    margin-bottom: 15px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  
  .con_service_item h4:hover {
    color: #fdb900;
  }
  
  .con_service_item p {
    margin-bottom: 0;
  }
  
  .service_info_two {
    margin-top: -30px;
  }
  
  .service_info_two .con_service_item {
    border: 1px solid #f4f4f4;
    padding: 70px 30px;
    position: relative;
    margin-top: 30px;
  }
  
  .service_info_two .con_service_item:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #fdb900;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .service_info_two .con_service_item h4 {
    color: #1b232c;
  }
  
  .service_info_two .con_service_item h4:hover {
    color: #fdb900;
  }
  
  .service_info_two .con_service_item .icon {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 85px;
    vertical-align: middle;
    line-height: 85px;
  }
  
  .service_info_two .con_service_item:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .bg_color {
    background: #f9f9f9;
}
  /*============= con_service_area css ============*/
  /*============ con_clients_logo css =============*/
.con_clients_logo {
    padding: 80px 0px;
  }
  
  .con_logo_item {
    text-align: center;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  
  .con_logo_item:hover {
    opacity: 1;
  }
  .con_clients_logo .owl-nav, .con_clients_logo .owl-dots {
    display: none;
}
  /*============ con_clients_logo css =============*/
  /*============ con_contact_area css =========*/
.con_contact_area .map_info {
    padding-left: 0px;
  }
  
  .con_contact_area .map_info .mapBox2 {
    height: 100%;
  }
  
  .contact_info {
    max-width: 585px;
    margin-left: 0px;
    margin-right: auto;
    padding-left: 25px;
    padding-top: 95px;
    padding-bottom: 100px;
  }
  
  .contact_info .section_title {
    margin-bottom: 50px;
  }
  
  .contact_info .get_quote_form .form-group {
    margin-bottom: 30px;
  }
  
  .contact_info .get_quote_form .form-group .form-control {
    border-width: 1px;
    padding-left: 15px;
    color: #666;
  }
  
  .contact_info .get_quote_form .form-group textarea.form-control {
    height: 150px;
    padding-top: 20px;
  }
  
  .contact_info .get_quote_form .form-group .con_btn {
    padding: 12px 39px;
    margin-bottom: 0;
  }
  
  .contact_info .get_quote_form .form-group:last-child {
    margin-bottom: 0;
  }
  .get_quote_form .form-group .form-control {
    border: 2px solid #dfe4ea;
    border-radius: 5px;
    font-size: 16px;
    background: transparent;
    color: #596a77;
    height: 50px;
    padding: 0px 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*============== footer_area css ==============*/
.footer_area {
    background: #1b232c;
  }
  
  .footer_top {
    padding: 60px 0px 0px;
  }
  
  .f_widget {
    margin-bottom: 30px;
  }
  
  .f_widget p {
    color: #ddd;
    font-size: 15px;
    line-height: 26px;
  }
  
  .f_widget .f_logo {
    margin-bottom: 30px;
    display: inline-block;
  }
  
  .f_widget .f_title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 14px;
  }
  
  
  .f_widget.info_widget .info_list .info_item {
    position: relative;
  }
  
  .f_widget.info_widget .info_list .info_item i {
    font-size: 18px;
    color: #0e4a8a;
    position: absolute;
    left: 0;
    top: 3px;
  }
  
  .f_widget.info_widget .info_list .info_item p {
    font-size: 15px;
    line-height: 24px;
    color: #dddddd;
    margin-bottom: 12px;
    padding-left: 26px;
  }
  
  .f_widget.info_widget .info_list .info_item p a {
    color: #ddd;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  
  .f_widget.info_widget .info_list .info_item p a:hover {
    color:  #c0c0c0;
  }
  
  .f_widget.info_widget .social_icon {
    padding-top: 8px;
  }
  
  .f_widget.info_widget .social_icon a {
    font-size: 14px;
    color: #ddd;
    margin-right: 12px;
  }
  
  .f_widget.info_widget .social_icon a:hover {
    color:  #c0c0c0;
  }
  
  .f_widget.link_widget ul li {
    margin-bottom: 10px;
  }
  
  .f_widget.link_widget ul li a {
    font-size: 15px;
    color: #ddd;
  }
  
  .f_widget.link_widget ul li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: 900;
    margin-right: 6px;
    font-size: 12px;
  }
  
  .f_widget.link_widget ul li a:hover {
    color:  #c0c0c0;
  }
  
  .f_widget.subscribe_widget p {
    margin-bottom: 30px;
  }
  
  .f_widget .f_subscribe {
    position: relative;
  }
  
  .f_widget .f_subscribe .form-control {
    border-radius: 0px;
    background: #2f3842;
    font-size: 15px;
    color: #787c7d;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #414a54;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .f_widget .f_subscribe .form-control.placeholder {
    color: #787c7d;
  }
  
  .f_widget .f_subscribe .form-control:-moz-placeholder {
    color: #787c7d;
  }
  
  .f_widget .f_subscribe .form-control::-moz-placeholder {
    color: #787c7d;
  }
  
  .f_widget .f_subscribe .form-control::-webkit-input-placeholder {
    color: #787c7d;
  }
  
  .f_widget .f_subscribe .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: 0px;
    z-index: 0;
    font-size: 20px;
    line-height: 50px;
    color: #1b232c;
    background: #fdb900;
    border-radius: 0px;
    padding: 0px 25px;
    height: 100%;
  }
  
  .footer_bottom {
    border-top: 1px solid #3c4856;
    text-align: center;
    font-size: 16px;
    color: #898989;
    line-height: 22px;
    padding: 39px 0px;
  }
  
  .footer_bottom a {
    color: #c0c0c0;
  }
  .footer-logo img {
    width: 100px;
    margin: 0 auto 20px;
    text-align: center;
}
  /*============== footer_area css ==============*/
  /*============ con_contact_area css =========*/
  .testimonial_item {
    text-align: center;
    margin-bottom: 35px;
    background-color: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    padding: 10px;
    position: relative;
    overflow: hidden;
  }
  .testimonial_item:before {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background-color: #36788c1f;
    left: -86px;
    top: -91px;
    border-radius: 50%;
    
}
  .testimonial_item .author_img {
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 25px;
  }
  
  .testimonial_item h5 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  .testimonial_item h6 {
    font-size: 18px;
    font-weight: 600;
    color: #fdb900;
    text-transform: uppercase;
    margin-bottom: 27px;
  }
  
  .testimonial_item p {
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #333;
  }
  .testimonial-sec {
      position: relative;
      padding: 60px 0 60px;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .testimonial-sec:before, .banner-sec .item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #141414;
    opacity: .4;
  }
  .banner_area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #141414;
    opacity: .4;
    z-index: -1;
  }
  .testimonial-sec .owl-nav, .banner-sec .owl-nav{
      display: none;
  }
  .banner-sec .item {
      position: relative;
  }
.banner-sec .owl-dots {
   position: absolute;
   left: 50%;
    bottom: 17px;
}
/*============ banner_area css =============*/
.banner_area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #000;
    padding: 146px 0px 152px;
  }
  
  .banner_area .overlay_bg {
    background-position: center 50% !important;
  }
  
  .breadcrumb_content h2 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  
  .breadcrumb_content ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  
  .breadcrumb_content ol li {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
  
  .breadcrumb_content ol li a {
    color:  #c0c0c0;
    display: inline-block;
  }
  
  .breadcrumb_content ol li a:after {
    content: "\f053";
    font-family:FontAwesome;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    vertical-align: middle;
    margin: -2px 10px 0px;
  }
  .banner_area {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom;
  }
  /*============ banner_area css =============*/
  /*============= contact area css =============*/
.contact_info_two {
    background: #f7f7f7;
    padding: 70px 50px;
  }
  
  .contact_info_two h3 {
    font-weight: 600;
    font-size: 24px;
    color: #1b232c;
    margin-bottom: 20px;
  }
  
  .contact_info_two .social_icon a {
    color: #5e7281;
    font-size: 18px;
    margin-right: 15px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  
  .contact_info_two .social_icon a:hover {
    color: #c0c0c0;
  }
  
  .contact_info_item {
    padding-left: 60px;
    position: relative;
    margin-bottom: 30px;
  }
  
  .contact_info_item i {
    font-size: 45px;
    color:  #c0c0c0;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .contact_info_item p {
    font-size: 16px;
    color: #5e7281;
    margin-bottom: 0;
  }
  
  .contact_info_item p a {
    color: #5e7281;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  
  .contact_info_item p a:hover {
    color:  #c0c0c0;
  }
  
  .contact_form_info {
    padding-left: 40px;
  }
  
  .contact_form_info .section_title {
    margin-bottom: 55px;
  }
  
  .contact_from .form-group {
    margin-bottom: 30px;
  }
  
  .contact_from .form-group .form-control {
    border-width: 1px;
    padding-left: 30px;
  }
  
  .contact_from .form-group textarea.form-control {
    height: 150px;
    padding-top: 20px;
  }
  
  .contact_from .form-group .con_btn {
    padding: 12px 39px;
  }
  
  .contact_from .form-group:last-child {
    margin-bottom: 0;
  }
  
  #success, #error {
    display: none;
  }
  .contact_area {
    position: relative;
    padding: 60px 0 60px;
}
/*=========== con_work_process_area ============*/
.con_work_img {
    position: relative;
    padding-bottom: 90px;
  }
  
  .con_work_img .img_one {
    display: inline-block;
    position: relative;
  }
  
  .con_work_img .img_one:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:  #c0c0c0;
    opacity: 0.7;
  }
  
  .con_work_img .img_two {
    position: absolute;
    top: 25px;
    left: 80px;
  }
  
  .con_work_content .section_title {
    margin-bottom: 0;
  }
  .con_work_process_area {
      position: relative;
      padding: 80px 0 80px;
  }
/*============= con_service_area css ============*/

  
  .con_service_item {
    padding: 0px 30px;
    margin-top: 100px;
  }
  
  .con_service_item .icon {
    line-height: 50px;
    margin-bottom: 25px;
  }
  
  .con_service_item h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #4c565e;
    margin-bottom: 15px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  
  .con_service_item h4:hover {
    color: #fdb900;
  }
  
  .con_service_item p {
    margin-bottom: 0;
  }
  
  .service_info_two {
    margin-top: -30px;
  }
  
  .service_info_two .con_service_item {
    border: 1px solid #f4f4f4;
    padding: 30px 30px;
    position: relative;
    margin-top: 30px;
    min-height: 229px;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 10%);
  }
  
  .service_info_two .con_service_item:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #fdb900;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .overlay_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
  .service_info_two .con_service_item h4 {
    color: #1b232c;
  }
  
  .service_info_two .con_service_item h4:hover {
    color: #c0c0c0;
  }
  
  .service_info_two .con_service_item .icon {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 85px;
    vertical-align: middle;
    line-height: 85px;
  }
  
  .service_info_two .con_service_item:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .con_service_area_two {
      position: relative;
      padding: 80px 0 80px;
  }
  /*=========== con_about_area_two ============*/
.con_about_area_two .con_about_img {
    padding-top: 0;
    padding-right: 35px;
  }
  
  .con_about_area_two .con_about_img:before {
    display: none;
  }
  
  .con_about_area_two .con_about_img img {
    margin-top: 0;
  }
  
  .con_about_area_two .con_about_text {
    padding-right: 100px;
  }
  
  .con_about_area_two .con_about_text ul {
    margin-top: 30px;
    margin-bottom: 0;
  }
  
  .con_about_area_two .con_about_text ul li {
    font-size: 16px;
    color: #485c6b;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
  }
  
  .con_about_area_two .con_about_text ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fedc7f;
    display: inline-block;
    margin-right: 12px;
  }
  
  .con_about_area_three {
    padding-bottom: 120px;
  }
  .con_about_top {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
}
#gallery {
    padding-top: 40px;
  }
  @media screen and (min-width: 991px) {
    #gallery {
      padding: 60px 0 60px;
    }
  }
  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .img-wrapper img {
    width: 100%;
	  height:200px
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 60%;
    }.service-text h4 {
    text-align: left;
    margin-bottom: 20px;
}
  }
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 50%;
    }
  }
  .service-text h4 {
    text-align: left;
    margin-bottom: 20px;
}
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 3em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 3em;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  }
  .section-heading {
	margin: 0 auto 30px;
	text-align: center;
	width: 60%;
}

.service-text h3 {
    color: #333;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.service-text {
    border: 1px solid #ddd;
    padding: 25px 20px;
}
.construct-service-area {
    position: relative;
    padding: 60px 0 60px;
}

/*** 

====================================================================
    Comments Area
====================================================================

 ***/

 .sidebar-page-container .comments-area {
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 35px;
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.sidebar-page-container .group-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #fcb116;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #222222;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    padding: 0px 0px 0px 100px;
    font-size: 14px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fcb116;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 14px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #fcb116;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover {
    color: #ffffff;
    background-color: #fcb116;
}

.sidebar-page-container .comments-area .comment .comment-reply .fa {
    margin-right: 6px;
}

.sidebar-page-container .comments-area .reply-comment {
    padding-left: 100px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 70px;
    display: block;
    border-radius: 5px;
}

.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 16px;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6em;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 14px;
    color: #666666;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 5px 30px;
    font-size: 12px;
    border: 1px solid #fbca00;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*List Widget*/

.sidebar .sidebar-category .list {
    position: relative;
}

.sidebar .sidebar-category .list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 9px;
}

.sidebar .sidebar-category .list li a {
    position: relative;
    display: block;
    color: #666666;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    background: #f8f8f8;
    border-radius: 3px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding: 13px 20px 13px 30px;
    border: 1px solid #ececec;
}

.sidebar .sidebar-category .list li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    left: 15px;
    line-height: 20px;
    position: absolute;
}

.sidebar .sidebar-category .list li a:hover {
    color: #ffffff;
    border-color: #fcb116;
    background-color: #fcb116;
}


/*Brouchers Widget*/

.brouchers {
    position: relative;
}

.brouchers li {
    position: relative;
    margin-bottom: 6px;
}

.brouchers li a {
    position: relative;
    padding: 8px 0px 12px 0px;
    color: #666666;
    font-size: 17px;
    font-weight: 500;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 1px dashed #e3e3e3;
}

.brouchers li a .icon {
    color: #666666;
    margin-right: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.brouchers li a .download-icon {
    position: absolute;
    right: 0px;
    top: 8px;
    color: #666666;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar-title h2 {
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    line-height: 1.2em;
    padding-bottom: 18px;
    text-transform: capitalize;
    margin-top: 40px;
}
.sidebar-page-container.blog-page {
    position: relative;
    padding: 60px 0 60px;
}
.brouchers li a:hover {
    color: #fcb116;
}

.brouchers li a:hover .icon,
.brouchers li a:hover .download-icon {
    color: #fcb116;
}

.career-area {
  position: relative;
  padding: 60px 0 60px;
}
.career-box h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}

.career-box {
  background-color: #f7f7f7;
  padding: 10px;
  text-align: center;
}
.up-cv {
  position:relative;
}
.up-cv:before {
    content: "Upload file";
    position: absolute;
    left: 0;
    padding: 5px;
    background: #0e4a8a;
    color: #fff;
    width: 132px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    top: 0px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.up-cv>input {
  visibility:hidden;
}
.single-service {
    margin-bottom: 30px;
}
.about-md {
    position: relative;
    padding-bottom: 60px;
    text-align: center;
    background-color: #f9f9f9;
    padding-top: 60px;
}
.md-msg {
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    background: #fff;
    text-align: center;
    padding: 20px 20px 20px 20px;
    margin-bottom: 2rem;
    transition: all 0.2s linear;
}
.md-msg:hover{
	box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 10%);
    transform: translateY(-10px);
}
.dirct h5 {
        font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}
.dirct h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}
  /*=====
  ====== con_about_area_two ============*/
  /*============= con_service_area css ============*/
  /*=========== con_work_process_area ============*/
@media screen and (max-width:767px) {
    .contact_form_info {
        padding-left: 0;
        margin-top: 40px;
    }
	.career-box, .single-service {
    margin-bottom: 30px;
}
}
  /*============= contact area css =============*/
  .blog-details-section {
    position: relative;
    padding: 100px 0 60px;
}
.blog-grid-section {
    position: relative;
    padding: 60px 0 60px;
}
.blog-grid-section .blog-box {
    background: #f6f6f6;
    border-left: 1px solid #e8e7e7;
    border-right: 1px solid #e8e7e7;
    border-bottom: 1px solid #e8e7e7;
    margin-bottom: 30px;
}
.blog-img img {
    width: 100%;
}
.blog-text {
    padding: 20px;
}
.date {
    margin-bottom: 20px;
}
.date h6 {
    color: #555555;
    font-size: 15px;
}
.blog-text h2 {
    font-size: 21px;
    line-height: 2.9rem;
    text-align: left;
    color: #2e3034;
    margin-bottom: 1.1rem;
    margin-top: 0.6rem;
    font-weight: 600;
}
.blog-text a {
    color: #36788c;
}
.blog-breadcrumb ul {
    padding: 0px;
    letter-spacing: 0em;
}
.blog-breadcrumb ul li {
    float: left;
    list-style: none;
    font-size: 16px;
}
.blog-breadcrumb ul li a {
    color: #999;
    font-size: 16px;
}
.blog-breadcrumb ul li::after {
    display: inline-block;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    color: #6c757d;
    content: "/";
}
.details-left h1 {
    font-size: 41px;
    font-weight: 900;
    line-height: 54px;
    margin-bottom: 25px;
}
.blog-details-section {
    background-image: url(../images/texture2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    border-radius: 0px 0px 15px 15px;
    background-color: #f6f6f6;
}
.blog-details-img img {
    -webkit-box-shadow: 0px 6px 8px -8px rgb(0 0 0 / 50%);
    box-shadow: 0px 6px 8px -8px rgb(0 0 0 / 50%);
    border-radius: 20px;
}
.social-icons {
    margin-top: 30px;
}
.blog-main h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-main h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-main h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-main h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-main h6 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-main p {
    font-size: 17px;
    line-height: 35px;
}
.blog-details {
    position: relative;
    padding: 60px 0 60px;
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
  }
  blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }
  blockquote p {
    display: inline;
  }
  .blog-main img {
    margin-bottom: 20px;
    margin-top: 20px;
}
.right-sec h4 {
    background-color: #f6f6f6;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.right-sec li:before {
    position: absolute;
    width: 14px;
    height: 14px;
    content: "";
    background-color: #dfdfdf;
    border-radius: 50px;
    left: 0;
    top: 8px;
}
.right-sec a {
    color: #22272b;
}
.right-sec li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    margin-top: 20px;
    font-size: 17px;
}
.right-sec:last-child {
    margin-top: 35px;
}
.related-post a {
    color: #22272b;
    font-weight: 600;
}

.related-post img {
    margin-bottom: 15px;
}
.related-post {
    margin-top: 30px;
}
.related-post-sec .owl-nav {
    display: none;
}
.blog-main li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.blog-main ul {
    margin-bottom: 20px;
    margin-top: 20px;
}
.blog-main li:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: 2px;
    top: 3px;
    width: 21px;
    height: 21px;
    font-size: 1rem;
    line-height: 18px;
    color: #666;
    padding-left: 3px;
    text-align: center;
    border-radius: 50%;
    background-color: #fdfbfb;
    border: 1px solid #dedede;
}



/*==================================================
===| 19. About
===================================================*/
.about1 {
  position: relative;
  padding: 60px 0 60px;
}

.about1__experience {
  position: absolute;
  top: -105px;
  right: 80px;
  display: inline-block;
  width: 525px;
  border-bottom: 4px solid #ff5e14;
  z-index: 500;
  background: #fff;
}

@media only screen and (max-width: 1399px) {
  .about1__experience {
    right: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .about1__experience {
    width: 380px;
    top: -70px;
  }
}

@media only screen and (max-width: 400px) {
  .about1__experience {
    display: none;
  }
}

.about1__experience--content {
  padding: 45px 48px 28px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .about1__experience--content {
    padding: 30px 30px 20px;
  }
}

.about1__experience--content h2 {
  font-size: 80px;
  color: #ff5e14;
  font-weight: bold;
  line-height: 80px;
  letter-spacing: -7px;
  position: absolute;
  top: 35px;
  left: 48px;
}

@media only screen and (max-width: 640px) {
  .about1__experience--content h2 {
    font-size: 60px;
    line-height: 45px;
    letter-spacing: -4px;
  }
}

.about1__experience--content h2 span {
  font-size: 16px;
  line-height: 20px;
}

.about1__experience--content i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 62px;
  color: rgba(0, 0, 0, 0.04);
}

.about1__experience--content .about1_experience_text {
  padding-left: 105px;
}

.about1__experience--content .about1_experience_text h4 {
  font-size: 16px;
  font-weight: bold;
  color: #00235a;
  text-transform: uppercase;
  margin-bottom: 2px;
}

@media only screen and (max-width: 640px) {
  .about1__experience--content .about1_experience_text h4 {
    font-size: 15px;
  }
}

.about1__experience--content .about1_experience_text h3 {
  font-size: 40px;
  font-weight: bold;
  color: #00235a;
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  .about1__experience--content .about1_experience_text h3 {
    font-size: 25px;
  }
}

.about1__title-right {
  position: relative;
  padding-right: 100px;
}

@media only screen and (max-width: 1199px) {
  .about1__title-right {
    padding-right: 0px;
  }
}

.about1__title-right:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 20px;
  width: 2px;
  height: 120px;
  background: #e4e4e4;
}

.about1__title-right p {
  padding-left: 35px;
  font-size: 18px;
  padding-top: 24px;
  line-height: 28px;
}

@media only screen and (max-width: 479px) {
  .about1__title-right p {
    padding-top: 13px;
    padding-left: 20px;
  }
}

.about1__item {
  padding: 55px 25px 50px 36px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  background-color: #fff;
  border-bottom: 0px solid #ff5e14;
}

.about1__item:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.about1__item:hover:before {
  background-color: #fff;
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
  box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
  border-bottom: 4px solid #0e4a8a;
}

.about1__item--wrapper {
  border: 2px solid #f4f4f4;
  margin-top: 83px;
  position: relative;
}

.about1__item--wrapper:before {
  position: absolute;
  content: '';
  left: 40px;
  top: -30px;
  right: 40px;
  height: 10px;
  background-color: #0e4a8a;
}

.about1__thumb {
  position: relative;
}

.about1__thumb img {
  z-index: 3;
  position: relative;
}

.about1__thumb span {
  position: absolute;
  font-weight: bold;
  font-size: 150px;
  text-transform: uppercase;
  line-height: 150px;
  color: transparent;
  -webkit-text-stroke: 1px #f4f4f4;
  right: 0px;
  top: -22px;
  z-index: 2;
}

.about1__content {
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

.about1__content h3 {
  font-size: 20px;
  line-height: 36px;
  color: #00235a;
  text-transform: uppercase;
  font-weight: 500;
}

.about1.other_page1 .about1__item--wrapper {
  margin-top: 28px;
}
.text-border-title1 {
  position: absolute;
  font-size: 300px;
  text-transform: uppercase;
  font-family: 'Exo', sans-serif;
  line-height: 73px;
  color: transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-text-stroke: 1px #f4f4f4;
  top: 60px;
}
.title_style1 h5 {
  font-size: 16px;
  color: #0e4a8a;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.title_style1 h2 {
  font-size: 60px;
  color: #00235a;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 70px;
}

@media only screen and (max-width: 1023px) {
  .text-border-title1 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .text-border-title1 {
    display: none;
  }
  .title_style1 h2 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -1px;
}
}

.features-grid-box p {
  margin-bottom: 0;
}
.features-grid-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.features-grid-box a {
  color: #333;
}
.features-grid-box img {
  margin-bottom: 2rem;
}
.features-grid-box {
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  background: #fff;
  padding: 20px;
  margin-bottom: 2rem;
  transition: all .2s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
.features-grid {
  position: relative;
  padding: 60px 0 60px;
}
.features-btn a {
  color: #36788c;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 4px;
  font-weight: 600;
}

.features-btn {
  margin-top: 15px;
}
.features-grid-box:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background-color: #36788c1f;
  left: -36px;
  top: -24px;
  border-radius: 50%;
}
.features-box {
  padding: 50px 50px;
  border-radius: 5px;
}
.banner-text h1 {
  font-size: 4rem;
  line-height: 5.5rem;
}
.banner-text p {
  font-size: 1.8rem;
}
.page-center {
  display: grid;
  align-items: center;
}
.save-section {
  position: relative;
  padding: 6rem 0 6rem;
  background-color: #ECF0F1;
}
.mr-50 {
  margin-bottom: 50px;
}
.about-text h4 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 3rem;
}
.about-text p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.about4 {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.about4__thumb3 {
  position: absolute;
  left: 0px;
  bottom: -235px;
  width: 100%;
}

@media only screen and (max-width: 1399px) {
  .about4__thumb3 {
    bottom: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .about4__thumb3 {
    display: none;
  }
}

.about4__thumb-area {
  position: relative;
  padding-bottom: 265px;
}
.about4__thumb2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}
.arkit-single-service .content-inner {
  border: 2px solid #e4eaff;
  border-top: none;
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.arkit-single-service h3 {
  margin: 0;
  margin-bottom: 35px;
  font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.arkit-single-service span {
  margin-left: 20px;
}
.arkit-single-service p {
  color: #5c5c5c;
  font-size: 14px;
  margin-bottom: 0;
}
.arkit-single-service:hover .content-inner {
  background: #fff;
  box-shadow: 0px 7px 25px 0px rgb(40 40 40 / 10%);
}
.arkit-single-service {
  margin-bottom: 30px;
}
.img-responsive.home-icon {
  width: 40px;
}

.faq-area {
  position: relative;
  padding: 60px 0 60px;
  background-color: #f7f7f7;
}
.head h3 {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 6rem;
  font-weight: 700;
}
.accordion .accordion-item {
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 25px;
  color: #7288a2;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion butto.accordion .accordion-item {
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #36788c;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 25px;
  color: #7288a2;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #36788c;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #36788c;
  border: 1px solid #36788c;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 18px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.faq-area {
  position: relative;
  padding: 60px 0 60px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: #36788c;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 15px;
  font-weight: 300;
  padding: 10px 25px;
}

.about3 {
  position: relative;
}

.about3__content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
  .about3__content p {
    padding-right: 0px;
  }
}

.about3__thumb2 {
  position: absolute;
  left: 0px;
  top: 120px;
  z-index: -1;
}

.about3__thumb3 {
  position: absolute;
  right: 10px;
  bottom: 0px;
  z-index: -1;
}
.content_box_120_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.banner-section {
    position: relative;
    padding: 60px 0 60px;
}
.team-detail-sec {
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
}
.main-head-details h2 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}
.main-head-details h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.main-head-details h4 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
.main-head-details h5 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
}
.main-head-details h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.main-head-details ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.main-head-details ul li:before {
	 position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0e4a8a;
    left: 0;
    top: 10px;
    border-radius: 20px;
}
.image-sec {
    position: sticky;
    top: 115px;
}