/**
  * Name: Movixo
  * Version: 1.0
  * Author: cmt
  * Author URI: http://www.cmt.com
*/
@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap');
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
body {
    font-size: 75%;
    background: #fff;
    font-family: sans-serif;
    color: #8a91ac;
}
body {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #696884;
}
img {
    border: none;
    max-width:100%;
    margin: 0;
    z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 15px;
    font-weight: 700; 
    color :#16143e;
    line-height: 100%;
    padding: 0 0;
}
h1 {
    font-size: 28px;
    line-height: 32px
}
h2 {
    font-size: 26px;
    line-height: 40px
}
h3 {
    font-size: 18px;
    line-height: 24px;
}
h4 {
    font-size: 16px;
    line-height: 22px;
}
h5 {
    font-size: 15px;
    line-height: 20px
}
h6 {
    font-size: 13px;
    line-height: 18px
}
pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap; 
}
strong,{ color: #e21f2f; }
a:hover, a:focus{ text-decoration: none; }

a{ color: #16143e }

a,.site-branding,.site-branding img,
#site-header-menu #site-navigation .menu ul{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.box-shadow1 {
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.1);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.1);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.1);
}

/*==========================================================================
       section
    ==========================================================================*/
.pt-200{ padding-top: 200px; }
.p-50 { padding: 50px; }
.pt-50 { padding-top: 50px; }
.pb-50 { padding-bottom: 50px; }
.pb-80 { padding-bottom: 80px; }
.mb-35{ margin-bottom: 35px; }


/*==========================================================================
       row bg image
    ==========================================================================*/
.row-bg1{
    background-image: url(../images/row-bg-one.jpg);
}

.cmt-bg-layer, .cmt-titlebar-wrapper .cmt-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.cmt-bg.cmt-bgimage-yes>.cmt-bg-layer {
    opacity: .97;
}
.cmt-bgcolor-skincolor > .cmt-bg-layer{
    background-color: #e21f2f;
}



/*==========================================================================
       helper-class
    ==========================================================================*/
.container-fluid{padding: 0px 35px;}
.inner-page-section .container-fluid{padding: 0px}
.page{ overflow: hidden; }
.cmt-row{ padding: 90px 0px 60px;  position: relative; }
.cmt-row.features-section { padding: 260px 0 60px; margin-top: -190px;}


.buttons{ margin-top: 50px; }
.buttons a{ margin: 0 10px; }

.cmt-textcolor-white,
.cmt-bgcolor-darkgrey .section-title h2.title{color: #fff;}
.cmt-textcolor-grey, .cmt-btn-color-skincolor:hover{color: #f6faff;}
.cmt-textcolor-skincolor, .cmt-btn-color-skincolor{color: #e21f2f;}
.cmt-bgcolor-white{background-color: #fff;}
.cmt-bgcolor-skincolor{ background-color: #e21f2f;}
.cmt-bgcolor-grey { background-color: #f8f8fb; }

.cmt-bgcolor-darkgrey, .cmt-bgcolor-darkgrey > .cmt-bg-layer {background-color: #16143e;}

.cmt-bg-layer,.cmt-bg-layer-inner {position: absolute;height: 100%;width: 100%;top: 0;left: 0;}
.cmt-col-bgimage-yes .cmt-bg-layer-inner, .cmt-bg.cmt-bgimage-yes>.cmt-row-wrapper-bg-layer.cmt-bg-layer {opacity: .90;}
.cmt-bg {position: relative;}
.bg-layer .row > [class*='col-'] {padding: 0;}
.bg-layer .row {margin: 0;}


/** button **/
.cmt-btn {
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-weight: 700;
    overflow: hidden;
    z-index: 9;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cmt-btn.btn-inline{ padding: 0; }
.cmt-btn.cmt-btn-size-md {
    font-size: 15px;
    padding: 11px 30px 12px 30px;
    border : 1px solid transparent;
}
.cmt-btn.cmt-btn-color-white.cmt-btn-style-fill{ background-color: #fff; color: #0a0c0e;}
.cmt-btn.cmt-btn-color-white.cmt-btn-style-fill:hover{ color: #5E5E5C; background-color: #f0f0f0; }

.cmt-btn.cmt-btn-color-skincolor.cmt-btn-style-fill{ background-color: #e21f2f; color: #fff;}
.cmt-btn.cmt-btn-color-skincolor.cmt-btn-style-fill:hover{ color: #0a0c0e; background-color: #fff; }

.cmt-btn.cmt-btn-style-border {
    background-color: transparent;
    border: 1px solid currentcolor;
}
.cmt-btn.cmt-btn-color-white.cmt-btn-style-border{ 
    color: #fff;
    border-color: #fff;
    background: transparent; 
}
.cmt-btn.cmt-btn-color-white.cmt-btn-style-border:hover {
    color: #020d26;
    border-color: #FFF;
    background-color: #FFF;
}
.cmt-btn.cmt-btn-color-skincolor.cmt-btn-style-border:hover {
    color: #fff;
    border-color: #e21f2f;
    background-color: #e21f2f;
}
.cmt-btn.cmt-btn-shape-round{border-radius: 3px;}

.cmt-bgcolor-skincolor p{ color: rgba(255,255,255,.75); }
.cmt-bgcolor-skincolor h1, .cmt-bgcolor-skincolor h2, .cmt-bgcolor-skincolor h3,
.cmt-bgcolor-skincolor h4, .cmt-bgcolor-skincolor h5, .cmt-bgcolor-skincolor h6,
.cmt-bgcolor-skincolor .section-title h5 { color: #fff; }


/* ===============================================
    7.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 22px;
}
.section-title h5{
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #898a9c;
    position: relative;
}
.section-title h2.title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 10px;
}
.section-title.title-style-center_text{
    text-align: center;
    margin-bottom: 28px;
}

.section-title:not(.title-style-center_text) h5 {
    padding-left: 25px;
}
.section-title h5:before ,
.section-title.title-style-center_text h5:after {
    content: "";
    left: 0;
    position: absolute;
    top: 5px;
    margin: 0 auto;
    display: block;
    width: 15px;
    height: 1px;
    background-color: #c2c2d3;
}
.section-title.title-style-center_text h5:before{
    left: -25px;
}
.section-title.title-style-center_text h5:after {
    left: auto;
    right: -25px;
}


.row-title .section-title{
    margin-bottom: 36px;
}
.row-title h2.title {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 10px;
}



/*==========================================================================
       header
    ==========================================================================*/
.cmt-stickable-header-w {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.site-branding {
    float: left;
    display: block;
    z-index: 1;
    position: relative;
}
.site-branding img {max-height: 60px;}
.cmt-menu-toggle input[type=checkbox] {display: none;}
.cmt-menu-toggle {float: right;}
#site-header-menu #site-navigation .menu > ul > li:hover > a,
#site-header-menu #site-navigation .menu ul li.current a {color: #e21f2f;}

/*==========================================================================
       footer
    ==========================================================================*/
footer{ 
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    position: relative;
    background-size: cover;
    background-position: center;
}
footer .footer-content h2{ 
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
}
footer p {
    color: #fff;
    margin-bottom: 30px;
}
.star-ratings ul{
    padding: 0;
    margin-bottom: 20px;
} 
.star-ratings ul li{
    margin: 0 1px;
    font-size: 16px;
    line-height: 1;
    color: #ffd200;
    list-style: none;
    display: inline-block;
}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 37px;
    border-radius: 50%;
    background-color: #e21f2f;
}
#totop.top-visible {
    height: 45px;
    width: 45px;
    font-size: 22px;
    display: inline;
}

.spacing-1{
    padding: 0px 0 0 152px;
}
.spacing-2{
    padding: 0px 152px 0px 0px;
}
.mb-15{margin-bottom: 15px !important;}
.pt-90{padding-top: 90px!important;}
.mt-25{margin-top: 25px!important;}
.mt-30{margin-top: 30px!important;}
.mt_75{margin-top: -75px!important;}
.mt_100{margin-top: -100px!important;}
.mt-65{margin-top: 65px!important;}


.bg-img1 {
    background-image: url(../images/row-bgimage-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img2 {
    background-image: url(../images/row-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.star-div{
    padding-bottom: 35px;
    width: 10%;
    margin: 0 auto;
}


/* cmt-list-style-icon */
.cmt-list.cmt-list-style-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}
.cmt-list.cmt-list-style-icon li {
    position: relative;
    padding-bottom: 11px;
}
.cmt-list.cmt-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #e21f2f;
}
.cmt-list.cmt-list-style-icon .cmt-list-li-content {
    display: inline-block;
    padding-left: 20px;
    font-weight: 400;
}

.fea-box {
    text-align: center;
    margin-bottom: 30px;
    background: #f8f8fb;
    color: #fff;
    padding: 55px 30px 35px 30px;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.05);
    box-shadow: 0 0 35px rgba(0,0,0,.05);
    transition-duration: .3s;
    min-height: 224px;
    border: 1px solid #eaeaea;
}
.fea-box h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
        margin-top: 20px;
}


@media (min-width: 1420px){
    .container{max-width: 1380px!important}
    .margin-overlay {
    margin-top: -350px;
    }
}
@media (min-width: 1200px){

    .cmt-stickable-header-w {
    background-color: transparent;
    position: absolute;
    z-index: 9999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    /* ===============================================
        header
    ------------------------*/
    .cmt-stickable-header-w {
        background-color: transparent;
    }
    .cmt-stickable-header.fixed-header .site-branding,
    #site-header-menu .cmt-stickable-header.fixed-header  #site-navigation,
    #site-header-menu .cmt-stickable-header.fixed-header #site-navigation .menu > ul > li > a{
        height: 70px!important;
        line-height: 70px!important;
    }
    .cmt-stickable-header.fixed-header .site-branding img {max-height: 50px;}
    .cmt-stickable-header.fixed-header {
        z-index: 111;
        background-color: #16143e;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
    }
    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
       
    #site-header-menu #site-navigation {
        position: relative;
        height: 102px;
        line-height: 102px ;
    }
    #site-header-menu #site-navigation .menu{
        float: right;
    }
    #site-header-menu #site-navigation .menu{position: relative;}
    #site-header-menu #site-navigation .menu > ul {
        margin: 0px;
        padding: 0px;
    }
    #site-header-menu #site-navigation .menu > ul > li {
        display: inline-block;
        position: relative;
    }
    #site-header-menu #site-navigation .menu > ul > li > a{
        display: inline-block;
        vertical-align: middle;
        margin: 0px 14px 0px 14px;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }
    #site-header-menu #site-navigation .menu > ul > li:last-child > a{ margin-right: 0; }
    #site-header-menu #site-navigation .menu > ul > li:hover > a{
        color:  #e21f2f;
    }
    .icon-block{ padding-left: 40px; position: relative; }
    .icon-block:before{
        position: absolute;
        content: "";
        height: 30px;
        width: 1px;
        left: 20px;
        top: 45%;
        background-color: rgba(255,255,255,.08);
    }

    .cmt-stickable-header-w {height: auto;}
    .cmt-stickable-header-w {
        background-color:transparent;
        position: absolute;
        z-index: 9999;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

}

@media (max-width: 1199px){

    .cmt-header-wrap {
        width: auto;
        display: block;
        position: relative;
    }
    #cmt-stickable-header-w.cmt-stickable-header-w {
        background-color: #16143e;
    }
    .site-header-menu-inner.cmt-stickable-header {
        width: auto;
        display: block;
        position: relative;
    }
    #site-header-menu .site-navigation {position: relative;}
    .cmt-menu-toggle input[type=checkbox] {display: none;}
    .cmt-menu-toggle {
        position: relative;
        height: 30px;
        width: 30px;
        top: -60px;
        right: 15px;
    }
    .cmt-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 38px;
        left: 15px;
        margin: 0;
    }
    .cmt-menu-toggle label span{
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .cmt-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #ecf0f1;
    }
    .cmt-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }
    .cmt-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .cmt-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .cmt-menu-toggle input[type=checkbox]:checked ~ .cmt-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }
    .cmt-menu-toggle input[type=checkbox]:checked ~ .cmt-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }
    .cmt-menu-toggle input[type=checkbox]:checked ~ .cmt-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -12px;
    }
    #site-header-menu #site-navigation .menu,
    #site-header-menu #site-navigation .menu > ul ul,
    #site-header-menu #site-navigation .menu ul li > ul li a:before {display: none;}
    #site-header-menu #site-navigation .menu.active {
        max-height: 55em;
        display: block;
    }
    #site-header-menu #site-navigation .menu ul li a {color: rgba(80,87,103,1);}
    #site-header-menu #site-navigation .menu ul > li ul li > a { padding : 15px 15px 15px 15px;font-size: 14px;font-weight: 400; }
    #site-header-menu #site-navigation .menu ul li > ul li.active > a,
    #site-header-menu #site-navigation .menu ul li > ul li > a.active,
    #site-header-menu #site-navigation .menu ul li > ul li > a:hover{background-color: transparent!important;color: #e21f2f!important;}
    #site-header-menu #site-navigation .menu ul li > a:hover
    {color: #e21f2f;}

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }
    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }
    #site-navigation .menu > ul {
        position: absolute;
        padding: 10px 20px;
        box-shadow: rgba(0,0,0,0.12) 3px 3px 15px;
        border-top: 3px solid #e21f2f;
        z-index: 100;
        width: 100%;
        top: 100%;
        background-color: #fff;
        margin: 0;
    }
    #site-navigation .menu > ul li:not(:last-child){
        border-bottom: 1px solid rgba(80,87,103,0.15);
    }
    #site-header-menu #site-navigation .menu li, #site-header-menu #site-navigation .menu > ul > li {display: block;}
    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after{ 
        position: absolute;
        right: 15px;
        font-size: 16px;
        opacity: .8;
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 19px;
        margin-left: 4px;
        margin-top: 3px;
    }
    #site-header-menu #site-navigation .menu ul li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px !important;
        height: auto;
        line-height: 18px;
        font-weight: 500;
        font-size: 16px;
    }
    
}

@media (max-width: 991px){

    .p-50 { padding: 30px 15px 0; }
    .res-991-mt-0{margin-top: 0!important;}
    .container-fluid {padding: 0px 15px;}
    .section-title h2.title {font-size: 28px;line-height: 40px;}
    .section-title h5{font-size: 14px;}
    .section-title.with-sep {
        margin-bottom: 28px;
    }
    .cmt-row{padding: 60px 0 !important;}
    .cmt-row.header-style-section { padding: 60px 0 0!important; }
    .inner-page-section { padding: 60px 0 30px !important; }
    .padding-1 {padding: 20px 15px 20px;}
    .spacing-1 {
        padding: 30px 0 0px 0px;
    }
    .spacing-2 {
        padding: 30px 0px 0px 0px;
    }
    .fea-box {min-height: 180px; }
    footer .footer-content h2 {font-size: 28px; line-height: 40px;}
    footer .footer-content p {font-size: 14px;}
    footer {padding-top: 60px !important;padding-bottom: 50px !important;}
    
}

@media (max-width: 767px)
{
.res-767-pt-0{padding-top: 0!important;}
.star-div {
    width: 30%;
}

}
@media (max-width: 575px){
    .site-branding img {
    max-width: 85%;}

    .site-header-menu-inner .d-flex{
        display: block !important;
    }
}


.shakeimage{
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}

.tada-img {
    -webkit-animation: bounce 24s linear infinite;
    -moz-animation: bounce 24s linear infinite;
    -o-animation: bounce 24s linear infinite;
    animation: bounce 24s linear infinite;
}

.shakeimage.two ,.tada-img.two{ animation-delay: 2s; }

/*** Color Switcher Style
==================================================================== ***/
.cmt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
   opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}
.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffb120;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}