/* Table Content
========================/
    # General
        - fonts
    # Sections
    # links
    # lists
        - contact-list
        - social-list
    # Images
    # Buttons
    # Paragraph
    # Headings
    # Forms
    # Header
        - Header After Scroll
        - large-screens
        - Small Screens
    # Slider
    # widgets
        - widget-style-inline
    # Expertise Section
    # portfolio Section
    # portfolio-fluid
        - Hover-widget
    # 
    # 
    # footer
*/
/* General
=========================*/
*:focus{
    outline: none!important;
}
@font-face {
    font-family: 'GE_SS_Two_Medium';
    src: url(../vendor/fonts/GE_SS_Two_Medium.otf);
    font-display: swap;
}
@font-face {
    font-family: 'GE_SS_Two_Light';
    src: url(../vendor/fonts/GE_SS_Two_Light.otf);
    font-display: swap;
}
@font-face {
    font-family: 'GE_SS_Two_Bold';
    src: url(../vendor/fonts/GE_SS_Two_Bold.otf);
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url(../vendor/fonts/OpenSans-Bold.ttf);
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src: url(../vendor/fonts/OpenSans-Semibold.ttf);
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-regular';
    src: url(../vendor/fonts/OpenSans-Regular.ttf);
    font-display: swap;
}
body{
    position: relative;
    background-color: #eaeff3;
    font-family: 'GE_SS_Two_Medium';
    font-size: 14px;
    overflow-x: hidden;

}
.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.page-content {
    z-index: 90;
}
.owl-carousel{
    direction: ltr;
}
.arrow-down{
    position: absolute;
    z-index: 10;
    color: #faaf3a;
    right: calc(50% - 11px);
    bottom: -60px;
    font-size: 23px;
    cursor: pointer;
    -webkit-transition: all .35s ease-in-out;
       -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
}
.arrow-down:hover,
.arrow-down:focus,
.arrow-down:active{
    color: #fff;
}
.padding-top-180{
    padding-top: 180px!important;
}


/* custom scroll
============================*/
::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 5px;
}
::-webkit-scrollbar-track:hover {
    background-color: #DDD
}
::-webkit-scrollbar-thumb {
    background:rgb(255, 175, 54);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background:rgba(255, 175, 54, 0.8)
}


/* Sections
======================*/
.section-settings{
    position: relative;
    padding: 120px 0;
}
.section-lg{
    padding: 180px 0 120px 0;
}
.section-head .section-title{
    margin-bottom: 45px;
    font-size: 30px;
    text-transform: capitalize;
}
.section-head p{
    margin:20px 0;
}
.section-head .custom-btn{
    margin-top: 20px;
}
span.colored{
    color: #ffaf36;
}

/*Links
==========================*/
a, a:hover, a:focus {
    text-decoration: none;
}
/*Lists
==========================*/
ul, li{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
/*********feature-list***********/
ul.feature-list li{
    position: relative;
    margin-bottom: 10px;
}
ul.feature-list li p{
    position: relative;
    padding-right: 30px;
    color: #28324e;
}
ul.feature-list li p:before{
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 12px;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #faaf3a;
}

/***********social-list*********/
ul.social-list li{
    display: inline-block;
}
ul.social-list li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #373839;
    color: #8a8a8a;
    -webkit-transition: all .35s ease-in-out;
       -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
}
ul.social-list li a:hover,
ul.social-list li a:focus,
ul.social-list li a:active{
    border-color: #ffaf36;
    color: #ffaf36;
}

/**********footer links************/
ul.footer-links li{
    display: inline-block;
    width: 49%;
    margin-bottom: 3px;
}
ul.footer-links li a{
    color: #8a8a8a;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
            transition: all .35s ease;
}
ul.footer-links li a:hover,
ul.footer-links li a:focus,
ul.footer-links li a:active{
    color: #ffaf36;
}

/**********contact-links***********/
ul.contact-links li{
    line-height: 35px;
    color: #8a8a8a;
}
ul.contact-links li i{
    display: inline-block;
    vertical-align: middle;
    color: #ffaf36;
    margin-left: 10px;
    font-size: 20px;
}
ul.contact-links li span{
    display: inline-block;
    vertical-align: middle;
    font-family: 'OpenSans-Semibold';
}


/******* page-navigation ********/
.page-navigation{
    text-align: center;
    font-family: 'OpenSans-Semibold';
}
.pagination{
    margin: 50px 0 20px;
}
.pagination > li > a,
.pagination > li > span{
    padding: 12px 18px;
    color: #ffffff;
    background-color: #2a2b2c;
    border: 1px solid #ffffff;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > li > span:active{
    color: #faaf3a;
    background-color: #28324e;
    border-color: #faaf3a;
}
/*Images
==========================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* Buttons
===========================*/
.custom-btn{
    display: inline-block;
    vertical-align: middle;
    background-color: #36a8ff;
    padding: 19px 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all .6s;
       -moz-transition: all .6s;
            transition: all .6s;
}
.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active,
.custom-btn.color-inverse{
    background-color: #28324e;
    color: #fff;
}
.custom-btn.btn-sm{
    padding: 9px 20px;
}
/* Paragraphs 
========================== */
p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #787878;
    font-family: 'GE_SS_Two_Light';
}
/* Headings 
========================== */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'GE_SS_Two_Bold';
}

/* Forms
=======================*/
.form-group{
    margin-bottom: 30px;
}
.form-group .form-control{
    height: 50px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0 20px;
    font-size: 15px;
    color: #787878;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all .35s ease-in-out;
       -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
    font-family: 'OpenSans-regular'; 
}
.form-group textarea.form-control{
    resize: none;
    height: auto;
    min-height: 170px;
    padding: 20px;
}
.form-group .form-control:hover,
.form-group .form-control:focus{
    border: 1px solid #faaf3a;
}
.form-control::-webkit-input-placeholder {
    font-size: 15px;
    color: #787878;
}
.form-control::-moz-placeholder  {
    font-size: 15px;
    color: #787878;
}
.form-control:-input-placeholder {
    font-size: 15px;
    color: #787878;
}
/******** Subscribe form ***********/
.subscribe-form {
    position: relative;
    margin-bottom: 25px;
}
.subscribe-form .form-control{
    border-radius: 0;
    background-color: #333;
    border: 1px solid transparent;
    color: #8a8a8a;
    box-shadow: none;
    height: 40px;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
            transition: all .35s;
}
.subscribe-form .form-control:focus{
    border: 1px solid #36a8ff;
}
.subscribe-form .custom-btn.btn-subscribe{
    height: 40px;
    padding: 12px 13px;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'OpenSans-regular';
}
.subscribe-form .custom-btn.btn-subscribe:hover,
.subscribe-form .custom-btn.btn-subscribe:focus,
.subscribe-form .custom-btn.btn-subscribe:active{
    background-color: #ffaf36;
}
/* Header
=============================*/
.header {
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: background .5s ease-in-out;
       -moz-transition: background .5s ease-in-out;
            transition: background .5s ease-in-out;
}
.header > .container{
    position: relative;
    margin-bottom: -100px;
}
.header > .container a.logo{
    position: relative;
    display: block;
    padding: 25px 0;
    float: right;
    font-size: 35px;
    color: #fff;
    -webkit-transition: padding .5s ease-in-out;
       -moz-transition: padding .5s ease-in-out;
            transition: padding .5s ease-in-out;
}
.header > .container a.logo img{
    width: 150px;
    -webkit-transition: width .7s ease-out;
       -moz-transition: width .7s ease-out;
            transition: width .7s ease-out; 
}
.header > .container a.logo span{
    color: #ffaf36;
}
.header > .container .header-btn{
    display: block;
    float: left;
    margin-top: 15px;
    padding: 15px 20px;
    font-size: 15px;
    color: #fff;
    background-color: #faaf3a;
    border-radius: 3px;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
.header > .container .header-btn:hover,
.header > .container .header-btn:focus,
.header > .container .header-btn:active{
    background-color: #36a8ff;
}
.header .navbar-toggle{
    display: none;
}
.header .navbar-nav > li > a{
    position: relative;
    padding: 10px 12.5px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .6s ease-out;
       -moz-transition: all .6s ease-out;
            transition: all .6s ease-out;
}
.header .navbar-nav > li.active > a,
.header .navbar-nav > li > a:hover{
    background-color: transparent;
}
.header .navbar-nav > li > a:focus{
    background-color: transparent;
}
.header .navbar-nav > li > a:before{
    content: attr(data-hover);
    position: absolute;
    top: 10px;
    right: 12.5px;
    white-space: nowrap;
    color: #ffaf36;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
	width: 0;
    overflow: hidden;
    -webkit-transition: width .7s ease-out;
       -moz-transition: width .7s ease-out;
            transition: width .7s ease-out;        
}
.header .navbar-nav > li > a:hover:before,
.header .navbar-nav > li.active > a:before{
	width: 100%;
} 
/*Header After Scroll*/
.header.colored{
    background-color: #fff;
    z-index: 100;
    border-bottom:1px solid #DDD
}
.header.colored > .container a.logo,
.header.colored .navbar-nav{
    padding: 15px 0;
}
.header.colored > .container a.logo{
    color: #28324e;
}
.header.colored > .container .header-btn{
    padding: 10px 20px;
}
.header.colored .navbar-nav > li > a{
    color: #28324e;
}
/*Large screens*/
@media (min-width:992px){
    .header .navbar-nav{
        float: left;
        padding: 25px 0;
        margin-left: 50px;
        -webkit-transition: padding .5s ease-in-out;
           -moz-transition: padding .5s ease-in-out;
                transition: padding .5s ease-in-out;
    }
    .header .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }   
}
/*Small Screen*/
@media all and (max-width:991px){
    h2{
        text-align: center;
    }
    .header{
        background-color: #28324e;
        z-index: 100;
    }
    .header > .container {
        margin-bottom: 0
    }
    .header > .container a.logo{
        margin-left: 15px;
    }
    .header .navbar-toggle{
        display: block;
        margin: 0;
        margin-top: 25px;
        margin-right: 15px;
        border-radius: 0;
        background-color: transparent;
        -webkit-transition: margin .5s ease-in-out;
           -moz-transition: margin .5s ease-in-out;
                transition: margin .5s ease-in-out;
    }
    .header.colored .navbar-toggle{
        margin-top: 20px;
    }
    .header .navbar-toggle .icon-bar{
        background-color: #ffaf36;
        height: 2px;
    }
    .header .navbar-toggle .icon-bar + .icon-bar{
        margin-top: 5px;
    }
    .header .navbar-collapse.collapse {
        display: none!important;
    }
    .header .navbar-collapse.collapse.in {
        overflow: hidden!important;
        display: block!important;
        border-bottom:1px solid rgba(85,85,85,0.6)
    }
    .header .navbar-nav{
        float: none;
    }
    .header .navbar-nav > li{  
        float: none;
        margin: 15px 0
    }
    .header .navbar-nav > li.dropdown {
        float: none;
        margin-bottom:40px;
    }
    .header .navbar-nav > li.dropdown .dropdown-menu{
        background-color: transparent
    }
    .header .navbar-nav > li.dropdown .dropdown-menu>li>a{
        color: #ffaf36;
        font-size:1em;
        -webkit-transition: all .2s ease-in-out;
           -moz-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
    }
    .header .navbar-nav > li.dropdown .dropdown-menu>li>a:hover{
        background-color: transparent!important;
        font-weight: bold
    }
    .header .navbar-nav > li > a:before{
        display: none;
    }
    .header .navbar-nav > li > a:hover,
    .header .navbar-nav > li.active > a{
        color: #ffaf36;
    }
}
@media all and (max-width:380px){
    .header > .container .header-btn{
        display: none;
    }
}

/* Page-layout
=====================*/
.skew-left-gray{
    left: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    width: 100%;
    height: 100px;
    -ms-transform: skewY(-2.5deg);
    -webkit-transform: skewY(-2.5deg);
    transform: skewY(-2.5deg);
    background: #eaeff3;
    bottom: -40px;
}
.skew-right-white{
    right: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    width: 100%;
    height: 100px;
    -ms-transform: skewY(2.5deg);
    -webkit-transform: skewY(2.5deg);
    transform: skewY(2.5deg);
    background: #fff;
    bottom: -70px;
}
.arrow-shape-blue{
    display: block;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #28324E;
    border-width: 100px 1000px 0px 1000px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.arrow-shape-white{
    display: block;
    width: 0;
    border-style: solid;
    border-color: #28324e;
    border-top-color: #ffffff;
    border-width: 100px 1000px 0px 1000px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.arrow-shape-white.bottom-30{
    bottom: -30px;
}
.arrow-shape-gray{
    display: block;
    width: 0;
    border-style: solid;
    border-color: #eaeff3;
    border-top-color: #ffffff;
    border-width: 100px 1000px 0px 1000px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
/* Slider
==========================*/
.slider{
    position: relative;
    background-image: url(../images/pattern-slider.png);
    background-position: center center;
    background-color: #28324e;
}
.slider .section-title{
    color: #fff;
}
.slider .section-head p{
    color: #ddd;
    line-height: 30px;
}
.slider .slider-img img{
    margin: auto;
}
@media all and (max-width:767px){
    .header .navbar-nav{
        margin: 0;   
    }
    .slider .section-head{
        text-align: center;
    }
}
/* Page-head
=======================*/
.page-head{
    position: relative;
    height: calc(100vh - 40px);
    margin-bottom: 50px;
}
.page-head .arrow-shape-blue{
    border-top-color: #222955;
}
.page-head .slider-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}
.page-head .page-head-caption{
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: calc(50vh - 100px);
    color: #fff;
}
.page-head .page-head-caption h2{
    font-size: 36px;
    margin-bottom: 30px;
}
.page-head .page-head-caption p{
    color: #fff;
    font-size: 22px
}
.page-head .arrow-down{
    bottom: -10px
}
.page-head .section-head{
    color: #fff;
}
.page-head .section-head p{
    color: #ddd;
    line-height: 30px;
}
@media all and (max-width:991px){
    .page-head-img {
        display: none;
    }
    .page-head .section-head{
        text-align: center;
    }
}
/* services
=========================*/
#services{
    min-height: 500px;
    background-color: #fff;
    padding-bottom: 0;
}
#services .section-head p:nth-child(odd){
    margin:0 5px
}
#services .section-head .custom-btn{
    position: relative;
    z-index: 10;
}
.main-services-wrap{
    position: relative;
    min-height:500px;
    top: -50px;
}
.main-services-wrap .service-item{
    position: absolute;
    width: 16%;
    max-width: 386px;
    max-height: 386px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.main-services-wrap .service-item img{
    width: 100%;
    height: 100%;
}
.main-services-wrap .service-item.item-lg{
    width: 33.1%;
}
.main-services-wrap .service-item.list-one{
    top: -300px; 
    left: 63px;
}
.main-services-wrap .service-item.list-two{
    left: 38.5%;
    top: 16.5%;
}
.main-services-wrap .service-item.list-three{
    left: 26.3%;
    top: 39.5%;
}
.main-services-wrap .service-item.list-four{
    left: 63%;
    top: 16.5%;
}
.main-services-wrap .service-item.list-five{
    left: 50.8%;
    top: 39.5%;
}
.main-services-wrap .service-item.list-six{
    left: 75.3%;
    top: 39.6%;
}

.main-services-wrap .service-item .more-link-wrapper{
    position: absolute;
    text-align: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
.main-services-wrap .service-item .more-info-link{
    background: rgba(255, 175, 54, 0.8);
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
}
.main-services-wrap .service-item .more-link-wrapper:hover .more-info-link{
    opacity: 1;
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
}

.main-services-wrap .service-item .more-info-link span{
    position: absolute;
    transform: rotate(-45deg);
    font-size: 55px;
    color: #ffffff;
    display: block;
    height: 55px;
    width: 55px;
    line-height: 55px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media all and (min-width:992px) and (max-width:1199px){
    .main-services-wrap .service-item.list-one{
        top: -300px; 
        left: 63px;
    }
    .main-services-wrap .service-item.list-two{
        left: 39.5%;
        top: 9.5%;
    }
    .main-services-wrap .service-item.list-three{
        left: 27.3%;
        top: 28.5%;
    }
    .main-services-wrap .service-item.list-four{
        left: 64%;
        top: 9.5%;
    }
    .main-services-wrap .service-item.list-five{
        left: 51.8%;
        top: 28.5%;
    }
    .main-services-wrap .service-item.list-six{
        left: 76.3%;
        top: 28.6%;
    }
    .main-services-wrap .service-item .more-info-link span{
        font-size: 45px;
    }
}

@media all and (min-width:768px) and (max-width:991px){
    .main-services-wrap{
        top: 0;
    }
    .main-services-wrap .service-item{
        width: 15%;
    }
    .main-services-wrap .service-item.item-lg{
        width: 40%;
    }
    .main-services-wrap .service-item.list-one{
        left: 40px;
        top: 55px;
    }
    .main-services-wrap .service-item.list-two{
        left: 36.5%;
        top: 22.5%;
    }
    .main-services-wrap .service-item.list-three{
        left: 25%;
        top: 36%;
    }
    .main-services-wrap .service-item.list-four{
        left: 59.1%;
        top: 22.9%;
    }
    .main-services-wrap .service-item.list-five{
        left: 47.8%;
        top: 36%;
    }
    .main-services-wrap .service-item.list-six{
        left: 70%;
        top: 36%;
    }
    .main-services-wrap .service-item .more-info-link span{
        font-size: 35px;
    }
}

@media all and (max-width:767px){
    #services{
        padding-bottom: 200px;
    }
    .main-services-wrap{
        top: 70px;
        min-height: 117px;
    }
    .main-services-wrap .service-item{
        left: auto!important;
        right: auto!important;
        margin-bottom: 15px;
        position: relative;
        top: auto!important;
        width: 300px!important;
        margin: 0 auto 99px;
    }
}
/* Section work
========================*/
#blog{
    background-color: #eaeff3;
    min-height: 500px;
    padding-top: 0;
    padding-bottom: 120px;
}
#blog .section-head{
    margin-bottom: 50px;
}
.blog-item .blog-item-head{
    margin-bottom: 30px;
}
.blog-item .blog-item-head .blog-item-img{
    margin: 0;
    height: 240px;
    overflow: hidden;
}
.blog-item .blog-item-head .blog-item-img img{
    width: 100%;
    height: 100%;
}
.blog-item .blog-item-content .blog-heading{
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    color: #28324e;
    -webkit-transition: all .35s ease-in-out;
       -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
}
.blog-item .blog-item-content .blog-heading:hover{
    color: #faaf3a;
}
.blog-item .blog-item-content p{
    line-height: 27px;
    margin-bottom: 20px;
}
@media all and (max-width:991px){
    .blog-item{
        margin-bottom: 30px;
    }
}
/* all blog
========================*/
.all-blog .section-head{
    margin-bottom: 50px;
}
.all-blog .blog-item{
    margin-bottom: 30px;
}
/* Single-blog
=========================*/
.single-blog .single-blog-img{
    margin-bottom: 30px;
}
.single-blog .single-blog-img img{
    margin: auto;
}
.single-blog .single-blog-content{
    margin-bottom: 30px;
}
.single-blog .single-blog-content .blog-content-heading{
    color: #36a8ff;
    margin-bottom: 25px;
}
.single-blog .single-blog-content p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #28324e;
}
.single-blog .single-blog-foot span{
    color: #ffaf36;
    font-size: 18px;
    margin-left: 10px;
}
.single-blog .single-blog-foot ul{
    display: inline-block;
}
.single-blog .single-blog-foot ul.tags-list li{
    display: inline-block;
    margin-left: 5px;
}
.single-blog .single-blog-foot ul.tags-list li a{
    display: inline-block;
    color: #36a8ff;
}
/* partner
==========================*/
#partner{
    position: relative;
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 100px;
}
#partner h2{
    margin-top:25px
}
/* call-to-action
==========================*/
#call-to-action{
    background-image: url(../images/pattern.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #28324e;
    padding: 120px 0 0 0;
}
#call-to-action .section-title{
    color: #fff;
    margin-bottom: 35px;
    font-size: 40px;
}
#call-to-action p{
    width: 80%;
    margin: auto;
    color: #ddd;
    margin-bottom: 35px;
    font-size: 20px;
}
#call-to-action .custom-btn:hover,
#call-to-action .custom-btn:focus,
#call-to-action .custom-btn:active{
    background-color: #ffaf36;
}
/* all-services
==========================*/
#all-services{
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 90px;
}
#all-services .section-head{
    margin-bottom: 50px;
}
.service-item-list{
    position: relative;
    margin-bottom: 30px;
    padding: 90px 0;
}
.service-item-list .service-item-img{
    float: left;
    width: 210px;
    margin-right: 90px;
}
.service-item-list .service-item-content{
    float: right;
    width: calc(100% - 300px);
    text-align: left;
}
.service-item-list .service-item-content .service-heading{
    margin-bottom: 30px;
    text-transform: capitalize;
}
.service-item-list .service-item-content p{
    margin-bottom: 30px;
    line-height: 28px;
}
.service-item-list:last-of-type{
    margin-bottom: 0;
}
/*odd item*/
.service-item-list:nth-of-type(even){
    background-color: #eaeff3;
}
.service-item-list:nth-of-type(even) .service-item-img{
    float: right;
    margin-right: auto;
    margin-left: 90px;
}
.service-item-list:nth-of-type(even) .service-item-content{
    float: left;
    text-align: right;
}

.service-item-list.has-img:before{
    position: absolute;
    content: "";
    background-image: url(../images/pyramids.png);
    top: -100px;
    right: 70px;
    width: 220px;
    height: 100px;
    
}
@media all and (max-width:767px){
    .service-item-list .service-item-img,
    .service-item-list:nth-of-type(even) .service-item-img{
        float: none;
        margin: 0 auto 35px;
    }
    .service-item-list .service-item-content,
    .service-item-list:nth-of-type(even) .service-item-content{
        float: none;
        width: 100%;
        text-align: center;
    }
    .service-item-list.has-img:before{
        display: none;
    }
}
/* Contact section
==========================*/
#contact{
    position: relative;
    padding-top: 80px;
}
#contact .section-head p{
    width: 80%;
    margin: 0 auto 30px;
}
#contact .contact-form .custom-btn{
    display: block;
    margin: auto;
    background-color: #faaf3a;
}
#contact .contact-form .custom-btn:hover,
#contact .contact-form .custom-btn:focus,
#contact .contact-form .custom-btn:active{
    background-color: #28324e;
}
/* features section
========================*/
.features{
    background-color: #fff;
    padding-bottom: 30px;
}
.features:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 250px;
    background-image: url(../images/patterns/features-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
.features > .container{
    position: relative;
    z-index: 2;
}
.features .section-head{
    margin-bottom: 50px;
}
.features .feature-item{
    margin-bottom: 50px;
}
.features .feature-item:hover .feature-item-icon{
    background-color: #36a8ff!important;
}
.features .feature-item:hover .feature-item-content .feature-title{
    color: #36a8ff!important;
}
.features .feature-item .feature-item-icon{
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    background-color: #eaeff3;
    border-radius: 50%;
    margin-left: 20px;
    -webkit-transition: all .35s ease-in-out;
       -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
}
.features .feature-item .feature-item-icon.red{
    background-color: #ef5350;
}
.features .feature-item .feature-item-icon.teal{
    background-color: #4ad5c0;
}
.features .feature-item .feature-item-icon.blue{
    background-color: #039be5;
}
.features .feature-item .feature-item-icon.gray{
    background-color: #607d8b;
}
.features .feature-item .feature-item-icon.green{
    background-color: #66bb6a;
}
.features .feature-item .feature-item-icon.yellow{
    background-color: #ffb74d;
}
.features .feature-item .feature-item-icon i{
    color: #fff
}
.features .feature-item .feature-item-content{
    display: inline-block;
    width: calc(100% - 85px);
    vertical-align: top;
}
.features .feature-item .feature-item-content .feature-title{
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transition: all .35s ease-in-out;
       -moz-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
}
@media all and (min-width:992px) and (max-width:1199px){
    .features .feature-item .feature-item-icon{
        display: block;
        margin: 0 auto 20px auto;
    }
    .features .feature-item .feature-item-content{
        display: block;
        width: 100%;
        margin: auto;
        text-align: center
    }
}
@media all and (max-width:400px){
    .features .feature-item .feature-item-icon{
        display: block;
        margin: 0 auto 20px auto;
    }
    .features .feature-item .feature-item-content{
        display: block;
        margin: auto;
        text-align: center
    }
}

/* price-table-section
=======================*/
.price-table{
    background-image: url(../images/pattern.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #28324e;
    padding: 120px 0 0 0;
}
.price-table .section-head{
    margin-bottom: 70px
}

.price-table .section-title{
    color: #fff;
    margin-bottom: 35px;
    font-size: 40px;
}
.price-table p{
    width: 80%;
    margin: auto;
    color: #ddd;
    font-size: 20px;
}
.price-table-content{
    width: 100%;
    text-align: center;
}
.price-table-content tr th:first-child {
    background-color: #f5f7fc;
    color: #28324e;
    font-size: 28px;
}
.price-table-content tr th ,
.price-table-content tr td {
    width:25%;position:relative;
}
.price-table-content tr td i.fa-times {
    color:#af1313;
}
.price-table-content tr td i.fa-check {
    color:#0dce1f;
}
.price-table-content tr td:nth-of-type(2):before {
    content:'';
    width:1px;
    height:100%;
    display:block;
    position:absolute;
    top:0;left:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=180, Color=#000000)";
    -moz-box-shadow:3px 0 24px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:3px 0 24px 1px rgba(0,0,0,0.2);
    box-shadow:3px 0 24px 1px rgba(0,0,0,0.2);
    filter:progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#000000);
}
.price-table-content tr td:nth-of-type(4):before {
    content:'';
    width:1px;
    height:100%;
    display:block;
    position:absolute;
    top:0;right:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=0, Color=#000000)";
    -moz-box-shadow:-3px 0 24px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:-3px 0 24px 1px rgba(0,0,0,0.2);
    box-shadow:-3px 0 24px 1px rgba(0,0,0,0.2);
    filter:progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#000000);
}
.price-table-content tr th{
    background-color:#303a57;
    text-align: center;
}
.price-table-content tr th span{
    display:block;
}
.price-table-content tr th .th-1{
    font-size: 22px;
    padding: 18px 0;
    background-color: #039be5;
    color: #fff;
}
.price-table-content tr th .th-2{
    font-family: 'OpenSans-Semibold';
    font-size:40px;
    line-height:28px;
    padding:18px 0;
    color: #faaf3a;
}
.price-table-content tr th .th-2 span{
    font-size: 16px;
    margin-top:5px;
}
.price-table-content tr th:nth-of-type(3) .th-1{
    background-color: #e89a21;
    padding-top:40px;
    margin-top:-20px;
}
.price-table-content tr th:nth-of-type(3) .th-2{
    color:#fff;
    background: #faaf3a;    
}
.price-table-content tr td{
    color:#28324e;
    background-color:#fff;
    padding-top:15px;
    padding-bottom:15px;
    position:relative;
}
.price-table-content tr td:nth-of-type(even){
    background-color:#f0f6f9;
}
.price-table-content tr td:nth-of-type(1){
    font-size:17px;
}
.price-table-content tr:nth-of-type(2) td{
    padding-top:30px;
}
.price-table-content tr:not(:last-child) td:after{
    content:'';
    display:block;
    width:85%;
    height:1px;
    background-color:#ddd;
    position:absolute;
    bottom:0;
    left:50%;
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}
.price-table-content tfoot tr td{
    padding: 20px 0 0!important;
}
.price-table-content tfoot tr td a{
    width: 100%;
    padding: 30px 0;
    font-size: 18px;
    background-color: #039be5;
}
.price-table-content tfoot tr td a.sp{
    background-color: #e89a21;
}
.price-table-content tfoot tr td a:hover,
.price-table-content tfoot tr td a:active,
.price-table-content tfoot tr td a:focus{
    background-color: #222955;
}
@media all and (max-width:700px){
    .price-table-content tr th:first-child,
    .price-table-content tr td:nth-of-type(1){
        display: none;
    }
    .price-table-content tr th, .price-table-content tr td{
        display: block;
        width: 100%;
    }
    .price-table-content tr:nth-of-type(odd) td{
        background-color: #fff;
    }
    .price-table-content tr:nth-of-type(even) td{
        background-color: #f0f6f9;
    }
}
/* all-features section
---------------------=====*/
.all-features{
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 90px;
}
.all-features .section-head{
    margin-bottom: 50px;
}

@media all and (max-width:991px){
    .all-features .section-head{
        text-align: center;
    }
    .all-features .all-feat-img{
        margin-top: 30px;
    }
    .all-features .all-feat-img img{
        margin: auto;
    }
}
/* Footer
==========================*/
.footer{
    position: relative;
    background-color: #2a2b2c;
    padding: 90px 0 45px;
}
.footer:before{
    position: absolute;
    content: "";
    background-image: url(../images/pyramids.png);
    top: -100px;
    right: 70px;
    width: 220px;
    height: 100px;
}
.footer-widget .logo{
    margin-bottom: 30px;
}
.footer-widget .logo .footer-logo{
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 30px;
}
.footer-widget .logo .footer-logo span{
    color: #ffaf36;
}
.footer-widget .footer-heading{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer .footer-widget p{
    color: #8a8a8a;
    font-size: 13px;
    text-transform: capitalize;
}
.footer .footer-widget p.subscribe{
    font-size: 14px;
    color: #ffaf36;
}
.footer .footer-widget p span{
    color: #ffaf36;
}
@media (max-width:991px){
    .footer-widget{
        margin-bottom: 30px;
    }
}
@media all and (max-width:767px){
    .footer:before{
        display: none;
    }
    .footer-widget{
        text-align: center;
    }
}
/* scroll-top
=====================*/
#scroll-top{
    width: 40px;
    height: 50px;
    color: #faaf3a;
    line-height: 80px;
    background-color: transparent;
    text-align: center;
    position: fixed;
    z-index: 999999;
    border-radius: 4px;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    display: none;
}
#scroll-top i{
    font-size: 40px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
#scroll-top:hover i,
#scroll-top:focus i,
#scroll-top:active i{
    color: #039be5
}
/*remove input type number arrows*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


#spinner{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffaf36;
    z-index: 999999;
}
.lds-ripple {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
    top: 49%
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }
  