/*----------

Theme Name: Construction
Theme URL: -
Theme Description: Construction, We Build Your Dream
Theme Version: 1.0

----------*/

/*====================
<-----Index----->
1.Fonts CSS
2.Common CSS
3.Header CSS
4.Banner CSS
5.About US CSS
6.Services CSS
7.Counter CSS
8.Work CSS
9.Work With us CSS
10.Team CSS
11.Testimonial CSS
12.Plans CSS
13.Newsletter CSS
14.Contact CSS
15.Footer CSS
16.Scroll To Top CSS
17.Responsive CSS
====================*/


/*==========Fonts CSS Start==========*/
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Bold.eot');
    src: url('../fonts/Jost-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Bold.woff2') format('woff2'),
        url('../fonts/Jost-Bold.woff') format('woff'),
        url('../fonts/Jost-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.eot');
    src: url('../fonts/Jost-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Regular.woff2') format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff'),
        url('../fonts/Jost-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBold.eot');
    src: url('../fonts/Jost-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-SemiBold.woff2') format('woff2'),
        url('../fonts/Jost-SemiBold.woff') format('woff'),
        url('../fonts/Jost-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Martel';
    src: url('../fonts/Martel-Bold.eot');
    src: url('../fonts/Martel-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Martel-Bold.woff2') format('woff2'),
        url('../fonts/Martel-Bold.woff') format('woff'),
        url('../fonts/Martel-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*==========Fonts CSS End==========*/

/*==========Common CSS Start==========*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,html {
    overflow-x: hidden;
}

body {
    font-family: 'Jost';
    color: #565969;
}

input,
input:focus,
button,
button:focus {
    outline: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

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

h1,h2,h3,h4,h5,h6 {
    font-family: 'Jost';
    font-weight: bold;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #565969;
}

.common-sec {
    padding-top: 88px;
    position: relative;
}

.h1-title {
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.h1-title span {
    background: #fff;
    color: #FE6500;
    padding: 0 10px;
}

.h2-title {
    font-family: 'Martel';
    font-size: 35px;
    line-height: 45px;
    color: #002155;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.h3-title {
    color: #002155;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.titles {
    position: relative;
}

.back-title {
    color: #F0F0F0;
    font-size: 85px;
    line-height: 95px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    white-space: nowrap;
}

.sec-title {
    text-align: center;
    margin-bottom: 50px;
}

.sec-title-text {
    margin-top: 33px;
}

.sec-btn {
    width: 170px;
    height: 50px;
    background: #FE6500;
    border: none;
    outline: none;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
}

.sec-btn span {
    position: relative;
    z-index: 1;
}

.sec-btn:hover {
    color: #fff;
    background: #002155;
}

.sec-btn.transparent {
    border: 2px solid #fff;
    background: transparent;
}

.sec-btn.transparent:hover {
    background: #002155;
    border-color: #002155;
}

.sec-btn.blue {
    background: #002155;
}

.sec-btn.blue:hover {
    background: #FE6500;
}

.slick-slide {
    outline: none;
}

.slick-dots {
    bottom: 0;
    z-index: 1;
}

.slick-dots li button:before,
.slick-dots li button:hover:before, 
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    display: none;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 2px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    transition: 0.3s;
}

.slick-dots li button:hover, 
.slick-dots li.slick-active button {
    background: #fff;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 60px;
    height: 70px;
    background: #ffffff;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 50px;
    color: #FE6500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    z-index: 1;
}

.slick-arrow:hover {
    background: #FE6500;
    color: #ffffff;
}

.slick-arrow.prev-arrow {
    left: -75px;
    padding-right: 5px;
}

.slick-arrow.next-arrow {
    left: auto;
    right: -75px;
    padding-left: 5px;
}

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

.overlay-sec {
    position: relative;
}

.overlay-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002155;
    opacity: 0.8;
    z-index: 0;
}

.line-title {
    display: inline-flex;
    align-items: center;
    margin-bottom: 17px;
}

.line-title .line-text {
    font-size: 20px;
    line-height: 30px;
    color: #FE6500;
    letter-spacing: 7px;
    font-weight: bold;
    text-shadow: 0 2px 0 rgb(38 38 58 / 0.16);
}

.line-title .left-borders,
.line-title .right-borders {
    width: 65px;
    height: 6px;
    position: relative;
}

.line-title .left-borders {
    margin-right: 25px;
}

.line-title .right-borders {
    margin-left: 25px;
}

.line-title .left-borders:before,
.line-title .left-borders:after,
.line-title .right-borders:before,
.line-title .right-borders:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FE6500;
}

.line-title .left-borders:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 35px;
}

.line-title .right-borders:after {
    top: auto;
    bottom: 0;
    width: 35px;
}

.overflow-text {
    max-height: 130px;
    overflow: auto;
    overflow-x: hidden; 
    padding-right: 10px;
}

.overflow-text p:last-child {
    margin-bottom: 0;
}

.overflow-text::-webkit-scrollbar {
    width: 3px;
}

.overflow-text::-webkit-scrollbar-thumb {
    background: #FE6500;
}

.overflow-text::-webkit-scrollbar-track {
    background: #002155;
}

.form-input {
    width: 100%;
    height: 50px;
    border: none;
    background-color: #F5F5F5;
    color: #002155;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 26px;
    display: block;
    border-radius: 0;
}

.form-input::placeholder {
    color: #002155;
    opacity: 1;
}

.form-input:focus {
    outline: none !important;
}

.form-control-span {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.form-input.textarea {
    resize: none;
    height: 150px;
}

.for-des {
	display: block;
}

.for-mob {
	display: none;
}
/*==========Common CSS End==========*/

/*==========Header CSS Start==========*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s;
    z-index: 100;
}

.header-box {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #fff;
    transition: 0.3s;
}

.site-logo {
    display: inline-block;
    background: black;
    position: relative;
    top: 15px;
    height: 100%;
    transition: 0.3s;
}

.site-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 100%;
    border-bottom: 2px solid #002155;
    position: relative;
    z-index: 1;
}

.site-logo a img {
    width: 100%;
}

.header-menu {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.main-navigation ul {
    margin: 0;
    list-style: none;
    font-size: 0;
}

.main-navigation ul li {
    display: inline-block;
    margin: 0 23px;
}

.main-navigation ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
}

.main-navigation ul li a:hover {
    color: #FE6500;
}

.toggle-button {
    display: none;
}

.header-call {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 51px;
    margin-left: 35px;
}

.header-call:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 60%;
    background: #FE6500;
    transform: translate(0,-50%);
}

.header-call a {
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.header-call .call-image {
    width: 40px;
    margin-right: 17px;
}

.header-call .call-text span {
    display: block;
}

.header-call .call-number {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    transition: 0.3s;
}

.header-call a:hover .call-number {
    color: #FE6500;
}

/*--Sticky Header Start--*/
.site-header.sticky-header {
    background: #002155;
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 5px 0 rgb(0 33 85 / 0.5);
}

.site-header.sticky-header .site-logo a {
    box-shadow: 0 0 5px 0 rgb(0 33 85 / 0.5);
}

.site-header.sticky-header .header-box {
    height: 100px;
    border-color: transparent;
}

.site-header.sticky-header .header-menu {
    height: 100px;
}
/*--Sticky Header End--*/

/*==========Header CSS End==========*/

/*==========Banner CSS Start==========*/
.banner-slide-box {
    padding: 317px 0 236px 0;
}

.main-banner .overlay-sec:before {
    background: linear-gradient(-155deg, #002155, #FF631B);
    opacity: 0.7;
}

.banner-slide-box .container {
    position: relative;
    z-index: 1;
}

.banner-content p {
    color: #ffffff;
    margin-bottom: 40px;
    width: 70%;
}

.banner-slider .slick-arrow.prev-arrow {
    left: 0;
    border-radius: 0 40px 40px 0;
    padding-right: 12px;
}

.banner-slider .slick-arrow.next-arrow {
    right: 0;
    border-radius: 40px 0 0 40px;
    padding-left: 12px;
}

.banner-slider .slick-arrow.prev-arrow:hover,
.banner-slider .slick-arrow.next-arrow:hover {
    width: 70px;
}

.banner-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.banner-slider .slick-dots {
    max-width: 1200px;
    text-align: right;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 50px;
    padding: 0 15px;
}
/*==========Banner CSS End==========*/

/*==========About us CSS Start==========*/
.about-img-wp {
    position: relative;
    height: 650px;
    padding-left: 70px;
    margin-top: -30px;
    margin-right: 40px;
    background: linear-gradient(-205deg, rgb(0 33 85 / .85), rgb(255 99 27 / .85));
}

.about-img-wp:before {
    content: '';
    position: absolute;
    top: 65px;
    left: 15px;
    width: calc(100% + 55px);
    height: 520px;
    background-image: url('../images/about-pattern.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.about-img {
    width: calc(100% + 40px);
    height: 627px;
    box-shadow: 10px 10px 50px rgba(0,0,0,0.2);
    position: relative;
    top: -70px;
    z-index: 1;
}

.about-content {
    padding-top: 100px;
    padding-left: 30px;
}

.about-content-text {
    margin-bottom: 44px;
}

.about-content-text .overflow-text {
    max-height: 130px;
}
/*==========About us CSS End==========*/

/*==========Services CSS Start==========*/
.main-services {
    padding: 100px 0 55px 0;
    position: relative;
}

.service-box {
    margin-bottom: 45px;
}

.service-img {
    width: 100%;
    height: 270px;
}

.service-content {
    padding: 20px 10px 0 0;
}

.service-content .h3-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-content p {
    margin-bottom: 18px;
}
/*==========Services CSS End==========*/

/*==========Counter CSS Start==========*/
.main-counter {
    background: #002155;
    padding: 57px 0;
    position: relative;
}

.main-counter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/pattern.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 0;
}

.counter-box {
    text-align: center;
}

.counter-box .counter-image {
    height: 80px;
    margin-bottom: 15px;
}

.counter-box .counter-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.counter-box p {
    color: #fff;
    margin-bottom: 0;
}
/*==========Counter CSS End==========*/

/*==========Work CSS Start==========*/
.main-work {
    padding: 100px 0;
    position: relative;
}

.work-box {
    position: relative;
}

.work-box .work-img-box {
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.16);
    position: relative;
    overflow: hidden;
}

.work-box .work-img {
    width: 100%;
    height: 270px;
}

.work-hover-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.75);
    transition: 0.3s;
}

.work-hover-box a {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FE6500;
    transition: 0.3s;
}

.work-hover-box a:hover {
    background: #002155;
}

.work-box:hover .work-hover-box {
    top: 0;
}

.work-content-box {
    width: calc(100% - 70px);
    margin: auto;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.work-content-box p {
    color: #FE6500;
    margin-bottom: 0;
}

.work-content-box .h3-title {
    margin: 0;
}

.work-slider.slick-slider {
    margin-bottom: 0;
    padding-bottom: 70px;
}

.work-slider.slick-slider .slick-list {
	overflow: visible;
}

.work-slider.slick-slider .slick-slide {
	opacity: 0;
	transition: 0.3s;
}

.work-slider.slick-slider .slick-slide.slick-active {
	opacity: 1;
	transition: 0.3s;
}

.work-slider.slick-slider .slick-dots li {
    border-color: #FE6500;
}

.work-slider.slick-slider .slick-dots li button:hover, 
.work-slider.slick-slider .slick-dots li.slick-active button {
    background: #FE6500;
}
/*==========Work CSS End==========*/

/*==========Work With us CSS Start==========*/
.main-work-with {
    padding-bottom: 100px;
}

.work-with-box {
    position: relative;
    padding: 100px 40px;
}

.work-with-box:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 2px solid #fff;
    z-index: 0;
}

.side-borders:before,
.side-borders:after {
    position: absolute;
    content: '';
    top: 0;
    right: 100%;
    width: 100px;
    background: #FE6500;
    height: 100%;
}

.side-borders:after {
    right: auto;
    left: 100%;
}

.work-with-box .sec-title {
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.work-with-box .sec-title .h2-title,
.work-with-box .sec-title p {
    color: #fff;
}

.work-with-box .sec-title .sec-title-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.play-btn {
    position: relative;
    z-index: 1;
    text-align: center;
}

.play-btn a {
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #fff;
    font-size: 45px;
    color: #fff;
    transition: 0.3s;
}

.play-btn a:hover {
    background: #FE6500;
    border-color: #FE6500;
}
/*==========Work With us CSS End==========*/

/*==========Team CSS Start==========*/
.main-team {
    position: relative;
    padding: 100px 0;
    background: #FE6500;
}

.main-team:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/team-pattern.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 0;
}

.main-team .sec-title .line-title .line-text {
    color: #fff;
}

.main-team .sec-title .line-title .left-borders:before, 
.main-team .sec-title .line-title .left-borders:after, 
.main-team .sec-title .line-title .right-borders:before, 
.main-team .sec-title .line-title .right-borders:after {
    background: #fff;
}

.main-team .sec-title .h2-title,
.main-team .sec-title p {
    color: #fff;
}

.main-team .sec-title .back-title {
    opacity: 0.3;
}

.team-box {
    position: relative;
}

.team-box .team-img-box {
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.16);
    position: relative;
    overflow: hidden;
}

.team-box .team-img {
    width: 100%;
    height: 470px;
}

.team-hover-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.75);
    transition: 0.3s;
}

.team-hover-box .social {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    right: 40px;
    transition: 0.3s;
}

.team-hover-box .social li {
    margin-bottom: 15px;
}

.team-hover-box .social li:last-child {
    margin-bottom: 0;
}

.team-hover-box .social li a {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #002155;
    color: #fff;
    font-size: 30px;
    transition: 0.3s;
}

.team-hover-box .social li a:hover {
    background-color: #FE6500;
}

.team-box:hover .team-hover-box {
    top: 0;
}

.team-box:hover .team-hover-box .social {
    top: 40px;
    transition-delay: 0.32s;
}

.team-content-box {
    width: calc(100% - 70px);
    margin: auto;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.team-content-box p {
    color: #FE6500;
    margin-bottom: 0;
}

.team-content-box .h3-title {
    margin: 0;
}
/*==========Team CSS End==========*/

/*==========Testimonial CSS Start==========*/
.main-testimonial {
    padding: 100px 0;
    position: relative;
}

.testimonial-left-img {
    width: 100%;
    height: 670px;
}

.testimonial-left-img:before {
    opacity: 0.7;
}

.testimonial-right-content {
    padding-top: 30px;
}

.testimonial-right-content .h2-title {
    margin-bottom: 30px;
}

.testimonial-slider {
    position: relative;
    padding-bottom: 65px;
}

.testimonial-slide-box {
    position: relative;
}

.quote-sign {
    position: absolute;
    top: 0;
    right: 0;
    width: 119.93px;
    height: 77.02px;
    z-index: -1;
}

.testimonial-text p {
    font-size: 18px;
    line-height: 28px;
}

.testimonial-text .overflow-text {
    max-height: 196px;
}

.testimonial-img-box {
    margin-top: 60px;
    display: flex;
    align-items: flex-end;
}

.testimonial-slide-img {
    width: 140px;
    height: 140px;
    margin-right: 30px;
    box-shadow: 5px 5px rgb(0 0 0 / 0.16);
}

.testimonial-name-and-position .h3-title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
}

.testimonial-name-and-position .position {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    color: #FE6500;
    font-style: italic;
}

.testimonial-slider .slick-list {
    padding-bottom: 5px;
}

.testimonial-slider .slick-arrow {
    top: auto;
    bottom: 0;
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    left: 15px;
    color: #FE6500;
    font-size: 18px;
    transform: none;
}

.testimonial-slider .slick-arrow span {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #002155;
    margin-left: 8px;
}

.testimonial-slider .slick-arrow.next-arrow {
    left: 115px;
}

.testimonial-slider .slick-arrow.next-arrow span {
    margin-left: 0;
    margin-right: 8px;
}
/*==========Testimonial CSS End==========*/

/*==========Plans CSS Start==========*/
.main-plans {
    padding-bottom: 100px;
    position: relative;
}

.plan-box {
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}

.plan-img-box {
    background: #002155;
    position: relative;
    padding: 30px;
    height: 230px;
}

.plan-img-box:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 2px solid #fff;
    z-index: 0;
}

.plan-img-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 24px 0;
}

.plan-img-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/team-pattern.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 0;
}

.plan-img-content .h3-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 3px;
}

.price-and-month {
    display: inline-block;
    padding: 11px 30px 0 30px;
    border-top: 1px solid #fff;
}

.price-and-month .h2-title {
    font-family: 'Jost';
    color: #fff;
    margin-bottom: 0;
}

.price-and-month .month {
    margin-bottom: 0;
    color: #fff;
}

.plan-content-box .plan-services {
    list-style: none;
    margin-bottom: 0;
    padding: 40px 40px 30px 100px;
}

.plan-content-box .plan-services li .icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    background: #002155;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.plan-content-box .plan-services li {
    display: flex;
    margin-bottom: 20px;
}

.plan-content-box .plan-services li:last-child {
    margin-bottom: 0;
}

.plan-btn {
    text-align: center;
    padding-bottom: 40px;
}

.plan-box.orange .plan-img-box {
    background: #FE6500;
}

.plan-box.orange .plan-content-box .plan-services li .icon {
    background: #FE6500;
}
/*==========Plans CSS End==========*/

/*==========Newsletter CSS Start==========*/
.main-newsletter {
    position: relative;
    padding: 100px 0;
    background: #002155;
}

.main-newsletter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 0;
}

.main-newsletter .sec-title .line-title .line-text {
    color: #fff;
}

.main-newsletter .sec-title .line-title .left-borders:before, 
.main-newsletter .sec-title .line-title .left-borders:after, 
.main-newsletter .sec-title .line-title .right-borders:before, 
.main-newsletter .sec-title .line-title .right-borders:after {
    background: #fff;
}

.main-newsletter .sec-title .h2-title,
.main-newsletter .sec-title p {
    color: #fff;
}

.main-newsletter .sec-title .back-title {
    opacity: 0.3;
}

.newsletter-form .form-control-span {
    margin-bottom: 0;
}

.newsletter-form .form-control-span img {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0,-50%);
    width: 37px;
}

.newsletter-form .form-control-span .form-input {
    height: 60px;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 185px 15px 100px;
    font-size: 18px;
    line-height: 28px;
}

.newsletter-form .form-control-span .sec-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0,-50%);
    border-radius: 30px;
}
/*==========Newsletter CSS End==========*/

/*==========Contact CSS Start==========*/
.main-contact {
    padding: 100px 0;
    position: relative;
}

.contact-content {
    height: 100%;
    border-right: 2px solid #FE6500;
    padding-right: 15px;
}

.contact-content .h2-title {
    font-family: 'Jost';
}

.line-img {
    padding-right: 25px;
}

.line-img img {
    width: 100%;
}

.media-wp {
    padding-top: 30px;
}

.media-box {
    display: flex;
    align-items: center;
    color: #565969;
    margin-bottom: 30px;
}

.media-box .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FE6500;
    margin-right: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.media-box .icon img {
    height: 35px;
}

.media-box .media-label {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #002155;
    transition: 0.3s;
}

.media-box .media-txt {
    transition: 0.3s;
}

.media-box:hover .media-txt {
    color: #FE6500;
}

.contact-form-wp {
    padding: 30px 0 0 30px;
}
/*==========Contact CSS End==========*/

/*==========Footer CSS Start==========*/
.main-footer {
    background: #002155;
}

.main-footer .top-footer {
    padding: 50px 0;
    border-bottom: 1px solid #fff;
}

.footer-link ul {
    list-style: none;
    margin-bottom: 0;
}

.footer-link ul li {
    display: inline-block;
    margin-right: 30px;
}

.footer-link ul li:last-child {
    margin-right: 0;
}

.footer-link ul li a {
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
}

.footer-link ul li a:hover {
    color: #FE6500;
}

.footer-logo {
    text-align: center;
}

.footer-logo a {
    width: 242px;
    display: inline-block;
}

.footer-social {
    text-align: right;
}

.footer-social ul {
    list-style: none;
    margin-bottom: 0;
}

.footer-social ul li {
    margin-left: 10px;
    display: inline-block;
}

.footer-social ul li:first-child {
	margin-left: 0;
}

.footer-social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #0E3168;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.3s;
}

.footer-social ul li a:hover {
    background: #FE6500;
}

.footer-copyright-text {
    text-align: center;
}

.footer-copyright-text p {
    margin-bottom: 0;
    color: #fff;
}

.footer-bottom {
    padding: 12px 0;
}

.footer-copyright-text p span {
    color: #FE6500;
}
/*==========Footer CSS End==========*/

/*==========Scroll To Top CSS Start==========*/
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #FE6500;
    font-size: 30px;
    color: #ffffff;
    padding: 5px 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.3);
    transition: 0.3s;
    display: none;
    z-index: 50;
}

.scroll-to-top:hover {
	background: #002155;
	color: #fff;
}

.scroll-to-top i {
    position: relative;
    top: 0;
    animation: moveup 0.5s linear infinite alternate;
}

@keyframes moveup {
	from {
		position: relative;
		top: -3px;
	}
	to {
		position: relative;
		top: 3px;
	}
}
/*==========Scroll To Top CSS End==========*/



/*==========Responsive CSS Start==========*/
@media screen and (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1499px) {
    .main-navigation ul li {
        margin: 0 20px;
    }
    .header-call {
        padding-left: 45px;
        margin-left: 26px;  
    }
    .banner-slider .slick-dots {
        max-width: 1140px;
    }
}

@media screen and (max-width: 1199px) {
    .main-navigation ul li {
        margin: 0 11px;
    }
    .header-call {
        padding-left: 18px;
        margin-left: 8px;
    }
    .banner-slider .slick-dots {
        max-width: 960px;
    }
    .plan-content-box .plan-services {
        padding: 40px 40px 30px 60px;
    }
}

@media screen and (max-width: 991px) {
	.for-des {
		display: none;
	}
	.for-mob {
		display: block;
	}
    .container {
        padding: 0 30px;
    }
    .site-header {
        height: 80px;
    }
    .site-header .container {
        max-width: 100%;
        padding: 0 30px;
        height: 100%;
    }
    .site-header .container .row {
        height: 100%;
    }
    .header-box {
        height: 80px;
        position: relative;
    }
    .site-header .row .col-lg-3 {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
    }
    .site-logo {
        position: absolute;
        top: 15px;
        left: 0;
        width: 170px;
        height: 100%;
        z-index: 1;
    }
    .header-menu {
        height: 80px;
        position: relative;
        padding: 0;
    }
    .header-call {
        position: absolute;
        margin: 0;
        padding: 0;
        top: 50%;
        right: 85px;
        transform: translate(0,-50%);
    }
    .header-call .call-image {
        margin: 0;
        width: 56px;
        height: 56px;
        background: #002155;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }
    .header-call .call-image img {
        width: 30px;
    }
    .header-call:before,
    .header-call .call-text {
        content: none;
        display: none;
    }
    .toggle-button {
        display: block;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        right: 0;
        width: 56px;
        height: 56px;
        background: #FE6500;
        border: none;
        outline: none;
        padding: 0 15px;
        z-index: 10;
    }
    .toggle-button span {
        width: 100%;
        height: 3px;
        background: #fff;
        display: block;
        margin-bottom: 5px;
        transition: 0.3s;
    }
    .toggle-button span:last-child {
        margin-bottom: 0;
    }
    .toggle-menu .toggle-button span:first-child {
        position: relative;
        top: 4px;
        transform: rotate(45deg);
    }
    .toggle-menu .toggle-button span:last-child {
        position: relative;
        top: -4px;
        transform: rotate(-45deg);
    }
    .menu-container {
        position: fixed;
        top: -110vh;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #002155;
        padding: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        opacity: 0;
        transition: 0.3s;
        z-index: 9;
    }
    .toggle-menu .menu-container {
        top: 0;
        opacity: 1;
    }
    .main-navigation ul li {
        display: block;
        padding: 20px 0;
    }
    .site-header.sticky-header {
        height: 70px;
    }
    .site-header.sticky-header .header-box {
        height: 70px;
    }
    .site-header.sticky-header .header-menu {
        height: 70px;
    }
    .site-header.sticky-header .header-call .call-image {
        background: #FE6500;
    }
    .banner-slide-box {
        padding: 283px 0 245px 0;
    }
    .about-content {
        padding-top: 50px;
        padding-left: 0;
    }
    .about-content-text .overflow-text {
    	max-height: unset;
    }
    .main-services {
        padding: 90px 0;
    }
    .service-box {
        margin-bottom: 0;
    }
    .service-content {
        text-align: center;
        padding: 20px 10px 0 10px;
    }
    .services-slider.slick-slider {
        padding-bottom: 70px;
        margin-bottom: 0;
    }
    .services-slider.slick-slider .slick-dots li {
        border-color: #FE6500;
    }
    .services-slider.slick-slider .slick-dots li button:hover, 
    .services-slider.slick-slider .slick-dots li.slick-active button {
        background: #FE6500;
    }
    .main-work {
    	padding: 90px 0;
    }
    .main-work-with {
    	padding-bottom: 90px;
    }
    .work-with-box {
    	padding: 90px 40px;
    }
    .main-team {
    	padding: 90px 0;
    }
    .testimonial-text .overflow-text {
        max-height: 170px;
    }
    .team-slider.slick-slider {
        padding-bottom: 70px;
        margin-bottom: 0;
    }
    .team-slider.slick-slider .slick-dots li {
        border-color: #fff;
    }
    .team-slider.slick-slider .slick-dots li button:hover, 
    .team-slider.slick-slider .slick-dots li.slick-active button {
        background: #fff;
    }
    .main-testimonial {
    	padding: 90px 0;
    }
    .main-plans {
    	padding-bottom: 90px;
    }
    .plan-slider.slick-slider {
	    margin-bottom: 0;
	    padding-bottom: 70px;
	}
	.plan-slider.slick-slider .slick-list {
		overflow: visible;
	}
	.plan-slider.slick-slider .slick-slide {
		opacity: 0;
		transition: 0.3s;
	}
	.plan-slider.slick-slider .slick-slide.slick-active {
		opacity: 1;
		transition: 0.3s;
	}
	.plan-slider.slick-slider .slick-dots li {
	    border-color: #002155;
	}
	.plan-slider.slick-slider .slick-dots li button:hover, 
	.plan-slider.slick-slider .slick-dots li.slick-active button {
	    background: #002155;
	}
	.main-contact {
		padding: 90px 0;
	}
	.contact-content {
		padding-right: 0;
		border-right: none;
		border-bottom: 2px solid #FE6500;
	}
	.contact-form-wp {
		padding-left: 0;
	}
	.footer-logo {
	    text-align: left;
	}
	.footer-social {
	    text-align: left;
	    padding: 40px 0;
	}
	.main-footer .top-footer {
		padding-top: 70px;
	}
	.footer-copyright-text {
		text-align: left;
	}
	.footer-bottom {
	    padding: 22px 0;
	}
	.scroll-to-top {
		display: none !important;
		opacity: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	.h1-title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 15px;
	}
	.banner-slider .slick-track {
		display: flex;
	}
	.banner-slider .slick-slide {
	    height: auto;
	}
	.banner-slide-box {
		padding: 203px 0 165px 0;
	}
	.banner-content p {
		width: 90%;
		margin-bottom: 25px;
	}
	.line-title .line-text {
		letter-spacing: 4px;
	}
	.line-title .left-borders, 
	.line-title .right-borders {
		width: 40px;
	}
	.line-title .left-borders {
		margin-right: 15px;
	}
	.line-title .right-borders {
		margin-left: 15px;
	}
	.line-title .left-borders:after,
	.line-title .right-borders:after {
		width: 25px;
	}
	.h2-title {
		font-size: 30px;
		line-height: 40px;
	}
	.back-title {
		font-size: 60px;
		line-height: 70px;
	}
    .about-img-wp {
        height: 390px;
        margin-right: 70px;
        padding-left: 30px;
    }
    .about-img {
        height: 400px;
    }
    .about-img-wp:before {
        height: 347px;
        width: calc(100% + 45px);
        left: 10px;
        top: 10px;
    }
    .main-counter .row [class*=col-]:nth-child(1) > div, 
    .main-counter .row [class*=col-]:nth-child(2) > div {
	    margin-bottom: 50px;
	}
	.testimonial-left-img {
		height: 480px;
	}
	.testimonial-right-content {
		padding-top: 50px;
	}
	.price-and-month .h2-title {
		font-size: 35px;
		line-height: 45px;
	}
	.plan-content-box .plan-services {
		padding: 40px 40px 30px 100px;
	}
}

@media screen and (max-width: 575px) {
    .container {
        padding: 0 30px;
    }
    .main-counter .row [class*=col-] > div {
	    margin-bottom: 50px;
	}
	.main-counter .row [class*=col-]:last-child > div {
	    margin-bottom: 0;
	}
	.newsletter-form .form-control-span img {
		left: 20px;
	}
	.newsletter-form .form-control-span .form-input {
		padding: 15px 155px 15px 70px;
	}
	.newsletter-form .form-control-span .sec-btn {
		width: 140px;
	}
}

@media screen and (max-width: 450px) {
    .line-title .line-text {
        letter-spacing: 2px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 400px) {
    .container,
    .site-header .container {
        padding: 0 15px;
    }
    .site-logo {
    	width: 130px;
    }
    .header-call {
    	right: 70px;
    }
    .header-call .call-image {
    	width: 50px;
    	height: 50px;
    }
    .toggle-button {
    	width: 50px;
    	height: 50px;
    }
    .banner-slide-box {
    	padding: 173px 0 145px 0;
    }
    .banner-content p {
    	width: 100%;
    }
    .h1-title {
	    font-size: 30px;
	    line-height: 40px;
	}
	.h2-title {
	    font-size: 24px;
	    line-height: 34px;
	}
	.h3-title {
		font-size: 20px;
		line-height: 30px;
	}
	.line-title .line-text {
		font-size: 14px;
		line-height: 24px;
	}
	.back-title {
	    font-size: 50px;
	    line-height: 60px;
	}
	.sec-title-text {
	    margin-top: 20px;
	}
    .about-img-wp {
    	height: 300px;
    	margin-right: 30px;
    }
    .about-img-wp:before {
    	width: 100%;
    	height: 280px;
    }
    .about-img {
    	width: calc(100% + 20px);
	    height: 330px;
	}
	.work-with-box {
		padding: 90px 20px;
	}
	.work-with-box:after {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	.counter-box .counter-title {
	    font-size: 40px;
	    line-height: 50px;
	}
	.play-btn a {
		width: 60px;
		height: 60px;
		font-size: 40px;
	}
	.plan-content-box .plan-services {
		padding: 40px 40px 30px 50px;
	}
	.testimonial-left-img {
		height: 350px;
	}
	.testimonial-slide-img {
		width: 100px;
		height: 100px;
	}
	.testimonial-text .overflow-text {
	    max-height: 340px;
	}
	.quote-sign {
	    width: 80px;
	    height: 51px;
	}
	.newsletter-form .form-control-span img {
		top: 11px;
		transform: none;
	}
	.team-box .team-img {
		height: 370px;
	}
	.newsletter-form .form-control-span .sec-btn {
		position: relative;
		transform: none;
		margin-top: 20px;
		width: 100%;
		right: 0;
		left: 0;
	}
	.newsletter-form .form-control-span .form-input {
		padding: 15px 70px 15px 70px;
	}
	.media-box .icon {
	    width: 50px;
	    height: 50px;
	}
	.media-box .icon img {
	    height: 25px;
	}
}
/*==========Responsive CSS End==========
