/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    /*src: url('../fonts/MyriadPro-Regular.otf');*/

    src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'AJannatLT';
    /*src: url('../fonts/AJannatLT.otf');*/

    src: url('../fonts/AJannatLT.woff') format('woff'), /* Modern Browsers */
    url('../fonts/AJannatLT.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/AJannatLT.svg#AJannatLT') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'beINNormal';
    /*src: url('../fonts/beINNormal.otf');*/

    src: url('../fonts/beINNormal.woff') format('woff'), /* Modern Browsers */
    url('../fonts/beINNormal.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/beINNormal.svg#beINNormal') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'AGOOGLE';
    /*src: url('../fonts/AGOOGLE.otf');*/

    src: url('../fonts/AGOOGLE.woff') format('woff'), /* Modern Browsers */
    url('../fonts/AGOOGLE.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/AGOOGLE.svg#beINNormal') format('svg'); /* Legacy iOS */
}

body {
    min-width: 320px;
    overflow-x: hidden;
    background: #fff;
    color: #222221;
    font: 14px 'MyriadPro-Regular';
    line-height: 1.5em;
}

h1 {
    font-size: 30px;
    color: #252471;
    font-weight: bold;
    margin-bottom: 35px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

a {
    display: inline-block;
}

a , a:hover , a:focus {
    text-decoration: none;
    cursor: pointer;
}

a, input, select, textarea, button, .apps-images img, .top-social-media li a span.fa, .last-social-media li a span.fa {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c4c4c4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c4c4c4;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c4c4c4;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #c4c4c4;
}

input:not([type='submit']) , select , textarea {
    padding: 6px 10px;
    display: block;
    width: 100%;
    height: 50px;
    background: #ebeef1;
    color: rgba(55, 55, 60, 0.50);
    font-weight: 100;
    margin-bottom: 15px;
    border-radius: 40px;
    text-indent: 10px;
}

input:not([type='submit']):focus , select:focus , textarea:focus {
    border-color: #282471;
}

textarea {
    height: 150px;
    resize: none;
    padding: 20px 10px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

p.clearfix {
    margin-bottom: 0;
}

/*--------------------------------------
********  FONTS-FAMILY ********
--------------------------------------*/

.font-weight {
    font-weight: bold;
}

.font-MyriadPro {
    font-family: 'MyriadPro-Regular', sans-serif;
}

.font-agoogle {
    font-family: 'AGOOGLE', sans-serif;
}

.font-ajaanat {
    font-family: 'AJannatLT', sans-serif;
}

.font-ben, .footer-list li a {
    font-family: 'beINNormal', sans-serif;
}

.word-break {
    word-break: break-all;
}

.line-1-6 {
    line-height: 1.6em;
}

/*--------------------------------------
*********** FONTS-SIZE ***********
--------------------------------------*/

.font-12 {
    font-size: 12px;
}

.font-18 {
    font-size: 18px;
}

.font-24 {
    font-size: 24px;
}

.font-36 {
    font-size: 36px;
}

.font-46 {
    font-size: 46px;
    line-height: 1.4em;
}

/*--------------------------------------
********* COLORS *********
--------------------------------------*/

.white-color, .first-footer {
    color: #fff !important;
}

.blue-color {
    color: #5756b7;
}

.dark-blue-color {
    color: #252471;
}

.dark-blue-color-2 {
    color: #17144b;
}

.gray-color {
    color: #4c4c4c;
}

.gray-light-color {
    color: rgba(76, 76, 76, 0.61);
}

/*--------------------------------------
********* PADDING ********
--------------------------------------*/

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

/*--------------------------------------
*********  MARGIN ********
--------------------------------------*/

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

/*--------------------------------------
*********** BTNS ***********
--------------------------------------*/

.btn {
    border-radius: 2px;
    padding: 8px 25px !important;
}

.sl-btn {
    padding: 15px 20px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff;
    text-decoration: none;
}
.sl-btn:before {
    content: '';
    display: block;
    background: #21233d;
    width: 200px;
    height: 10em;
    transform: rotate(45deg);
    position: absolute;
    top: -5em;
    z-index: -1;
}

.send-btn {
    padding: 10px 30px;
    border-radius: 40px;
    background: #252471;
}

.btn-block {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/*--------------------------------------
*********** BOX ***********
--------------------------------------*/

.div-padding {
    padding: 20px 0;
}

.box {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.dis-in-block {
    display: inline-block;
    vertical-align: middle;
}

.n-list-li > li {
    padding-right: 0;
    padding-left: 0;
}

/*--------------------------------------
***********   LOADER  ***********
--------------------------------------*/

.loader{
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
}

.loader img{
    position: absolute;
    top: 50%;
    right: 50%;
    height: 150px;

    transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}

/*--------------------------------------
*********** TOP HEADER ***********
--------------------------------------*/

.top-header {
    background: url("../images/top-header-bg.png") no-repeat center;
    background-size: cover;
}

.f-media.media-fa span.fa {
    color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: #282471;
    text-align: center;
    font-size: 30px;
    padding: 8px;
}

.apps-images a img {
    margin: 2px;
}

/*--------------------------------------
*********** START NAV ***********
--------------------------------------*/

nav.navbar {
    position: relative;
    border: 0;
    margin: 0;
    background: #282471;
    border-radius: 0;
}

.nav > li {
    padding: 15px 0;
}

.nav > li > a {
    font-family: 'MyriadPro-Regular', sans-serif;
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
}

.nav>li>a.active ,.nav>li>a:hover, .nav>li>a:focus {
    border: 0;
    color: #fff;
    background: transparent;
}

.navbar-toggle {
    padding: 0;
    color: #fff;
    margin: 15px;
    font-size: 21px;
}

.top-social-media li a span.fa, .last-social-media li a span.fa, .last-media .media-fa span.fa {
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 2PX solid #fff;
    text-align: center;
    padding: 6px;
}

.dropdown-menu {
    text-align: center;
}

/*--------------------------------------
*********** SLIDER ***********
--------------------------------------*/

.owl-carousel.main-owl .item {
    position: relative;
}

.owl-carousel.main-owl img {
    width: 100%;
    min-height: 500px;
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
    filter: blur(2px);
}

.owl-carousel.with-pages .owl-nav {
    display: none;
}

.owl-carousel.with-pages .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.owl-carousel.with-pages .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 3px;
    background: #c3d4e0;
    margin: 0 3px;
}

.owl-carousel.with-pages .owl-dots .owl-dot.active {
    background: #0f1125;
}

.item-caption {
    text-align: center;
    position: absolute;
    right: 50%;
    bottom: 50%;
    font-size: 12px;
    color: #fff;
    z-index: 3;
    transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
}

.f-d {
    background: rgba(37, 36, 113, 0.91);
    padding: 5px 40px;
    margin-bottom: 15px;
}

/*--------------------------------------
***********  CONTENT  ***********
--------------------------------------*/

.border-line {
    position: relative;
    max-width: 360px;
    margin: auto;
}

.border-line:after, .border-line:before {
    content: '';
    position: absolute;
    top: -2px;
    display: block;
    vertical-align: middle;
    background: #282471;
}

.border-line:before {
    top: -15px;
    height: 6px;
    width: 58px;
}

.border-line:after {
    top: -15px;
    width: 6px;
    height: 64px;
}

.image-holder {
    height: 480px;
    position: relative;
    overflow: hidden;
}

.image-holder img {
    width: 100%;
    min-height: 480px;
}

.image-holder:before {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 50px solid white;
    width: 0;
}

.border-left {
    height: 66px;
}

/*--------------------------------------
********** FIRST FOOTER *********
--------------------------------------*/

.first-footer {
    background: #282471;
}

.footer-list li a {
    color: #fff;
}

.footer-list li {
    padding-top: 15px;
}

.last-media .media-fa span.fa {
    margin-right: 15px;
}

/*--------------------------------------
***********   FOOTER   ***********
--------------------------------------*/

.footer {
    background: #272841;
    padding: 15px 0 10px 0;
    color: #fff;
}

/*--------------------------------------
*********  CONTENT PAGE *********
--------------------------------------*/

.content-page {
    width: 100%;
    height: 520px;
    margin-bottom: 40px;
}

.content-page img {
    width: 100%;
    min-height: 450px;
}

.gray-box {
    padding: 20px 15px;
    background: #d9d9dc;
    margin-bottom: 10px;
}

/*--------------------------------------
*********  CONTACT US *********
--------------------------------------*/

.contact-us {
    position: relative;
    background: url("../images/contact-us-bg.png") no-repeat center;
    background-size: cover;
    min-height: 140px;
}

.contact-us:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(37, 36, 113, 0.42);
    z-index: 2;
}

.contact-us .container {
    position: relative;
    z-index: 100;
}

.contact-media .media-fa span.fa {
    color: #fff;
    font-size: 38px;
    border-radius: 50%;
    width: 69px;
    height: 69px;
    border: 2PX solid #fff;
    text-align: center;
    padding: 12px;
}

.blue-bg {
    background: #00b5e8;
}

.blue-2-bg {
    background: #252471;
}

.red-bg {
    background: #f95352;
}

.green-bg {
    background: #57c73f;
}

.contact-list li a span.fa {
    font-size: 30px;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 13px;
    margin: 2px 0;
}

.f-bg {
    background: #292ea5;
}

.t-bg {
    background: #37c7f1;
}

.y-bg {
    background: #cd2827;
}

.i-bg {
    background: #d72395;
}

.b-bg {
    background: #e7e51d;
}

#map {
    width: 100%;
    height: 430px;
}

/*--------------------------------------
*********  HOVER EFFECTS *********
--------------------------------------*/

.apps-images a:hover img {
    transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}

.top-social-media li a:hover span.fa, .last-social-media li a:hover span.fa {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

/*--------------------------------------
*********** TEXT ALIGN ***********
--------------------------------------*/

.align-right, .align-left {
    text-align: center;
}

/*--------------------------------------
*********** START MEDIA ***********
--------------------------------------*/

@media (max-width: 767px) {

    .align-right, .align-left {
        text-align: center;
    }

    .top-social-media {
        padding-bottom: 70px;
    }

    .last-social-media {
        padding-bottom: 20px;
    }

    .f-d .font-46 {
        font-size: 35px;
        line-height: 1.4em;
    }

    .f-d {
        padding: 10px 15px;
    }

    .border-line:before {
        top: -10px;
    }

    .border-line:after {
        top: -10px;
    }

}

@media (min-width: 768px) {


    .dis-in-block-sm {
        display: inline-block;
        vertical-align: middle;
    }

}

@media (max-width: 992px) {

    .align-right-992, .align-left-992, .media-fa.media-left  {
        text-align: center;
    }

    .n-p {
        padding-top: 32px;
    }

}

@media (min-width: 992px) {

    .apps-images:before {
        content: '';
        position: absolute;
        background: #101240;
        width: 2px;
        height: 40px;
        display: block;
        vertical-align: middle;
    }

    .n-p {
        padding-top: 0;
    }

}

/*--------------------------------------
*********** END ***********
--------------------------------------*/
















