/***************-----------------------***********************
[Master Stylesheet]

Project:  Typhoon - Solar Energy HTML Template
Version:  1.0.0
Author:   Webstrot

-----------------********************-------------------
[Table Of Contents]

1. Body
2.Custom css/a
3.main page css start
4.topbar
5.transparent-menu
6.sustainabilityInner
7.tower-wrapper
8.history-wrapper
9.installation-wrapper
10.counter-wrapper
11.gallery-wrapper
12.capabilities-wrapper
13.testimonial_wrap
14.client-wrapper
15.top-footer
16.bottom-footer

/*----------------body start------------------*/

body,
html {
    font-family: 'Montserrat','Roboto', sans-serif;
    line-height: 26px;
    font-weight: 300;
    font-size: 16px;
    color: #777;
	overflow-x:hidden;
	background:#fff !important;
}
/*------------------custom css----------------*/
a {
    color: #1c144e;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #1c144e;
    text-decoration: none;
}
a:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #1c144e;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
p,
.p {
    color: #000001;
	line-height:26px;
    padding: 0;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
input,
select,
button {
    outline: none;
}
input:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none;
}
textarea {
    outline: none;
}
textarea:focus {
    outline: none;
    box-shadow: none;
}
.custom-container {
   padding-left: 150px;
   padding-right: 150px;
}
/*-- Preloader css start --*/
#preloader {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #dbbb0a;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.circle_btm{
	margin-top:-165px;
	float:left;
	width:100%;
}
.circle_btm a:after {
   content: '';
    width: 165px;
    height: 165px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    position: absolute;
    left: -22px;
    top: -21px;
}
#return-to-top {
	float:right;
	color:#1c144e;
	text-transform:uppercase;
    background: #fff;
    width: 120px;
    height: 120px;
    display: block;
    text-decoration: none;
    display: none;
	line-height:120px;
	font-size:20px;
	text-align:center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
.circle_btm a{
    border-radius: 100%;
    z-index: 1;
	float:right;
	position:relative;
    -webkit-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -moz-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -o-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -ms-box-shadow: 0px 2px 25px -5px #c5c5c5;
    box-shadow: 0px 0px 2px 25px -5px #c5c5c5;
}
#return-to-top i {
    color: #1c144e;
    margin: 0;
    left:0;
	position:relative;
    top: 0;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* ========== common heading  ============ */
/* common heading one */
.commom-heading{
    font-size: 45px;
    font-family:'Montserrat';
    color: #000001;
    position: relative;
    font-weight: 500;
    display: inline-block;
}
.commom-heading::after{
     content: '';
     position:absolute;
     background-image: url('../images/tower-line-ind7.png');
     background-repeat: no-repeat;
     background-size: cover;
     left:0;
     top: 60px;
     width: 133px;
     height: 10px;
}
/* common heading two */
.commom-heading-two{
    font-size: 45px;
    font-family:'Montserrat';
    color: #000001;
    position: relative;
    display: flex;
    font-weight: 500;
    justify-content:center;
    align-items: center;
}
.commom-heading-two::after{
     content: '';
     position:absolute;
     background-image: url('../images/tower-line-ind7.png');
     background-repeat: no-repeat;
     background-size: cover;
     top: 60px;
     width: 150px;
     height: 12px;
}
/*    common btn css     */
.ind7-btn{
    width:175px;
    height:45px;
    background-color: #1c144e;
    color:#ffff;
    font-size:16px;
    font-weight: 400;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border:1px solid transparent;
    transition:600ms ease-in-out;
}
.ind7-btn:hover {
    background-color: transparent;
    color: #1d3571;
    border-color: #1d3571;
  }

/*---------- topbar Start ------------*/
.topbar {
    width: 100%;
    line-height: 0;
    background-color:#1d3571;
}
.topheader_bg{
	 float:left;
	 width:100%;
	 padding:10px;
}
.topbar .row {
    margin-bottom: 0px;
}
.cp_header_2{
	background:#fff;
	padding:0 30px 0 30px;
}
.topbar ul>li a {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
	float:left;
	width:100%;
}
.topbar ul>li a:hover {
    color: #29abff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.top_header_add {
    float: left;
    width: 75%;
}
.top_header_add ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.top_header_add li {
    float: left;
    width: auto;
    list-style: none;
    color: #fff;
	position:relative;
	font-size:14px;
    margin-right: 40px;
}
.top_header_add ul li i {
    margin-right: 7px;
    text-align: center;
    font-size: 14px;
	color:#fff;
}
.top_header_add ul li span {
    text-transform: capitalize;
}
.top_header_add ul li a {
    color: #fff;
	font-size:14px;
    text-transform: lowercase;
}
.topbar .reg-section ul li {
    float: left;
    margin-right: 35px;
}
.social_links_wrapper {
    width: 25%;
    float: right;
}
.social_links{
	float:right;
}
.social_links span,
.social_links ul{
    float: left;
}
.social_links span{
	color:#fff;
	padding-right:20px;
}
.social_links ul {
     display: flex;
     align-items: center;
     justify-content: center;
     column-gap: 23px;
}
.social_links ul li{
    float: left;
}
.social_links ul li a{
    column-gap: 23px;
	color:#fff;
}
.social_links ul li a:hover{
	color:#30a3f0;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.social_links ul li:last-child{
   padding-right:10px;
}
.sc_navigation{
     display: flex;
     justify-content: end;
     align-items: center;
     margin: 0;
}
.nav_index7{
    display: flex;
    /* column-gap: 110px; */
    align-items: center;
    height: 100%;
    width: 100%;
}
.main-menu-wrapper {
    padding-left: 0px;
}
/*---------- header and navigation Start ------------*/
.mean-container {
    position: relative;
}
.logo {
    display: inline-block;
    vertical-align: middle;
}
.float-right {
    float: right;
}
.search_div {
    z-index: 100;
}
.mean-container {
    position: relative;
}
.search_response {
    top: 2px;
}
/* mobail_menu_main */
.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #3d8cc4;
	box-shadow:0 3px 10px 0 rgba(0, 0, 0, .2);
}
.mobail_menu_main {
    float: none;
    width: 100%;
}
.header_login {
    float: right;
}
.bt_main_menu_wrapper {
    float: left;
    width: 100%;
}
.search-wrapper {
    float: none;
    display: inline-block;
    margin-left: -25px;
}
.sw_icon_bar {
    float: none;
    display: inline-block;
}
nav {
    background: transparent;
    box-shadow: none;
    float: left;
    width: auto;
}
nav ul li:hover,
nav ul li.active {
    background: transparent;
}
.caret_btn {
    position: relative;
}
.caret_btn span {
    width: 15px;
    height: 15px;
    color: #ffffff;
    background: #ff3232;
    border-radius: 100%;
    font-size: 10px;
    float: left;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 20px;
    bottom: 15px;
}
.caret_btn a i:before {
    font-size: 16px;
    color: #3397b7 ;
}
.cc_cart_wrapper1 {
    float: left;
    width: 100%;
    border-bottom:1px solid rgba(229, 217, 250, 0.5);
    padding-top: 15px;
    padding-bottom: 15px;
}
.cc_cart_wrapper2 {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    border-bottom: 1px solid #37a4dd;
}
.cc_cart_img_wrapper {
    float: left;
    width: 80px;
}
.cc_cart_cont_wrapper {
    width: calc(100% - 80px);
    float: left;
    padding-left: 20px;
    position: relative;
}
.cc_cart_cont_wrapper h4 {
    text-align: left;
}
.cc_cart_cont_wrapper h4 a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_cart_cont_wrapper p {
    color: #1d3571;
    margin-top: 15px;
    background: #eee6fb;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;

}
.cc_cart_cont_wrapper h5 i {
    float: right;
    margin-top: -22px;
    color: #ef6646;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
}
.btm_cart_wrapper {
    float: left;
    margin-top: 20px;
    padding-left: 10px;
}
.btm_cart_wrapper h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.btm_cart_wrapper p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 18px;
}
/********-------------search css start---------***********/
.et_search_bar a {
    float: right;
    width: auto;
    text-align: center;
    color: #3397b7 ;
    font-size: 16px;
    cursor: pointer;
}
.et_search_box {
    position: absolute;
    right: 13%;
    top: 115%;
    padding: 0 20px 0 20px;
    display: inline-block;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow:0 8px 20px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    background-color: #3397b7 ;
    display: none;
    width: 75%;
    border-radius: 20px;
    z-index: 1000;
}
.et_search_box input {
    float: left;
    width: calc(100% - 66px);
    padding: 0px 10px;
    background-color: #3397b7;
    height: 77px;
    border: 0;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}
.et_search_box:before {
    content: '';
    border-left: 30px solid transparent;
    border-bottom: 25px solid #3397b7 ;
    position: absolute;
    right: 6%;
    top: -12px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_search_box a i{
	line-height:76px;
}
.et_search_box input:focus {
    border-bottom: 0;
    outline: none;
    box-shadow: none;
}
.et_search_box a{
    border: 0;
    text-align: center;
    background: transparent;
    color: #fff;
    margin-top: 6px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_search_box a:hover {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_search_bar i {
    position: relative;
    top: 26px;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 30px;
	left:-14px;
}
.et_search_box::placeholder {
    color: #fff;
}
.et_search_box input::-webkit-input-placeholder {
    color: #fff;
}
.et_search_box input::-moz-placeholder {
    color: #fff;
}
.et_search_box input:-ms-input-placeholder {
    color: #fff;
}
.et_search_box input:-moz-placeholder {
    color: #fff;
}
.et_navbar_search_wrapper {
    float: none;
}
.tc_login_btn {
    display: inline-block;
    position: relative;
    top: 27px;
    left: -20px;
}
.tc_login_btn .dropdown-toggle {
    float: left;
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
    font-size: 16px;
    color: #3397b7;
    text-align: center;
}
.tc_login_btn_wrapper .dropdown-menu > li > a {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tc_login_btn_wrapper .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-image: -moz-linear-gradient(50deg, #3397b7   0%, #3397b7 100%);
    background-image: -webkit-linear-gradient(50deg, #3397b7   0%, #3397b7 100%);
    background-image: -ms-linear-gradient(50deg, #3397b7   0%, #3397b7 100%);
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tc_login_btn .dropdown-menu li a {
    padding: 10px 20px;
}
.header_btn {
    float: right;
    display: inline-block;
    margin-left: -10px;
    margin-top: 23px;
}
.header_btn ul {
    padding: 0;
    list-style: none;
}
.header_btn li a {
    width: 150px;
    height: 45px;
    float: left;
    color: #fff;
    background-color: #3397b7;
	font-family: 'Montserrat', sans-serif;
    text-align: center;
    border:1px solid transparent;
    line-height: 45px;
    font-size: 16px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header_btn li a:hover {
    background-color: transparent;
    border-color: #1c144e;
    color: #1c144e;
	-webkit-box-shadow:0 8px 20px 0 rgba(0, 0, 0, 0.1);
   box-shadow:0 8px 20px 0 rgba(0, 0, 0, 0.1);
   
}
/*---------- header and navigation End ------------*/
@media (min-width: 992px) {
    .transparent-menu {
        float: left;
        width: 100%;
        z-index: 1000;
      -webkit-box-shadow: 0px 0px 25px -10px;
       box-shadow: 0px 0px 25px -10px;
    }
    .sc_navigation {
        float: right;
        width: 80%;
    }
    nav {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
    }
    nav > ul {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        padding-top: 13px;
       width: calc(100% - 230px);
    }
    nav > ul > li {
        color: #111;
        display: inline-block;
        text-transform: capitalize;
        position: relative;
        font-size: 16px;
        font-weight: 700;
    }
    nav > ul > li > a {
        color: inherit;
        float: left;
        font-weight: 400;
        color: #111;
        line-height: 2;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        text-transform: capitalize;
        padding: 13px;
        padding-bottom: 0;
		padding-top:15px;
        position: relative;
    }
    nav ul li {
        float: none;
    }
    .main-menu-wrapper {
        float: left;
        width: 20%;
        padding-top: 18px;
        padding-bottom: 15px;
    }
    nav > ul > li:hover:before,
    nav > ul > li:hover > a:before,
    nav > ul > li:hover > a:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    nav > ul > li a:hover,
    nav > ul > li a.active {
        color: #3397b7;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    nav > ul > li:before {
        content: '[';
        position: absolute;
        right: 50%;
        color: #3397b7;
        font-size: 20px;
        font-weight: 400;
        opacity: 0;
        top: 12px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    nav > ul > li:hover:before {
        content: '[';
        position: absolute;
        right: 88%;
        color: #3397b7;
        font-size: 20px;
        font-weight: 400;
        opacity: 1;
        top: 14px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    nav > ul > li:after {
        content: ']';
        position: absolute;
        left: 50%;
        color: #3397b7;
        font-size: 20px;
        font-weight: 400;
        opacity: 0;
        top: 12px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    nav > ul > li:hover:after {
        content: ']';
        position: absolute;
        left: 88%;
        color: #3397b7;
        font-size: 20px;
        opacity: 1;
        top: 14px;
        font-weight: 400;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    nav ul li ul:after {
        content: '';
        border-right: 30px solid transparent;
        border-bottom: 20px solid #3397b7;
        position: absolute;
        left: 10%;
        top: -10px;
    }
    .caret_btn ul:after {
        display: none;
    }
    .dropdown_hover a:hover {
        color: #fff;
		background-image: -moz-linear-gradient(50deg, #1d3571  0%, #1d3571 100%);
		background-image: -webkit-linear-gradient(50deg, #1d3571  0%, #1d3571 100%);
		background-image: -ms-linear-gradient(50deg, #1d3571  0%, #1d3571 100%);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .style2 .transparent-menu {
        border: 0!important;
        padding-top: 40px;
    }
    .style2 nav {
        border: 0
    }
    .style2 nav > ul > li > a {
        font-family: 'Montserrat';
        font-size: 14px;
        font-weight: 300;
        margin: 0 15px;
        padding: 30px 0;
    }
	.header_right_main_wrapper{
		float: left;
		width: 230px;
	}
    .style2 nav > ul > li > a:before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-bottom: 1px dashed;
        border-radius: 0;
        bottom: 3px;
        height: 2px;
        left: 0;
        margin: 0;
        top: auto;
        width: 100%;
    }
    .style2 nav > ul > li > a:after,
    .style2 nav > ul > li:before {
        display: none
    }
    .header-btns > form {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        height: 40px;
        width: 350px;
        margin-top: 37px;
        position: absolute;
        top: 100%;
        right: 0;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    .header-btns > form.active {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
    }
    .menu-btns > form input,
    .header-btns > form input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        font-family: lato;
        font-size: 12px;
        font-style: italic;
        height: 100%;
        padding: 10px 20px;
        width: 100%;
    }
    .menu-btns > form button,
    .header-btns > form button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
    }
    /*=============== Sticky Header  ===================*/
    .menu_fixed {
        position: fixed;
        background: #fff;
        -webkit-box-shadow: 0px 2px 20px -6px #3c3c3c;
        -moz-box-shadow:0px 2px 20px -6px #3c3c3c;
        -o-box-shadow: 0px 2px 20px -6px #3c3c3c;
        -ms-box-shadow: 0px 2px 20px -6px #3c3c3c;
        box-shadow:0px 2px 20px -6px #3c3c3c;
        z-index: 1000;
        left: 0;
        right: 0;
        top: 0;
    }
    .header-area.stick .mainmenu ul li a,
    .stick .mean-container a.meanmenu-reveal {
        color: #000000;
    }
    .header-area.stick .menu-bar:after,
    .header-area.stick .menu-bar:before,
    .header-area.stick .menu-bar span,
    .stick .mainmenu ul li.parent:after,
    .stick .mainmenu ul li.parent:before,
    .stick .mainmenu ul li.has-mega > a:before,
    .stick .mainmenu ul li.has-mega > a:after,
    .stick .mean-container a.meanmenu-reveal span {
        background-color: #222;
    }
    /*=============== Toggle Header  ===================*/
    /*=============== Dropdown ===================*/
    nav ul li ul {
        background: #3397b7 none repeat scroll 0 0;
        text-align: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 145%;
        width: 250px;
        visibility: hidden;
        opacity: 0;
		z-index:1000;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        border-bottom: 0;
        -webkit-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -ms-transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        transform: rotateX(-75deg);
        -webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1);
        /* older webkit */
        -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06) !important;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06) !important;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
    }
    nav ul li ul li ul {
        background: #313131;
        top: 0;
        left: 100%
    }
    nav ul li ul {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    nav ul li:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    nav ul li ul li a {
        color: #1c144e;
        float: left;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        line-height: 25px;
        padding: 9px 30px;
        width: 100%;
    }
    nav ul li ul li a {
        color: #fff;
    }
    nav ul li ul li a i {
        margin-right: 5px
    }
    .has-dropdown:before {
        background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
        content: "";
        height: 6px;
        margin-top: -0px;
        position: absolute;
        opacity: 0;
        right: 80px;
        top: 50%;
        width: 6px;
        -webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1);
        /* older webkit */
        -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        /* easeInOutBack */
        -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1);
        /* older webkit */
        -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        /* easeInOutBack */
    }
    .has-dropdown:hover:before {
        right: 20px;
        opacity: 1;
    }
}
.caret_btn:before {
    display: none;
}

.caret_btn:after {
    display: none;
}

nav {
    height: auto;
    float: right;
}
.caret_btn ul:before {
    content: '';
    border-right: 30px solid transparent;
    border-bottom: 25px solid #3397b7 ;
    position: absolute;
    left: 10%;
    top: -12px;
}
.caret_btn .cc_cart_cont_wrapper p span {
    color: #fff;
    text-align: center;
    font-size: 16px;
    float: left;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    position: relative;
    bottom: 0px;
    left: 20px;
}
.cart_checkout_btn {
    float: right;
    margin-top: 20px;
}
.cart_checkout_btn a {
    width: 140px;
    height: 45px;
    float: left;
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	background-color: #1c144e;
    border:1px solid #1c144e;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border-radius: 45px;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.5s;
}
.cart_checkout_btn a:hover{
	color:#1c144e;
    background-color: transparent;
    border-color:#1c144e;
	-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.tc_login_btn .dropdown-toggle i {
    margin-left: -1px;
}
.sw_icon_bar ul li ul:before{
	content: '';
    border-left: 30px solid transparent;
    border-bottom: 25px solid #3397b7;
    position: absolute;
    right: 15%;
    top: -12px;
}
nav ul li:nth-child(9) > ul {
    right: 5px !important;
    width: 320px;
    padding: 20px;
}
.sw_icon_bar ul li ul:after{
	display:none;
}
.tc_login_btn .dropdown-menu {
    padding-top: 15px;
    padding-bottom: 10px;
    right: 0;
    border-radius: 15px;
    margin-top: 15px;
    border: 0;
	background:#3397b7;
}
.card-box{
    padding: 30px;
    width:310px;
}

/******************    main page css start   ****************/
/*   sustainability slider css start    */
.sustainabilityInner{
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
}
.sustainabilityInner .owl-item {
    background-color:transparent;
    color: white;
    text-align: center;
  }
.sustainabilityInner .owl-prev,
  .owl-next {
    display: inline-block;
  }
.sustainabilityInner .owl-next {
    float: right;
  }
.sustainabilityInner .info {
    text-align: center;
    margin-top: 110px;
  }
.sustainabilityInner .sustainabilityInner {
      position: relative;
  }
.sustainabilityInner .slider-control {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 50px;
      gap: 330px;
      position: absolute;
      top: 35%;
      right: 60px;
      z-index: 1;
      transform: translateY(-35%);
  }
.sustainabilityInner .dots-container {
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: center;
  }
.sustainabilityInner .dots-container .owl-dot{
      width: 15px;
      height: 15px;
      display: inline-block;
      border-radius: 50px;
      border: none;
      background-color: transparent;
  }
.sustainabilityInner .dots-container .owl-dot span{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #ffff;
    background-color: #ffffff;
}
.sustainabilityInner .dots-container .owl-dot.active span{
    background-color: #1d3571;
    outline:1px solid  #1d3571;
    outline-offset: 3px;
    border-color:#1d3571;
}
.sustainabilityInner .slider-counter{
      position: relative;
      font-size:29px;
      font-weight: bold;
      color:#ffffff;
      letter-spacing: 4px;
      margin-left: 18px;
  }
.sustainabilityInner .slider-counter::after{
      content: '';
      position: absolute;
      display: inline-block;
      width:1px;
      height: 300px;
      background-color: #ffff;
      top: 35px;
      right: 29px;
  }
.sustainabilityInner .sustain-inner-box{
      width:100%;
      height:900px;
      background-repeat:no-repeat;
      background-size:cover;
      background-position: center;
      margin: 0;
      padding: 0;
  }
  .sustain-content{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      position: relative;
      top: 40%;
      left: 0;
      margin-left: 130px;
      z-index: 1;
      transform: translateY(-40%);
  }
  .sustain-content h1{
      max-width: 510px;
      font-size: 60px;
      line-height:75px;
      text-align: left;
      color:#000001;
      font-weight: 500;
      font-family: 'Montserrat';
  }
  .sustain-btn{
     margin-top: 50px;
  }
  .sustain-content h1 span{
      color:#3397b7;
      font-weight: 600;
  }
  .shape-line{
      position: relative;
  }
  .shape-line::after{
      position: absolute;
      content: '';
      top: 70px;
      right: 0;
      background-image: url(../images/line-shape-img-1.png);
      width: 100%;
      height: 17px;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .call-info{
      background-color:#3397b7;
      width:600px;
      height:auto;
      position: absolute;
      bottom: 0;
      z-index: 2;
  }
  .call-info ul{
      width:100%;
      display: flex;
      align-items: center;
      column-gap: 45px;
  }
  .call-info ul li p{
      color:#ffffff;
      font-size: 36px;
      font-weight: 400;
      font-family: 'Montserrat';
      line-height:45px;
  }
  .call-info ul li a{
    display: block;
  }
  .call-info ul li a .sus-play-btn{
    position:absolute;
    bottom: 35%;
    left: 13%;
  }
  /*******  tower wrapper sectin css start    *******/
  .tower-wrapper{
    clear: both;
    width: 100%;
    height:100%;
    padding:100px 0px  70px 0px;
    background-color: #f9f9f9;
  }
.tower-btn{
   display: flex;
   align-items: center;
   justify-content: end;
}
.tower-wrap-box{
    margin:70px  0px 0px 0px;
}
.tower-box{
   position:relative;
}
.tower-box span{
    position:absolute;
    font-size: 60px;
    top:40px;
    right:40px;
    color:#d1dae7;
    font-weight: bold;
    font-family: 'Montserrat';
 }
.tower-box .tower-img{
    width: 100%;
    height: 425px;
    overflow: hidden;
}
.tower-box .tower-img img{
    width: 100%;
}
.tower-wrap-box .tower-content{
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding:40px 30px;
    font-size: 16px;
    transition: all 0.5s;
}
.tower-wrap-box .tower-content h2{
    color:#000001;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.tower-wrap-box .tower-content p{
    color:#000001;
}
.tower-wrap-box .tower-content .explore-btn{
      background-color: transparent;
      color:#3397b7;
      text-align: left;
      margin-top: 20px;
      font-weight: 500;
      display:inline-block;
      font-family: 'Montserrat';
      transition: all 0.5s;
}
.tower-wrap-box .tower-content .explore-btn:hover{
    text-decoration: underline;
    color:#3397b7;
}
.tower-wrap-box .tower-content:hover{
    background-color: #3397b7;
    color:#ffff;
}
.tower-wrap-box .tower-content:hover h2{
    color:#ffff;
}
.tower-wrap-box .tower-content:hover p{
    color:#ffff;
}
.tower-wrap-box .tower-content:hover .explore-btn{
    color:#ffff;
}

/*=======================   history section css start   =================== */
.history-wrapper{
    background-color: #f9f9f9;
    width: 100%;
    padding: 10px 0px 70px 0px;
    position: relative;
}
.custom-container-two{
    margin-left: 150px;
    margin-right: 10px;
}
.history-wrapper::after{
    content: '';
    position: absolute;
    background-color:#b0ecff;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
}
.historyslider{
    padding-top:90px;
    position: relative;
}
.timeline-content{
    position: relative;
    width: 100%;
    height: auto;
}
.timeline-period{
    color:#3397b7;
    font-size: 45px;
    padding: 20px 0px 10px 0px;
    position: relative;
}
.history-icon{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 70px 0px;
}
.history-icon::after{
    content: '';
    position: absolute;
    background-color: #3397b7;
    top:-40px;
    left: 0;
    width:20px;
    height:20px;
}
.timieline-title{
   width: 100px;
   height: 100px;
   display:inline-block;
}
.timeline-content p{
    max-width:300px;
    color:#000001;
    font-size: 16px;
}
.time-line-two{
    position: relative;
    bottom:50px;
    padding: 100px 0px;
}
.time-line-one{
    position: relative;
    top:80px;
    padding: 100px 0px 0px 0px;
}
.historyslider .owl-nav{
      display: none;
}
/*  css for input range of slider */
.slider-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
/*Range style*/
#range-slider__range {
    appearance: none;
    width: calc(100% - 65%);
    height: 15px;
    border-radius: 5px;
    background: #e9e9e9;
    outline: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /*Range black ⚫ thumb*/
  #range-slider__range::-webkit-slider-thumb {
    appearance: none;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background: #1d3571;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
  }
  
  /*On hover change colour of black thumb into green 🟢 and scale size*/
  #range-slider__range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    background: #3397b7;
  }
  
  #range-slider__range:active::-webkit-slider-thumb {
    transform: scale(1.1);
    background: #3397b7;
  }
  
/* ============  installation wrapper css  start =========== */
.installation-wrapper{
    padding: 40px 0px  60px 0px;
    width:100%;
    height:auto;
    position: relative;
    background-color: #f9f9f9;
    position:relative;
}
.installation-wrapper::after{
    content: '';
    left: 57px;
    top: -99px;
    display:block;
    position:absolute;
    background-image: url('../images/sidewing-img-3.png');
    background-repeat:no-repeat;
    background-size: cover;
    width: 200px;
    height: 185px;
}
.installation-wrapper::before{
    content: '';
    right: 70px;
    top: -40px;
    display:block;
    position:absolute;
    border-right:1px solid #30a3f0;
    border-top:1px solid  #30a3f0;
    border-left:1px solid  #30a3f0;
    width: 170px;
    height: 170px;
}
.installation-wrapper .row{
    padding: 0;
    margin:0;
}
.installation-wrapper .row .column{
    padding: 0;
    margin:0;
}
.installation-bg-box img{
      width:100%;
}
.installation-bg-box{
    width:100%;
    height:600px;
    position: relative;
    z-index:1;
}
.installation-bg-box img{
    width:100%;
    height: 100%;
}
.install-box{
    background-color: #1d3571;
    width:100%;
    height:600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0px 80px;
}
.install-box h3{
    font-size:45px;
    color:#fff;
    line-height: 60px;
    font-weight: 500;
}
.install-box p{
    font-size: 25px;
    color:#fff;
    margin-top: 10px;
    font-weight: 400;
}
.install-box h2{
    font-size:45px;
    color:#3397b7;
    margin: 45px 0px;
    display: block;
    font-weight: 600;
}
.install-box ul{
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 20px;
}
.install-box ul li a p{
   color:#fff;
   font-size:16px;
}
.install-box ul li .ind7-btn{
  background-color:#ffff;
   color:#000001;
   font-weight: 400;
   transition: all 0.5s;
}
.install-box ul li .ind7-btn:hover{
    background-color:transparent;
    border-color: #fff;
    color:#fff;
}
/*=================  counter wrapper css start  ==============*/
.counter-wrapper{
    width: 100%;
    background-color: #f9f9f9;
    height:auto;
    padding: 60px 0px;
    position: relative;
}
.counter-wrapper::after{
    content: '';
    top: -40px;
    right: 0;
    position: absolute;
    background-image: url('../images/sidewing-img-4.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 130px;
}
.counter-ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
.counter-box{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 280px;
    background-color: #ffff;
    padding: 40px;
    position:relative;
    transition:all 0.5s;
}
.counter-box:hover{
    background-color: #37a4dd30;
}
.counter-box:hover .count{
    color: #37a4dd;
}
.counter-box:hover .count-title{
    color: #37a4dd;
}
.counter-box::before{
   content:'';
   width: 100px;
   height:7px;
   position: absolute;
   background-color:#3397b7;
   bottom:0;
   
}
.counter-box .count{
    font-size: 35px;
    padding: 30px 0px 18px 0px;
    color:#000001;
    font-weight: 400;
}
.counter-box .count-title{
    font-size: 16px;
    color:#000001;
}

/*======================   gallery-wrapper css start   ================= */
.gallery-wrapper{
    width: 100%;
    background-color: #f9f9f9;
    height:auto;
    padding: 60px 0px;
}
/* gallery css */
.gallery-inner-box{
    margin-top:70px;
    padding:0px 23px 0px 25px;
}
.gallery-btn-list{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
.filter-button
{
    font-size: 16px;
    border-radius: 20px;
    padding: 13px 25px;
    text-align: center;
    border:none;
    background-color:transparent;
    color: #000001;
    margin-bottom: 30px;
    outline: none !important;
    text-transform: capitalize;
}
.filter-button:hover
{
    color:#37a4dd;
    background-color:#fff;
    border: none;
    outline: none !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.btn-default:active .filter-button:active
{
    color:#37a4dd;
    background-color:#fff;
    border: none;
    outline: none !important;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
/* gallery title css */
.inner-img{
    position: relative;
    overflow:hidden;
    transition: all 0.5s;
}
.inner-img img{
    width:100%;
    transition:all 0.5s;
}
.gallery_product:hover .gallery-title{
    display: block;
    transform: translateY(-56px);
    transition:all 0.5s;
}
.gallery-title {
    background-color: #fff;
    color: #000001;
    font-size: 30px;
    width: 100%;
    font-weight: 400;
    margin: 0;
    padding: 30px 0px;
    text-align: center;
    line-height: 0px;
    position: absolute;
    left: 0;
    bottom: -62px;
    text-transform: capitalize;
    transition: all 0.5s
  }

/* ============================  capabilities wrapper css start  ===================== */
.capabilities-wrapper{
    padding: 20px 0px;
    background-color: #f9f9f9;
    position: relative;
}
.capabilities-wrapper::after{
    content: '';
    left:0;
    top: 47%;
    display:block;
    position:absolute;
    background-image: url('../images/sidewing-img.png');
    background-repeat:no-repeat;
    background-size: cover;
    width: 145px;
    height: 200px;
}
.capabilities-wrapper::before{
    content: '';
    right:0;
    top:  80%;
    display:block;
    position:absolute;
    background-image: url('../images/sidewing-img-2.png');
    background-repeat:no-repeat;
    background-size: cover;
    width: 145px;
    height: 200px;
}
.capable-first-row{
    padding-bottom: 50px;
}
.installation-img-box {
    position: relative;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    overflow: hidden;
}
.installation-img-box::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.installation-img-box:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.installation-img-box img{
    width:100%;
    position: relative;
    z-index:1;
}
/* image hover effect*/
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* transition wrapper css */
.transition-box-wrap{
     padding: 30px 0px;
}
.transition-main-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}
.transition-main-wrapper-two{
   display: flex;
   justify-content: end;
}
.transition-main-wrapper .installation-img-box {
    width: 80%;
}
.capabilities-box {
    background-color: #fff;
    padding: 50px 50px;
    width: 32%;
    position: absolute;
    right: 144px;
    z-index: 2;
}
.capabilities-box h3{
    font-size:45px;
    color:#000001;
    font-weight:500;
}
.capabilities-box .capable-inner-heading{
    font-size: 25px;
    font-weight: 500;
    margin-top: 40px;
    position: relative;
}
.capabilities-box .capable-inner-heading::after{
    content: '';
    position: absolute;
    left:0;
    bottom: -6px;
    background-color: #3397b7;
    width: 45px;
    height: 3px;
}
.capabilities-box ul{
     display:flex;
    column-gap: 20px;
    margin-top: 30px;
    align-items: center;
}
.capabilities-box ul li p{
    font-size: 25px;
    color:#000001;
    font-weight: 300;
}
.capabilities-box ul li h4{
    font-size:45px;
    color:#3397b7;
    font-weight:600;
}
.capabilities-box .diameter-ul{
    margin-top: 15px;
}
/* monopiles wrapper start */
.monopiles-box-wrap {
    padding: 30px 0px;
}
.monopiles-box-wrap .capabilities-box {
    left: 144px;
    z-index: 2;
}
/* =================  testimonial  wrapper css start   ================ */
.testimonial_wrap{
    background-color: #3397b7;
    padding: 80px 0px 60px 0px;
    position: relative;
}
.testimonial_wrap::before{
    content: '';
    right: 0;
    bottom: 35px;
    position: absolute;
    background-image: url('../images/sidewing-img-5.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 179px;
}
.testimonial-heading .commom-heading-two{
    color:#fff;
}
.testimonial-heading .commom-heading-two::after {
    background-image: url('../images/white-line-shape.png');
}
.testimonial-slider{
    margin-top: 80px;
}
.testimonial-slider .owl-carousel .owl-item img {
    width: auto;
}
.test-inner-box{
   background-color: #fff;
   padding: 110px 45px 45px 45px;
   width: 100%;
   position: relative;
   margin-top:80px;
}
.test-inner-box ul{
   display: flex;
   justify-content: start;
   align-items: center;
   column-gap: 10px;
}
.test-inner-box ul li i{
    font-size:25px;
}
.test-inner-box ul li .icon-color{
    color:#ffcc00;
}
.test-photo{
    position: absolute;
    top:-70px;
}
.test-photo img{
    width:auto;
    border: 2px solid #213873;
    border-radius: 50%;
}
.double-quoted{
    position:absolute;
    top: 50px;
    right: 50px;
}
.test-inner-box  h3{
   margin: 13px 0px 15px 0px;
}
.test-inner-box  h3 a{
    font-size: 25px;
    color:#000001;
    font-weight: 500;
 }
.test-inner-box h6{
   font-size:18px;
   font-weight: 500;
   color:#000001;
   margin-bottom: 10px;
}
.test-inner-box p{
    color:#000001;
    font-weight: 400;
}
.testimonial-slider .owl-theme .owl-navs{
    display: none;
}
.testimonial-slider .owl-theme .owl-dots{
    display:block;
}
.testimonial-slider .owl-theme .owl-dots .owl-dot span{
     width: 15px;
     height: 15px;
     background-color: #ffff;
    
}
.testimonial-slider .owl-theme .owl-dots .owl-dot.active span{
    outline:1px solid #213873;
    outline-offset: 3px;
    background-color: #213873;
}
/* ======================    package wrapper css start   ==================== */
.package-wrapper{
    width:100%;
    height: auto;
    background-color:#f9f9f9;
    padding: 100px 0px 60px 0px;
}
.package-inner-box{
    padding-top: 100px;
}
.package-inner-box p{
    margin-top: 50px;
}
.package-inner-box .package-heading{
    margin-top: 0px;
}
.package-inner-box .package-heading .commom-heading{
     line-height:50px;
}
.package-inner-box .package-heading .commom-heading::after{
   top:120px;
}
.package-inner-box .package-btn{
    margin-top:40px;
}
.package-inner-box-two .row{
    padding: 0;
    margin: 0;
}
.package-inner-box-two .row .package-column{
    padding: 0;
    margin: 0;
}
.package-inner-box-two .package-box-one{
    background-color:#ffff;
    width: 100%;
    height: 550px;
    box-shadow:0 3px 10px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
}
.package-inner-box-two .package-box-one .package-price{
    background-color: #1d3571;
    width: 100%;
    height:200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position:relative;
}
.package-inner-box-two .package-box-one .package-price p .dollar-sign{
     font-size:16px;
     color:#fff;
     position: relative;
     top: -25px;
     right: 10px;
     font-weight: 400;
}
.package-inner-box-two .package-box-one .package-price p{
      font-size:16px;
      color:#fff;
      font-weight:400;
}
.package-inner-box-two .package-box-one .package-price p span{
    font-size:50px;
    color:#fcf05a;
    font-weight:600;
}
.package-inner-box-two .package-box-one .package-price-detail{
    background-color:#fff;
    width: 100%;
    height:350px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.package-inner-box-two .package-box-one .package-price-detail:after {
    content: '';
    width: 470px;
    height: 90px;
    border-radius: 80% 80% 0px 0px;
    background-color: #fff;
    position: absolute;
    left: -34px;
    top:-30px;
}
.package-inner-box-two .package-box-one .package-price-detail .package-btn-2{
    position: absolute;
    z-index:1;
    top:-52px;
}
.package-inner-box-two .package-box-one .package-price-detail .package-btn-2 .ind7-btn{
    background-color:#fff;
    color:#000001;
}
.package-inner-box-two .package-box-one .package-price-detail .package-btn-2 .ind7-btn:hover{
    background-color:transparent;
    border-color:#1c144e;
    color:#1c144e;
}
.package-inner-box-two .package-box-one .package-price-detail  h3{
    position: relative;
    color:#000001;
    font-family:'Roboto';
    font-size:18px;
}
.package-inner-box-two .package-box-one .package-price-detail ul{
    display: flex;
    flex-direction: column;
    row-gap:10px;
    margin-top: 40px;
}
.package-inner-box-two .package-box-one .package-price-detail ul li{
    text-align:center;
    font-size:16px;
    font-weight: 400;
    color:#6b84ad;
}
.package-inner-box-two .package-box-two{
    height:600px;
    position:relative;
    bottom:20px;
}
.package-inner-box-two .package-box-two .package-price{
    background-color: #3397b7;
}
.package-inner-box-two .package-box-two .package-price-detail  h3{
    color:#3397b7;
}
/* ===============  client slider wrapper css start  ================= */
.client-wrapper{
    background-color: #f9f9f9;
    padding: 20px 0px 70px 0px;
}
.client-wrapper .client_slider img{
     width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.client-heading{
    margin-bottom: 60px;
}
/*======================  footer wrapper css start  ===================*/
.top-footer{
    background-color: #1d3571;
    width:100%;
    height:auto;
    padding: 80px 0px;
}
.footer-box-wrapper .footer-fist-ul{
    margin-top: 30px;
}
.footer-box-wrapper .footer-fist-ul li{
    margin-bottom:10px;
}
.footer-box-wrapper .footer-fist-ul li ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
}
.footer-box-wrapper .footer-fist-ul li ul li {
    transition:all 0.5s;
}
.footer-box-wrapper .footer-fist-ul li ul li a{
    color:#fff;
    font-size:16px;
    font-weight: 400;
    transition:all 0.5s;
}
.footer-box-wrapper .footer-fist-ul li ul li:hover a{
    color:#30a3f0;
}
.footer-box-wrapper .footer-fist-ul li ul li a span{
   background-color:#fff;
   width:40px;
   height:40px;
   border-radius:50px;
   display:inline-flex;
   align-items: center;
   justify-content: center;
}
.footer-box-wrapper .footer-fist-ul li ul li a span i{
    color:#399ab9;
}
.footer-box-wrapper-two{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-box-wrapper .footer-title  h3{
   font-size: 35px;
   color:#fff;
   font-weight: 500;
   margin-top: 10px;
}
.footer-box-wrapper .footer-second-ul{
    margin-top: 40px;
}
.footer-box-wrapper .footer-second-ul  li{
   padding-bottom: 15px;
   transition: all 0.5s;
}
.footer-box-wrapper .footer-second-ul li a{
     color:#fff;
     font-size: 16px;
     text-transform: capitalize;
}
.footer-box-wrapper .footer-second-ul li:hover a{
    color:#30a3f0;
}
.footer-box-wrapper .footer-second-ul li a span i{
    color:#3397b7;
    font-size: 10px;
    margin-right: 15px;
}
.footer-box-wrapper .footer-third-ul{
    display:flex;
    justify-content:start;
    align-items: start;
    column-gap:20px;
}.footer-box-wrapper .footer-third-ul li{
    transition: all 0.5s;
    background-color: transparent;
}
.footer-box-wrapper .footer-third-ul li:hover {
    background-color: #37a4dd30;
}
.footer-box-wrapper .footer-third-ul li a img{
     width:100%;
}
.footer-box-wrapper .footer-gallary-ul{
   margin-top: 40px;
   margin-bottom: 15px;
}
/* bootom footer css */
.bottom-footer{
    background-color:#162c64;
    padding:25px 0px;
}
.bottom-footer p{
   color:#fff;
   font-size: 16px;
   text-align: center;
   font-weight: 600;
}
.bottom-footer p a{
    color:#30a3f0;
 }
 /*   ============== page css end  =================  */