.section-gray { background-color: #F2F3F3; padding: 80px 0 80px; position: relative;}
.section-white {width: 100%; position: relative; padding: 80px 0 80px; background-color: #fff;}
.section-banner { /*background-image:url("images/resource/banner.jpg");*/  position: relative;background-size: cover; background-position: center center; background-repeat: no-repeat;}
.main-banner-area {position: relative; z-index: 1;}
.main-banner-area::before {
    background: rgba(0, 0, 0, 0.70) none repeat scroll 0 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.main-banner-description {
    position: relative;
    width: 100%;
    height: 300px;
}
.banner-caption {
    color: #333;
    display: inline-block;
    background: #f2f3f3;
    position: absolute;
    padding: 30px 15px 15px;
    right: -105px;
    bottom: 0;
    border-radius: 5px 0 0 0;
    min-width: 300px;
}

.banner-caption h2 {
    color: #333;
    display: inline;
    padding: 15px;
    font-size: 30px;
}



/*
 * 01.02 -> Editable background images Section
 * -----------------------------------------------
*/
.bg-img-1  {/*background-image: url(images/resource/bg-1.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-img-2  {/*background-image: url(images/resource/bg-2.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-img-3  {/*background-image: url(images/resource/bg-3.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-img-4  {/*background-image: url(images/resource/bg-4.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-img-5  {/*background-image: url(images/resource/bg-5.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-img-6  {/*background-image: url(images/resource/bg-6.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-img-7  {/*background-image: url(images/resource/bg-7.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-img-8  {/*background-image: url(images/resource/bg-8.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-img-9  {/*background-image: url(images/resource/bg-9.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-contact{background-image: url(/source/images/sgem.png)!important;position: relative;background-size: 9%;background-position: 86% 50%;background-repeat: no-repeat;border-bottom: 1px solid #939598;}
.bg-about  {/*background-image: url(images/resource/banner-about.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-team   {/*background-image: url(images/resource/banner-team.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-gallery{/*background-image: url(images/resource/bg-5.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-faq    {/*background-image: url(images/resource/banner-faq.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-service{/*background-image: url(images/resource/banner-service.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-blog   {/*background-image: url(images/resource/banner-blog.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-appoinment {/*background-image: url(images/resource/appoinment.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.bg-m-banner{/*background-image: url(images/resource/main-banner.jpg)!important;*/ position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;}

/*
 * 01.03 -> Edit button
 * -----------------------------------------------
*/

.btn-primary {
    position: relative;
    padding: 10px 20px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    background: #0166b3;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #2084d1;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-backface-visibility: all 0.3s ease-in-out;
    -ms-backface-visibility: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
}


.btn-primary:focus,
.btn-primary:active {
    background-color: #004677;
    border-color: #004677;
    border-radius: 0;
    color: #ffffff;
}

.btn-primary:hover {
    background:#004677;
    color:#ffffff;
    border-color:#004677;

}

.btn-blue {
    position:relative;
    padding:10px 20px;
    line-height:24px;
    color:#ffffff;
    font-size:14px;
    background:#004677;
    letter-spacing: 1px;
    font-weight:500;
    text-transform:uppercase;
    border:1px solid #fff;
     border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-backface-visibility: all 0.3s ease-in-out;
    -ms-backface-visibility: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
}


.btn-blue:focus,
.btn-blue:active {
    background-color: #004677;
    border-color: #004677;
    border-radius: 0;
    color: #ffffff;
}

.btn-blue:hover {
    background:#fff;
    color:#333;
    border-color:#004677;

}

.btn-white {
    background-color: #fff;
    border-radius: 0;
    color: #353535;
    border: 1px solid #004677;
    display: inline-block;
    font-size: 14px;
    font-weight: 700 !important;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    transition: all 700ms ease 0s !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-backface-visibility: all 0.3s ease-in-out;
    -ms-backface-visibility: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
}

.btn-white:focus,
.btn-white.focus {
    background-color: #f70009;
    border-color: #122b40;
    color: #f70009;
    border-radius: 0;
}

.btn-white:hover {
    background-color: #004677;
    border-color: #fff;
    color: #fff;
}


.section-title{
    overflow: hidden;
    position: relative;
}
.section-title-two h2{
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
}

.section-title-two h2::after {
    position: absolute;
    width: 40px;
    height: 3px;
    background: #41b3e5;
    content: '';
    bottom: 12px;
    margin-left: 15px;
}
.section-title-two h3 {
    color: #8d8d8d;
    font-family: "Open Sans",serif;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 6px;
}

/*
 * 05 -> Basic Bacground
 * -----------------------------------------------
*/
.bg-default {background-color:#fff!important;}
.bg-black   {background-color:#000!important;}
.bg-primary {background-color:#fbbe05!important;}
.bg-gray    {background-color:#f2f3f3!important;}
.bg-dgray   {background-color:#e9f2f2!important;}
.bg-black   {background-color:#1b212e!important;}
.bg-dblack  {background-color:#000000!important;}
.bg-red     {background-color:#f70009!important;}
.bg-dred    {background-color:#eb060e!important;}
.bg-yellow  {background-color:#fa9d1c!important;}
.bg-dyellow {background-color:#ea8e0f!important;}
.bg-blue    {background-color:#004677!important;}
.bg-dblue   {background-color:#1b4959!important;}





/*=================================================
==========End of editable area====================
=================================================*/
.cross-white-btn {
    position: relative;
    background-color: #fff;
    border-radius: 0;
    color: #353535;
    display: inline-block;
    font-size: 20px;
    font-weight: 700 !important;
    padding: 10px 20px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    transition: all 700ms ease 0s !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-backface-visibility: all 0.3s ease-in-out;
    -ms-backface-visibility: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
}

.cross-white-btn::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 116%;
    width: 2px;
    background-color: #004677;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-backface-visibility: all 0.6s ease-in-out;
    -ms-backface-visibility: all 0.6s ease-in-out;
}
.cross-white-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 108%;
    background-color: #004677;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-backface-visibility: all 0.6s ease-in-out;
    -ms-backface-visibility: all 0.6s ease-in-out;
}

.cross-white-btn span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-backface-visibility: all 0.6s ease-in-out;
    -ms-backface-visibility: all 0.6s ease-in-out;
}
.cross-white-btn span:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 106%;
    height: 2px;
    background-color: #004677;
     transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-backface-visibility: all 0.6s ease-in-out;
    -ms-backface-visibility: all 0.6s ease-in-out;
}
.cross-white-btn span:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2px;
    height: 119%;
    background-color: #004677;
}

.cross-white-btn:focus,
.cross-white-btn.focus {
    background-color: #004677;
    border-color: #122b40;
    color: #004677;
    border-radius: 0;
}

.cross-white-btn:hover {
    background-color: #004677;
    border-color: #fff;
    color: #fff;
}

.cross-white-btn:hover.cross-white-btn span:before {width: 100%;}
.cross-white-btn:hover.cross-white-btn span:after {height: 100%;}

.cross-white-btn:hover.cross-white-btn:before {height: 100%;}
.cross-white-btn:hover.cross-white-btn:after {width: 100%;}




.cross-primary-btn {
    position: relative;
    background-color: #fbbe05;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700 !important;
    padding: 10px 20px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    transition: all 700ms ease 0s !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-backface-visibility: all 0.3s ease-in-out;
    -ms-backface-visibility: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
}

.cross-primary-btn::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 116%;
    width: 2px;
    background-color: #fff;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-backface-visibility: all 0.6s ease-in-out;
    -ms-backface-visibility: all 0.6s ease-in-out;
}
.cross-primary-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 108%;
    background-color: #fff;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-backface-visibility: all 0.6s ease-in-out;
    -ms-backface-visibility: all 0.6s ease-in-out;
}

.cross-primary-btn span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-backface-visibility: all 0.6s ease-in-out;
    -ms-backface-visibility: all 0.6s ease-in-out;
}
.cross-primary-btn span:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 106%;
    height: 2px;
    background-color: #fff;
     transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-backface-visibility: all 0.6s ease-in-out;
    -ms-backface-visibility: all 0.6s ease-in-out;
}
.cross-primary-btn span:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2px;
    height: 119%;
    background-color: #fff;
}

.cross-primary-btn:focus,
.cross-primary-btn.focus {
    background-color: #004677;
    border-color: #122b40;
    color: #004677;
    border-radius: 0;
}

.cross-primary-btn:hover {
    background-color: #004677;
    border-color: #fff;
    color: #fff;
}

.cross-primary-btn:hover.cross-primary-btn span:before {width: 100%;}
.cross-primary-btn:hover.cross-primary-btn span:after {height: 100%;}

.cross-primary-btn:hover.cross-primary-btn:before {height: 100%;}
.cross-primary-btn:hover.cross-primary-btn:after {width: 100%;}




.cross-blue-btn {
    position: relative;
    background-color: #004677;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700 !important;
    padding: 10px 20px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    transition: all 700ms ease 0s !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-backface-visibility: all 0.3s ease-in-out;
    -ms-backface-visibility: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
}

.cross-blue-btn::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 116%;
    width: 2px;
    background-color: #004677;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-backface-visibility: all 0.6s ease-in-out;
    -ms-backface-visibility: all 0.6s ease-in-out;
}
.cross-blue-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 108%;
    background-color: #004677;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-backface-visibility: all 0.6s ease-in-out;
    -ms-backface-visibility: all 0.6s ease-in-out;
}

.cross-blue-btn span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-backface-visibility: all 0.6s ease-in-out;
    -ms-backface-visibility: all 0.6s ease-in-out;
}
.cross-blue-btn span:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 106%;
    height: 2px;
    background-color: #004677;
     transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-backface-visibility: all 0.6s ease-in-out;
    -ms-backface-visibility: all 0.6s ease-in-out;
}
.cross-blue-btn span:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2px;
    height: 119%;
    background-color: #004677;
}

.cross-blue-btn:focus,
.cross-blue-btn.focus {
    background-color: #113a57;
    border-color: #122b40;
    color: #113a57;
    border-radius: 0;
}

.cross-blue-btn:hover {
    background-color: #113a57;
    border-color: #fff;
    color: #fff;
}

.cross-blue-btn:hover.cross-blue-btn span:before {width: 100%;}
.cross-blue-btn:hover.cross-blue-btn span:after {height: 100%;}

.cross-blue-btn:hover.cross-blue-btn:before {height: 100%;}
.cross-blue-btn:hover.cross-blue-btn:after {width: 100%;}
