@font-face {font-family:'Muli'; src: url('../fonts/muli/Muli-ExtraLight.ttf') format('truetype'); font-weight: 300; font-style: normal;}
@font-face {font-family:'Muli'; src: url('../fonts/muli/Muli-Light.ttf') format('truetype'); font-weight: 400; font-style: normal;}
@font-face {font-family:'Muli'; src: url('../fonts/muli/Muli.ttf') format('truetype'); font-weight: 500; font-style: normal;}
@font-face {font-family:'Muli'; src: url('../fonts/muli/Muli-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal;}
@font-face {font-family:'Muli'; src: url('../fonts/muli/Muli-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal;}
:root {
  --main-color: #0e6fb6;
  --sub-color: #ff9100;
}
*{
    padding:0;margin:0 auto;
}
body{
    font-family: 'Muli';
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height:1.3;
}
textarea.form-control{
    min-height: 120px;
}
.main_layout{
        width: 100%;
    display: block;
}
.page_layout{
    display: block;
    width: 100%;
    overflow: hidden;
}
.form-control{
    border-radius: 4px;
}
button:focus{outline:none;}
ul{padding: 0;list-style: none;}
.btn-primary{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding: 17px 55px;
    border-radius: 4px;
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    transform: perspective(1px) translateZ(0);-webkit-transform: perspective(1px) translateZ(0);-moz-transform: perspective(1px) translateZ(0);-ms-transform: perspective(1px) translateZ(0);-o-transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;-webkit-transition-property: color;-moz-transition-property: color;-ms-transition-property: color;-o-transition-property: color;
    transition-duration: 0.5s;-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-ms-transition-duration: 0.5s;-o-transition-duration: 0.5s;
}
.btn-primary::before{
    content: "";position: absolute;z-index: -1;top: 0;left: 0;right: 0;bottom: 0;background: var(--sub-color);transform: scaleX(0);-webkit-transform: scaleX(0);-moz-transform: scaleX(0);-ms-transform: scaleX(0);-o-transform: scaleX(0);transform-origin: 0 50%;-webkit-transform-origin: 0 50%;-moz-transform-origin: 0 50%;-ms-transform-origin: 0 50%;-o-transform-origin: 0 50%;transition-property: transform;-webkit-transition-property: transform;-moz-transition-property: transform;-ms-transition-property: transform;-o-transition-property: transform;transition-duration: 0.5s;-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-ms-transition-duration: 0.5s;-o-transition-duration: 0.5s;transition-timing-function: ease-out;-webkit-transition-timing-function: ease-out;-moz-transition-timing-function: ease-out;-ms-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{color: #333;border-color: var(--sub-color);}
.btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before{transform: scaleX(1);-webkit-transform: scaleX(1);-moz-transform: scaleX(1);-ms-transform: scaleX(1);-0-transform: scaleX(1);transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);-moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);-ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}

.sec_header{
    text-align: left;
    margin:0;
    margin-bottom:40px;
}
.sec_header.center{text-align: center;}
.sec_header .special_heading{
    font-size: 40px;
    font-weight: 900;
    line-height: 1.5;
    color: #000;
    text-transform: capitalize;
}
.sec_header .special_heading span{
    color: #0e6fb6;
}
.sec_header .text{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 15px;
}
.sec_header .text::before{
    content: "";
    width: 50%;
    display: block;
    height: 1px;
    background: #1378b4;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec_header.left .text::before{
    right:auto;
}
.sec_header.dark .special_heading{
    color:#1178B3;
}
.sec_header.dark .special_heading span{
    color:#fff;
}
.sec_header.dark .text{
    color:#fff;
}
header{
    background-color: #fff;
    z-index: 99;
    transition:all .4s cubic-bezier(.17,.67,.83,.67);-webkit-transition:all .4s cubic-bezier(.17,.67,.83,.67);-moz-transition:all .4s cubic-bezier(.17,.67,.83,.67);-ms-transition:all .4s cubic-bezier(.17,.67,.83,.67);-o-transition:all .4s cubic-bezier(.17,.67,.83,.67);
}
header .navbar-expand-lg{
    padding:12px 0;
    transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -webkit-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -moz-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -ms-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -o-transition:all .4s cubic-bezier(.17,.67,.83,.67);
}
header .navbar-expand-lg>.container-fluid{
-webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
}
header .navbar-expand-lg .navbar-brand{
    padding: 0;
    margin: 0 12px;
}
header .navbar-expand-lg .navbar-brand img{
    max-width: 138px;
    transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -webkit-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -moz-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -ms-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -o-transition:all .4s cubic-bezier(.17,.67,.83,.67);
}
header .call_box{
    display: inline-flex;
    flex-flow: column wrap;
    position: relative;
    justify-content: center;
    margin: 0 12px;
    margin-left:72px;
}
header .call_box .call_icon{
        width: 50px;
    height: 50px;
    position: absolute;
    left: -60px;
    top: 50%;
    z-index: 0;
    transform: translate(0, -50%);
    transition:all .4s cubic-bezier(.17,.67,.83,.67);
}
header .call_box .info_wrapper{}
header .call_box .info_item{
        font-family: "Anton", sans-serif;
    font-size: 25px;
    text-decoration: none;
    color: #0e6fb6;
    white-space: nowrap;
    margin-bottom: 5px;
    display: block;
    position:relative;
    transition:all .4s cubic-bezier(.17,.67,.83,.67);
}
header .call_box .info_item span{
    color:#ff9100;
}
header .call_box .info_item:hover{
    color:#ff9100;
}
header .call_box:hover .call_icon{
    left:50%;
    transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.5;
}
header .call_box .text{
        font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    color: #000;
}



header .mail_box{
    display: inline-flex;
    flex-flow: column wrap;
    position: relative;
    justify-content: center;
    margin: 0 12px;
    margin-right:72px;
}
header .mail_box .call_icon{
    width: 50px;
    height: 50px;
    position: absolute;
    right: -60px;
    top: 50%;
    z-index: 0;
    transform: translate(0, -50%);
    transition:all .4s cubic-bezier(.17,.67,.83,.67);
}
header .mail_box .info_wrapper{}
header .mail_box .info_item{
        font-family: "Anton", sans-serif;
    font-size: 25px;
    text-decoration: none;
    color: #0e6fb6;
    white-space: nowrap;
    margin-bottom: 5px;
    display: block;
    position:relative;
    transition:all .4s cubic-bezier(.17,.67,.83,.67);
}
header .mail_box .info_item span{
    color:#ff9100;
}
header .mail_box .info_item:hover{
    color:#ff9100;
}
header .mail_box:hover .call_icon{
    right: 50%;
    transform: translate(50%, -50%) scale(1.5);
        opacity: 0.5;
}
header .mail_box .text{
        font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    color: #000;
}

/*header .top_social{
margin: 0;
margin-left:12px;
display: -ms-inline-flexbox; display: -moz-inline-flex; display: -webkit-inline-flex; display:  inline-flex;
-webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
header .top_social li{
display: -ms-inline-flexbox; display: -moz-inline-flex; display: -webkit-inline-flex; display:  inline-flex;
    width: 40px;
    height: 40px;
-webkit-align-items: center; -ms-flex-align: center; align-items: center;
-webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    position: relative;
    margin: 0;
    margin-right: 10px;
}
header .top_social li:last-child{margin-right:0;}
header .top_social li .circle{
        fill: none;
    stroke: #ffffff;
    stroke-width: 10px;
    stroke-dasharray: 70;
    transition: all 0.2s ease-in-out;
    animation: outWaveOut 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -webkit-animation: outWaveOut 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -moz-animation: outWaveOut 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -ms-animation: outWaveOut 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -o-animation: outWaveOut 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
header .top_social li a{
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
header .top_social li a i{line-height: 40px;}
header .top_social li .social{color: white;
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align:center;
  transition: all 0.5s ease-in-out;}
header .top_social li.facebook:hover .circle{
    fill: #ffffff;
  fill-opacity: 1;
  animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorFacebook 1s linear forwards;
    -webkit-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorFacebook 1s linear forwards;
    -moz-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorFacebook 1s linear forwards;
    -ms-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorFacebook 1s linear forwards;
    -o-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorFacebook 1s linear forwards;
}
header .top_social li:hover i{
  animation: spin-fast 0.2s 4 linear;
  -webkit-animation: spin-fast 0.2s 4 linear;
  -moz-animation: spin-fast 0.2s 4 linear;
  -ms-animation: spin-fast 0.2s 4 linear;
  -o-animation: spin-fast 0.2s 4 linear;
}
header .top_social li.facebook:hover .social{
    color: #3b5998;
}
header .top_social li.twitter:hover .circle{
    fill: #ffffff;
  fill-opacity: 1;
          animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorTwitter 1s linear forwards;
  -webkit-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorTwitter 1s linear forwards;
  -moz-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorTwitter 1s linear forwards;
  -ms-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorTwitter 1s linear forwards;
  -o-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorTwitter 1s linear forwards;
}
header .top_social li.twitter:hover .social{
    color: #3aaae1;
}
header .top_social li.linkdin:hover .circle{
    fill: #ffffff;
  fill-opacity: 1;
          animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorLinkedin 1s linear forwards;
  -webkit-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorLinkedin 1s linear forwards;
  -moz-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorLinkedin 1s linear forwards;
  -ms-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorLinkedin 1s linear forwards;
}
header .top_social li.linkdin:hover .social{
    color: #007bb6;
}
@-0-keyframes colorFacebook {
from {stroke: #ffffff;}
to {stroke: #3b5998;}
}
@-ms-keyframes colorFacebook {
from {stroke: #ffffff;}
to {stroke: #3b5998;}
}
@-moz-keyframes colorFacebook {
from {stroke: #ffffff;}
to {stroke: #3b5998;}
}
@-webkit-keyframes colorFacebook {
from {stroke: #ffffff;}
to {stroke: #3b5998;}
}
@keyframes colorFacebook {
from {stroke: #ffffff;}
to {stroke: #3b5998;}
}
@-o-keyframes colorTwitter {
from {stroke: #ffffff;}
to {stroke: #3aaae1;}
}
@-ms-keyframes colorTwitter {
from {stroke: #ffffff;}
to {stroke: #3aaae1;}
}
@-moz-keyframes colorTwitter {
from {stroke: #ffffff;}
to {stroke: #3aaae1;}
}
@-webkit-keyframes colorTwitter {
from {stroke: #ffffff;}
to {stroke: #3aaae1;}
}
@keyframes colorTwitter {
from {stroke: #ffffff;}
to {stroke: #3aaae1;}
}
@-o-keyframes colorLinkedin {
from {stroke: #ffffff;}
to {stroke: #007bb6;}
}
@-ms-keyframes colorLinkedin {
from {stroke: #ffffff;}
to {stroke: #007bb6;}
}
@-moz-keyframes colorLinkedin {
from {stroke: #ffffff;}
to {stroke: #007bb6;}
}
@-webkit-keyframes colorLinkedin {
from {stroke: #ffffff;}
to {stroke: #007bb6;}
}
@keyframes colorLinkedin {
from {stroke: #ffffff;}
to {stroke: #007bb6;}
}
@-o-keyframes outWaveIn {
to {stroke-width: 10px;stroke-dasharray: 600;}
}
@-ms-keyframes outWaveIn {
to {stroke-width: 10px;stroke-dasharray: 600;}
}
@-moz-keyframes outWaveIn {
to {stroke-width: 10px;stroke-dasharray: 600;}
}
@-webkit-keyframes outWaveIn {
to {stroke-width: 10px;stroke-dasharray: 600;}
}
@keyframes outWaveIn {
to {stroke-width: 10px;stroke-dasharray: 600;}
}
@-o-keyframes outWaveOut {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #ffffff;stroke-width: 10px;stroke-dasharray: 70;}
}
@-ms-keyframes outWaveOut {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #ffffff;stroke-width: 10px;stroke-dasharray: 70;}
}
@-moz-keyframes outWaveOut {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #ffffff;stroke-width: 10px;stroke-dasharray: 70;}
}
@-webkit-keyframes outWaveOut {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #ffffff;stroke-width: 10px;stroke-dasharray: 70;}
}
@keyframes outWaveOut {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #ffffff;stroke-width: 10px;stroke-dasharray: 70;}
}
@-o-keyframes spin-fast {
0% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}
100% {transform: rotate(359deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(359deg);-ms-transform: rotate(359deg);-o-transform: rotate(359deg);}
}
@-ms-keyframes spin-fast {
0% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}
100% {transform: rotate(359deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(359deg);-ms-transform: rotate(359deg);-o-transform: rotate(359deg);}
}
@-moz-keyframes spin-fast {
0% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}
100% {transform: rotate(359deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(359deg);-ms-transform: rotate(359deg);-o-transform: rotate(359deg);}
}
@-webkit-keyframes spin-fast {
0% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}
100% {transform: rotate(359deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(359deg);-ms-transform: rotate(359deg);-o-transform: rotate(359deg);}
}
@keyframes spin-fast {
0% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}
100% {transform: rotate(359deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(359deg);-ms-transform: rotate(359deg);-o-transform: rotate(359deg);}
}*/

header.sti_cky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
        box-shadow: 2px 0 7px 2px rgba(0,0,0,0.5);
        animation: slide-down 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
        -webkit-animation: slide-down 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
        -moz-animation: slide-down 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
        -ms-animation: slide-down 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
        -o-animation: slide-down 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
}
@keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@-webkit-keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@-moz-keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@-ms-keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@-o-keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

header.sti_cky .navbar-expand-lg{
    padding:10px 0;
}
/*header.sti_cky .navbar-expand-lg .navbar-brand{
    transform: rotate(360deg);
    transition: all .5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -webkit-transition: all .5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -moz-transition: all .5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -ms-transition: all .5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -o-transition: all .5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
}*/
header.sti_cky .navbar-expand-lg .navbar-brand img{
    max-width: 100%;
}
/*header.sti_cky .navbar-expand-lg .navbar-nav .nav-link{
    color:#10132e;
    font-weight: 600;
}
header.sti_cky .navbar-expand-lg .navbar-nav .dropdown .toggle_btn{
    color:#10132e;
}
header.sti_cky .info_box{
    margin-left: 62px;
}
header.sti_cky .info_box .call_icon{
    width: 40px;
    height: 40px;
    left: -50px;
}
header.sti_cky .info_box .info_item{
    color: #10132e;
        font-size: 22px;
}
header.sti_cky .info_box .text{
    color:#212529;
    font-size: 13px;
}
header.sti_cky .info_box .call_icon #call .st0{fill:#10132e;}
header.sti_cky .info_box:hover .call_icon{
    left:50%;
}
header.sti_cky .info_box .info_item:hover{
    color: #1378b4;
}
header.sti_cky .top_social li.facebook .social{
    color:#3b5998;
}
header.sti_cky .top_social li.facebook .circle{
    animation: ScrolloutWaveOutF 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -webkit-animation: ScrolloutWaveOutF 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -moz-animation: ScrolloutWaveOutF 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -ms-animation: ScrolloutWaveOutF 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -o-animation: ScrolloutWaveOutF 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}
@-o-keyframes ScrolloutWaveOutF {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #3b5998;stroke-width: 10px;stroke-dasharray: 70;}
}
@-ms-keyframes ScrolloutWaveOutF {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #3b5998;stroke-width: 10px;stroke-dasharray: 70;}
}
@-moz-keyframes ScrolloutWaveOutF {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #3b5998;stroke-width: 10px;stroke-dasharray: 70;}
}
@-webkit-keyframes ScrolloutWaveOutF {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #3b5998;stroke-width: 10px;stroke-dasharray: 70;}
}
@keyframes ScrolloutWaveOutF {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #3b5998;stroke-width: 10px;stroke-dasharray: 70;}
}
header.sti_cky .top_social li.facebook:hover .circle{
    fill: #3b5998;
  fill-opacity: 1;
  animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorFacebook 1s linear forwards;
    -webkit-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorFacebook 1s linear forwards;
    -moz-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorFacebook 1s linear forwards;
    -ms-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorFacebook 1s linear forwards;
    -o-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorFacebook 1s linear forwards;
}
header.sti_cky .top_social li.facebook:hover .social{
    color: #fff;
}
@-o-keyframes scrollcolorFacebook {
from {stroke: #3b5998;}
to {stroke: #3b5998;}
}
@-ms-keyframes scrollcolorFacebook {
from {stroke: #3b5998;}
to {stroke: #3b5998;}
}
@-moz-keyframes scrollcolorFacebook {
from {stroke: #3b5998;}
to {stroke: #3b5998;}
}
@-webkit-keyframes scrollcolorFacebook {
from {stroke: #3b5998;}
to {stroke: #3b5998;}
}
@keyframes scrollcolorFacebook {
from {stroke: #3b5998;}
to {stroke: #3b5998;}
}

header.sti_cky .top_social li.twitter .social{color:#3aaae1;}
header.sti_cky .top_social li.twitter .circle{
    animation: ScrolloutWaveOutT 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -webkit-animation: ScrolloutWaveOutT 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -moz-animation: ScrolloutWaveOutT 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -ms-animation: ScrolloutWaveOutT 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -o-animation: ScrolloutWaveOutT 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}
@-o-keyframes ScrolloutWaveOutT {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #3aaae1;stroke-width: 10px;stroke-dasharray: 70;}
}
@-ms-keyframes ScrolloutWaveOutT {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #3aaae1;stroke-width: 10px;stroke-dasharray: 70;}
}
@-moz-keyframes ScrolloutWaveOutT {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #3aaae1;stroke-width: 10px;stroke-dasharray: 70;}
}
@-webkit-keyframes ScrolloutWaveOutT {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #3aaae1;stroke-width: 10px;stroke-dasharray: 70;}
}
@keyframes ScrolloutWaveOutT {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #3aaae1;stroke-width: 10px;stroke-dasharray: 70;}
}
header.sti_cky .top_social li.twitter:hover .circle{
    fill: #3aaae1;
  fill-opacity: 1;
  animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorTwitter 1s linear forwards;
    -webkit-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorTwitter 1s linear forwards;
    -moz-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorTwitter 1s linear forwards;
    -ms-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorTwitter 1s linear forwards;
    -o-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorTwitter 1s linear forwards;
}
@-o-keyframes scrollcolorTwitter {
from {stroke: #3aaae1;}
to {stroke: #3aaae1;}
}
@-ms-keyframes scrollcolorTwitter {
from {stroke: #3aaae1;}
to {stroke: #3aaae1;}
}
@-moz-keyframes scrollcolorTwitter {
from {stroke: #3aaae1;}
to {stroke: #3aaae1;}
}
@-webkit-keyframes scrollcolorTwitter {
from {stroke: #3aaae1;}
to {stroke: #3aaae1;}
}
@keyframes scrollcolorTwitter {
from {stroke: #3aaae1;}
to {stroke: #3aaae1;}
}
header.sti_cky .top_social li.twitter:hover .social{color: #fff;}
header.sti_cky .top_social li.linkdin .social{color:#007bb6;}
header.sti_cky .top_social li.linkdin .circle{
    animation: ScrolloutWaveOutL 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -webkit-animation: ScrolloutWaveOutL 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -moz-animation: ScrolloutWaveOutL 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -ms-animation: ScrolloutWaveOutL 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    -o-animation: ScrolloutWaveOutL 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}
@-o-keyframes ScrolloutWaveOutL {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #007bb6;stroke-width: 10px;stroke-dasharray: 70;}
}
@-ms-keyframes ScrolloutWaveOutL {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #007bb6;stroke-width: 10px;stroke-dasharray: 70;}
}
@-moz-keyframes ScrolloutWaveOutL {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #007bb6;stroke-width: 10px;stroke-dasharray: 70;}
}
@-webkit-keyframes ScrolloutWaveOutL {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #007bb6;stroke-width: 10px;stroke-dasharray: 70;}
}
@keyframes ScrolloutWaveOutL {
from {stroke-width: 10px;stroke-dasharray: 600;}
to {stroke: #007bb6;stroke-width: 10px;stroke-dasharray: 70;}
}
header.sti_cky .top_social li.linkdin:hover .circle{
    fill: #007bb6;
    fill-opacity: 1;
    animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorLinkdin 1s linear forwards;
    -webkit-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorLinkdin 1s linear forwards;
    -moz-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorLinkdin 1s linear forwards;
    -ms-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorLinkdin 1s linear forwards;
    -o-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, scrollcolorLinkdin 1s linear forwards;
}
header.sti_cky .top_social li.linkdin:hover .social{
    color: #fff;
}
@-o-keyframes scrollcolorLinkdin {
from {stroke: #007bb6;}
to {stroke: #007bb6;}
}
@-ms-keyframes scrollcolorLinkdin {
from {stroke: #007bb6;}
to {stroke: #007bb6;}
}
@-moz-keyframes scrollcolorLinkdin {
from {stroke: #007bb6;}
to {stroke: #007bb6;}
}
@-webkit-keyframes scrollcolorLinkdin {
from {stroke: #007bb6;}
to {stroke: #007bb6;}
}
@keyframes scrollcolorLinkdin {
from {stroke: #007bb6;}
to {stroke: #007bb6;}
}*/
/*HOME BANNER SLIDER*/
.home_banner{
    position: relative;
}
.main_slider{
    position: relative;
}
.main_slider::before{
    
}
.main_slider .bannerbg{
    position: relative;
    display: block;}
.main_slider .bannerbg::before{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 0;
}
/*.main_slider .bannerbg::after{
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/aig-landing-banner-overlay.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    -o-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -ms-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -moz-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -webkit-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
}*/
.main_slider .bannerbg img{}
.main_slider .caption{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 65%;
    z-index: 1;
    display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
    -o-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -ms-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -moz-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -webkit-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    
}
.main_slider .caption .wrapper{
    margin:0;
    color:#fff;
    position:relative;
    padding: 0px;
}
.main_slider .caption .title{
    font-family: "Anton", sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0 0 25px;
    text-align: left;
    line-height: 1;
    text-shadow: -2px 2px 3px rgb(0 0 0 / 70%);
    -o-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -ms-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -moz-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -webkit-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
}
.main_slider .caption p{
    font-family: "Anton", sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 10px;
    text-align: left;
    text-shadow: -2px 2px 3px rgb(0 0 0 / 70%);
}
.main_slider .caption p ~ p{
    margin-bottom: 0;
}
.owl-theme .owl-nav,
.owl-theme .owl-nav.disabled+.owl-dots{
    margin:0;
}
.owl-theme.main_slider .owl-nav [class*=owl-]{
    position: absolute;
    top: 50%;
    background: transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    -o-transition: all 0.5s cubic-bezier(.42,.01,.56,1);
    -ms-transition: all 0.5s cubic-bezier(.42,.01,.56,1);
    -moz-transition: all 0.5s cubic-bezier(.42,.01,.56,1);
    -webkit-transition: all 0.5s cubic-bezier(.42,.01,.56,1);
    transition: all 0.5s cubic-bezier(.42,.01,.56,1);
}
.owl-theme.main_slider .owl-nav [class*=owl-]:hover{
    color:#000;
    background-color: #fff;
}
.owl-carousel.main_slider .owl-nav button.owl-next{right: 15px;}
.owl-carousel.main_slider .owl-nav button.owl-prev{left:15px;}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin:0;
}
.owl-theme.main_slider .owl-dots{
    display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    min-height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.owl-theme.main_slider .owl-dots .owl-dot{
    margin: 0;
}
.owl-theme.main_slider .owl-dots .owl-dot button{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    background-color: transparent;
    border: none;
    font-family: 'Anton', sans-serif;
    padding: 5px;
    letter-spacing: 3px;
    color: #fff;
    transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -webkit-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -moz-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -ms-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -o-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    position:relative;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}
.owl-theme.main_slider .owl-dots .owl-dot button:hover{
    text-shadow: -1px 1px 0 var(--sub-color), 1px 1px 0 var(--sub-color), 1px -1px 0 var(--sub-color), -1px -1px 0 var(--sub-color);
    color:var(--sub-color);
    text-shadow: none;
}
.owl-theme.main_slider .owl-dots .owl-dot.active button{
    font-size: 40px;
    color:var(--sub-color);
    text-shadow: none;
}

.form_wrapper{
    width: 425px;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.form_wrapper .container{
    height: 100%;
}
.form_wrapper .block{
    height: 100%;
    margin: 0 -12px;
    width: calc(100% + 24px);
    display: -ms-flexbox; 
    display: -moz-flex; 
    display: -webkit-flex; 
    display: flex;
    -webkit-flex-flow: column; 
    -moz-flex-flow: column; 
    -ms-flex-direction: column; 
    flex-direction: column;
    -webkit-justify-content: center; 
    -moz-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center;}
.form_wrapper .heading{
    padding: 12px;
    background: #4b5156;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    margin: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.form_wrapper .heading span{
    text-transform: uppercase;
    font-weight: 700;
}
.form_wrapper form{
    background: #373d43;
    padding: 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.form_wrapper form .note{
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}
.form_wrapper form .note span{
    text-transform: uppercase;
    font-weight: 700;
}
.form_wrapper form .form-floating>label i{
    color: red;
    font-style: normal;
}
.form_wrapper form .btn_wrapper{
    text-align: center;
}
.form_wrapper form .divide_wrapper{}
.form_wrapper form .divide_wrapper .divider{
    display: block;
    position: relative;
}
.form_wrapper form .divide_wrapper .divider i{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0px 0px 0px 6px #373d43;
}
.form_wrapper form .divide_wrapper .divider::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    background-color: #fff;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#373d43), to(#373d43), color-stop(50%, white));
}
.form_wrapper form .divide_wrapper p{
        text-align: center;
    margin: 0;
    margin-top: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    line-height: 1;
    font-family: "Anton", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_wrapper form .divide_wrapper a{
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    margin: 0;
    font-weight: 500;
    margin-left: 4px;
    -o-transition: all 0.5s cubic-bezier(.42,.01,.56,1);
    -ms-transition: all 0.5s cubic-bezier(.42,.01,.56,1);
    -moz-transition: all 0.5s cubic-bezier(.42,.01,.56,1);
    -webkit-transition: all 0.5s cubic-bezier(.42,.01,.56,1);
    transition: all 0.5s cubic-bezier(.42,.01,.56,1);
}
.form_wrapper form .divide_wrapper a:hover{
    color: var(--sub-color);
}
/*START SEC HEADER*/
.sec_header{
    text-align: left;
    margin:0;
    margin-bottom:40px;
}
.sec_header.center{text-align: center;}
.sec_header .special_heading{
    font-size: 40px;
    font-weight: 100;
    line-height: 1.5;
    color: #333;
    text-transform: capitalize;
    font-family: "Anton", sans-serif;
}
.sec_header .special_heading span{
    color: var(--main-color);
}
.sec_header .text{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 15px;
}
.sec_header .text::before{
    content: "";
    width: 50%;
    display: block;
    height: 1px;
    background: #1378b4;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec_header.left .text::before{
    right:auto;
}
.sec_header.dark .special_heading{
    color:#1178B3;
}
.sec_header.dark .special_heading span{
    color:#fff;
}
.sec_header.dark .text{
    color:#fff;
}
.testimonial .sec_header{
    margin-bottom:0;
}
/*END SEC HEADER*/

.feature_sec{
    padding: 80px 0;
}
.feature_sec .feature_list{}
.feature_sec .feature_list .item{}
.feature_sec .feature_list .wrapper{
    padding: 12px;
    text-align: center;
    position: relative;
    margin: 0;
    margin-bottom: 25px;
    background: #e6e6e6;
    border-radius: 10px;
    display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex;
    -moz-align-items: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}

/*.feature_sec .feature_list .wrapper::before{
    content: "";
    width: calc(100% + 30px);
    height: 100%;
    display: block;
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: #dcf0ff;
    transform: translate(0, 15px);
    z-index: -1;
}*/
.feature_sec .feature_list .item_image{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-left: -24px;
    width: 300px;
}
.feature_sec .feature_list .item_image img{
    border-radius: 10px 10px 0 0;
    -o-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -ms-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -moz-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -webkit-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
}
.feature_sec .feature_list .item_image:hover img{
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.feature_sec .feature_list .item_icon{
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    background-color: #0e6fb6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc(100% - 40px);
    -o-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -ms-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -moz-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -webkit-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
}
.feature_sec .feature_list .item_icon svg .st0,
.feature_sec .feature_list .item_icon svg .st1{
    fill:#fff;
    -o-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -ms-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -moz-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -webkit-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
}
.feature_sec .feature_list .item_icon::before{
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: auto;
    border-radius: 50%;
    border: 1px solid #0e6fb6;
    z-index: -1;
    -o-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -ms-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -moz-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -webkit-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
}
.feature_sec .feature_list .wrapper:hover .item_icon{
    background-color: #ff9100;
}
.feature_sec .feature_list .wrapper:hover .item_icon::before{
    border: 1px solid #ff9100;
}
.feature_sec .feature_list .wrapper:hover .item_icon svg .st0,
.feature_sec .feature_list .wrapper:hover .item_icon svg .st1{
    fill:#000 !important;
}
.feature_sec .feature_list p{
    font-size: 18px;
    font-weight: 700;
    padding: 12px;
    border-radius: 0;
    margin: 0;
    -webkit-flex: 1; -ms-flex: 1; flex: 1;
}
.feature_sec .feature_list .item:nth-child(even) .wrapper{
    -webkit-flex-flow: row-reverse; -moz-flex-flow: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;
}
.feature_sec .feature_list .item:nth-child(even) .item_image{
    margin-left: 0;
    margin-right: -24px;
}


.fact_sec{}
.fact_sec .sec_header .special_heading{
    color: #fff;
    font-weight: 100;
    font-size: 30px;
}
.fact_sec .sec_header .special_heading span{
    color: #fff;
}
.fact_sec .fact_item{
    display: flex;
}
.fact_sec .fact_item:nth-child(even){
    -webkit-flex-flow: row-reverse; -moz-flex-flow: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;
}
.fact_sec .fact_item .fact_img{
    width: 50%;
    height: 540px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fact_sec .fact_item .fact_textpanel{
    width: 50%;
    background-color: #00bb5c;
    display: flex;
    align-items: center;
}
.fact_sec .fact_item .fact_wrapper{
    padding: 0 10%;
}
.fact_sec .fact_item .fact_list{}
.fact_sec .fact_item .fact_list li{
    color: #fff;
    padding-left: 60px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.fact_sec .fact_item .fact_list li::before{
    content: "\e64c";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
}
.fact_sec .fact_item:nth-child(even) .fact_list li::before{
    content: "\e646";
}
.fact_sec .fact_item .fact_list li ~ li{
    margin-top: 25px;
}
.enrollsec{padding-top: 80px;}
.enrollsec .wrapper{}
.enrollsec .wrapper .icon{
    width: 80px;
    height: 80px;
    display: block;
}
.enrollsec .wrapper .title{
    font-family: "Anton", sans-serif;
    color: #333;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;
    margin-top: 12px;
    text-align: center;
}
.enrollsec .wrapper .title span{
    color: #0e6fb6;
}
.enrollsec .wrapper .btn_wrapper{
    margin-top: 12px;
    text-align: center;
}
.enrollsec .wrapper .btn_wrapper{}

.client_sec{padding: 80px 0 50px;}
.logo_slider{}
.owl-carousel.logo_slider .owl-stage-outer{
    /*padding:80px 0 5px;*/
    padding:5px 0;
}
.logo_slider .logo_wrapper{
    width: 100%;
    height: 160px;
    display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 3px 2px rgb(0 0 0 / 15%);
    border-radius: 6px;
    border: 1px solid transparent;
    position:relative;
    -o-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -ms-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -moz-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -webkit-transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    transition: all 1s cubic-bezier(0.31, 0.31, 0.68, 0.69);
}
.logo_slider .logo_wrapper .tool_tip{
    position: absolute;
    top: -62px;
    left: 50%;
    line-height: 1;
    transform: translate(-50%, -200%);
    -webkit-transform: translate(-50%, -200%);
    -moz-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    -o-transform: translate(-50%, -200%);
    margin: 0 auto;
    text-align: center;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #1378b4;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    z-index: 0;
    transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -webkit-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -moz-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -ms-transition:all .4s cubic-bezier(.17,.67,.83,.67);
    -o-transition:all .4s cubic-bezier(.17,.67,.83,.67);
}
.logo_slider .logo_wrapper .tool_tip::before,
.logo_slider .logo_wrapper .tool_tip::after{
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
}
.logo_slider .logo_wrapper .tool_tip::before{
    border-color: #1378b4 transparent transparent transparent;
    border-width: 12px;
}
.logo_slider .logo_wrapper .tool_tip::after{
    top: 100%;
    border-color: #fff transparent transparent transparent;
    border-width: 10px;
}
.logo_slider .logo_wrapper .tool_tip span{
        display: block;
    text-transform: capitalize;
}
.logo_slider .logo_wrapper img{
    width:auto;
    margin: 0 auto;
    -o-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -ms-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -moz-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -webkit-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
}
.logo_slider .logo_wrapper:hover{
        box-shadow: 0px 0px 5px #1378b4;
        border: 1px solid #1378b4;
}
.logo_slider .logo_wrapper:hover img{
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.infosec{
    padding: 0 0 60px;
}
.infosec .sec_header{
    margin-bottom: 0;
}
.infosec p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.infosec .box_wrapper{
    background-color: rgba(110,193,228,.34);
    border:1px solid #1a6291;
    border-radius: 10px;
    text-align: center;
    padding: 25px 0;
}
.infosec .box_wrapper .title{
    font-size: 18px;
    font-weight: 600;
    color: #0e6fb6;
}
.infosec .box_wrapper p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.infosec .box_wrapper a{
    color: #0e6fb6;
    text-decoration: none;
}
.infosec .box_wrapper a:hover{
    color: #ff9100;
}
.infosec .adress_info{
    padding-top: 12px;
}
.infosec .adress_info .icon{
    width: 80px;
    height: 80px;
    display: block;
}
.infosec .adress_info .icon #office .st0{
    -o-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -ms-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -moz-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    -webkit-transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
    transition: all 0.5s cubic-bezier(0.31, 0.31, 0.68, 0.69);
}
.infosec .adress_info .icon:hover #office .st0{
    fill:#0e6fb6;
}
.infosec .adress_info .icon_title{
    font-family: "Anton", sans-serif;
    color: #333;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;
    margin-top: 12px;
    text-align: center;
}
.infosec .adress_info .icon_title span{
    color: #0e6fb6;
}
.infosec .adress_info .info_title{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.infosec .adress_info .info_title span{
    color: #0e6fb6;
}
.infosec .adress_info .info_title::before{
    content: "\e693";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff9100;
}
.infosec .adress_info p{
    margin-bottom: 0;
}

.step_strip{
    padding:50px 0;
    background-color:#ecf0f1;
}
.step_strip .container{
    position:relative;
    text-align: center;
}
.step_strip .sec_header{
    margin-bottom: 15px;
}
.step_strip .step_list{
    position: relative;
    display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex;
}
.step_strip .step_list .step_item{
    color: #10132e;
    display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex;
    -webkit-flex-flow: column wrap; -ms-flex-flow: column wrap; flex-flow: column wrap;
    -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    padding: 5%;
}
.step_strip .step_list .count{
    color: #10132e;
    display: inline-block;
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-family: "Anton", sans-serif;
}
.step_strip .step_list .title{
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: 3px;
    /*min-height: 60px;*/
    text-align: center;
    color: #1378b4;
    text-transform: uppercase;
}
.step_strip .step_list .text{    
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    color: #10132e;
}
.step_strip .contact_btn{
    padding: 10px 25px;
    display: -ms-inline-flexbox; display: -moz-inline-flex; display: -webkit-inline-flex; display:  inline-flex;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    transform: skewX( -15deg );
    -webkit-transform: skewX( -15deg );
    -moz-transform: skewX( -15deg );
    -ms-transform: skewX( -15deg );
    -o-transform: skewX( -15deg );
}
.step_strip .contact_btn .text{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    transform: skewX( 15deg );
    -webkit-transform: skewX( 15deg );
    -moz-transform: skewX( 15deg );
    -ms-transform: skewX( 15deg );
    -o-transform: skewX( 15deg );
}
.step_strip .contact_btn .fa{
    font-size: 35px;
    margin: 0;
    line-height: 1;
    margin-left: 12px;
    transform: skewX( 15deg );
    -webkit-transform: skewX( 15deg );
    -moz-transform: skewX( 15deg );
    -ms-transform: skewX( 15deg );
    -o-transform: skewX( 15deg );
}
.step_strip .contact_btn .icon{
        width: 16px;
    height: 23px;
    margin-left: 10px;
    margin-right: 0;
    transition: 0.5s;
    transform: skewX( 15deg );
    -webkit-transform: skewX( 15deg );
    -moz-transform: skewX( 15deg );
    -ms-transform: skewX( 15deg );
    -o-transform: skewX( 15deg );
    position: relative;
}
.step_strip .contact_btn:hover .icon{
    margin-right:20px;
}
/**************SVG****************/

#arrow path.one {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    -o-transform: translateX(-60%);
}

#arrow path.two {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
}

.step_strip .contact_btn:hover #arrow path.three {
    animation: color_anim 1s infinite 0.2s;
    -webkit-animation: color_anim 1s infinite 0.2s;
    -moz-animation: color_anim 1s infinite 0.2s;
    -ms-animation: color_anim 1s infinite 0.2s;
    -o-animation: color_anim 1s infinite 0.2s;
}

.step_strip .contact_btn:hover #arrow path.one {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
    -webkit-animation: color_anim 1s infinite 0.6s;
    -moz-animation: color_anim 1s infinite 0.6s;
    -ms-animation: color_anim 1s infinite 0.6s;
    -o-animation: color_anim 1s infinite 0.6s;
}

.step_strip .contact_btn:hover #arrow path.two {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
    -webkit-animation: color_anim 1s infinite 0.4s;
    -moz-animation: color_anim 1s infinite 0.4s;
    -ms-animation: color_anim 1s infinite 0.4s;
    -o-animation: color_anim 1s infinite 0.4s;
}
@keyframes color_anim {
    0% {fill: white;}
    50% {fill: #1378b4;}
    100% {fill: white;}
}
@-webkit-keyframes color_anim {
    0% {fill: white;}
    50% {fill: #1378b4;}
    100% {fill: white;}
}
@-moz-keyframes color_anim {
    0% {fill: white;}
    50% {fill: #1378b4;}
    100% {fill: white;}
}
@-ms-keyframes color_anim {
    0% {fill: white;}
    50% {fill: #1378b4;}
    100% {fill: white;}
}
@-o-keyframes color_anim {
    0% {fill: white;}
    50% {fill: #1378b4;}
    100% {fill: white;}
}



footer{
    background-color:#111;
    padding:20px 0;
    margin-top:80px;
    position:relative;
}
footer::before{
    content:"";
    background: url(../images/footer.png) no-repeat;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    top: -80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}
footer p{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}
footer .footer_socail{
    margin:0;
    text-align: right;
}
footer .footer_socail li{
    display: inline-block;
    margin-right: 5px;
}
footer .footer_socail li:last-child{margin-right:0;}
footer .footer_socail li a{
    width: 40px;
    height: 40px;
    display: -ms-inline-flexbox; display: -moz-inline-flex; display: -webkit-inline-flex; display:  inline-flex;
    background-color: #fff;
    font-size:20px;
    border-radius: 50%;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    text-decoration: none;
    transition:all .4s cubic-bezier(.17,.67,.83,.67);-webkit-transition:all .4s cubic-bezier(.17,.67,.83,.67);-moz-transition:all .4s cubic-bezier(.17,.67,.83,.67);-ms-transition:all .4s cubic-bezier(.17,.67,.83,.67);-o-transition:all .4s cubic-bezier(.17,.67,.83,.67);
}
footer .footer_socail li a i{
    transition:all .4s cubic-bezier(.17,.67,.83,.67);-webkit-transition:all .4s cubic-bezier(.17,.67,.83,.67);-moz-transition:all .4s cubic-bezier(.17,.67,.83,.67);-ms-transition:all .4s cubic-bezier(.17,.67,.83,.67);-o-transition:all .4s cubic-bezier(.17,.67,.83,.67);
}
footer .footer_socail li.slide_share a i{color:#0077b5;}
footer .footer_socail li.you_tube a i{color:#FF0000;}
footer .footer_socail li.linkedin a i{color:#007bb6;}
footer .footer_socail li.pintrest a i{color:#e60023;}
footer .footer_socail li.facebook a i{color:#3b5998;}
footer .footer_socail li.twitter a i{color:#3aaae1;}
footer .footer_socail li.you_tube:hover a{
    background-color:#FF0000;
}
footer .footer_socail li.slide_share:hover a{
    background-color:#0077b5;
}
footer .footer_socail li.facebook:hover a{
    background-color:#3b5998;
}
footer .footer_socail li.pintrest:hover a{
    background-color:#e60023;
}
footer .footer_socail li.twitter:hover a{
    background-color:#3aaae1;
}
footer .footer_socail li.linkedin:hover a{
    background-color:#007bb6;
}
footer .footer_socail li:hover a i{
    color:#fff;
    -o-animation: spin-fast 0.2s 2 linear;
    -ms-animation: spin-fast 0.2s 2 linear;
    -moz-animation: spin-fast 0.2s 2 linear;
    -webkit-animation: spin-fast 0.2s 2 linear;
    animation: spin-fast 0.2s 2 linear;
}
@-0-keyframes spin-fast {
0% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}
100% {transform: rotate(359deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(359deg);-ms-transform: rotate(359deg);-o-transform: rotate(359deg);}
}
@-ms-keyframes spin-fast {
0% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}
100% {transform: rotate(359deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(359deg);-ms-transform: rotate(359deg);-o-transform: rotate(359deg);}
}
@-moz-keyframes spin-fast {
0% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}
100% {transform: rotate(359deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(359deg);-ms-transform: rotate(359deg);-o-transform: rotate(359deg);}
}
@-webkit-keyframes spin-fast {
0% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}
100% {transform: rotate(359deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(359deg);-ms-transform: rotate(359deg);-o-transform: rotate(359deg);}
}
@keyframes spin-fast {
0% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}
100% {transform: rotate(359deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(359deg);-ms-transform: rotate(359deg);-o-transform: rotate(359deg);}
}
.scroll_top{
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: #0e6fb6;
    transition: all .4s cubic-bezier(.17,.67,.83,.67);
    -webkit-transition: all .4s cubic-bezier(.17,.67,.83,.67);
    -moz-transition: all .4s cubic-bezier(.17,.67,.83,.67);
    -ms-transition: all .4s cubic-bezier(.17,.67,.83,.67);
    -0-transition: all .4s cubic-bezier(.17,.67,.83,.67);
}
.scroll_top::after{
    content:"";
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -ms-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -moz-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll_top.open{
    bottom:70px;
}
.scroll_top:hover{
    background-color:#ff9100;
    color: #333;
}
.scroll_top .icon{}




@media screen and (max-width: 1080px) {
    header .navbar-expand-lg .navbar-nav li{
        margin: 0 12px;
    }
    header .navbar-expand-lg .navbar-brand img{
        max-width: 100px;
    }
}
@media screen and (max-width: 1050px) {
    header .navbar-expand-lg .navbar-nav li{
        margin: 0 10px;
    }
    header .info_box{
        margin-left: 50px;
    }
    header .info_box .call_icon{
        width: 40px;
        height: 40px;
        left: -50px;
    }
    header .info_box .info_item{
        font-size: 22px;
    }
    header .info_box .text{
        font-size: 13px;
    }
    .home_services .service_item .name{
        font-size: 20px;
    }
    .step_strip .step_list .title{
        font-size: 15px;
    }
    footer .block_wrapper .special_title{
        font-size: 16px;
    }
    footer .abt_text{
        font-size:13px;
    }
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 980px) {
    .main_slider .caption{
        width: 100%;
        max-width: 100%;
    }
    .form_wrapper{
        /*display: none;*/
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 30px;
    }
    .feature_sec,
    .client_sec{
        padding: 30px 0;
    }
    .infosec{
        padding: 0 0 30px;
    }
    .enrollsec{
        padding-top: 30px;
    }
    .feature_sec .container,
    .infosec .container{
        max-width: 100%;
    }
    .fact_sec .fact_item .fact_img{
        height: auto;
    }
    .fact_sec .fact_item .fact_wrapper{
        padding: 10%;
    }

    header.sti_cky .navbar-expand-lg .navbar-brand img{
        max-width: 80px;
    }
    .step_strip .step_list .title{
        min-height:36px;
    }
    .step_strip .step_list .step_item{
        padding: 3%;
    }
    header .navbar-expand-lg .navbar-nav{
        height: calc(100vh - 87px);
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-flex-flow: column nowrap; -ms-flex-flow: column nowrap; flex-flow: column nowrap;
        display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex;
        -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
        margin: 0;
    }
    .infosec .sec_header,
    .infosec p,
    footer p,
    footer .footer_socail{
        text-align: center;
    }
    .infosec img{
        display: block;
    }
    .infosec .adress_info .info_title{
        text-align: center;
    }
    footer .footer_socail{
        margin-bottom: 12px;
    }
    .scroll_top{
        right: 30px;
    }
}
@media screen and (max-width: 767px) {
    header{
        position: relative;
    }
    .main_slider .bannerbg .overlay svg{
        height: 100%;
    }
    header.sti_cky{
        position: fixed;
    }
    footer{
        margin-top: 34px;
    }
    footer::before{
        height: 34px;
        top: auto;
        bottom: 100%;
        background-size: 100%;
    } 
    .main_slider .caption .wrapper{
        width: 100%;
        text-align: center;
    }
    .form_wrapper .container{
        max-width: 100%;
    }
    .form_wrapper .block{
        width: 100%;
        margin: 0;
    }
    .fact_sec .fact_item{
        -webkit-flex-flow: column; -moz-flex-flow: column; -ms-flex-direction: column; flex-direction: column;
    }
    .fact_sec .fact_item:nth-child(even){
        -webkit-flex-flow: column; -moz-flex-flow: column; -ms-flex-direction: column; flex-direction: column;
    }
    .fact_sec .fact_item .fact_img{
        width: 100%;
        height: 344px;
    }
    .fact_sec .fact_item .fact_textpanel{
        width: 100%;
    }
    .fact_sec .fact_item .fact_wrapper{
        padding: 10%;
    }
    .fact_sec .fact_item:nth-child(even) .fact_img{
        display: none;
    }
    .fact_sec .fact_item:nth-child(even) .fact_textpanel{
        background-color: #0e6fb6;
    }

}
@media screen and (max-width: 640px) {
    header .navbar-expand-lg .navbar-brand{
        -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1;
        margin-left: 0;
    }
    header .call_box{
        -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2;
        margin-left: 50px;
    }
    header .call_box .call_icon,
    header .mail_box .call_icon{
        width: 40px;
        height: 40px;
        left: -50px;
    }
    header .call_box .info_item,
    header .mail_box .info_item{
        font-size: 22px;
    }
    header .call_box .text,
    header .mail_box .text{
        font-size: 12px;
    }
    header .mail_box{
        -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -ms-flex-order: 3; -webkit-order: 3; order: 3;
        margin-right: 0;
        margin-left: 50px;
    }
    header .mail_box .call_icon{
        right: auto;
    }
    header .mail_box:hover .call_icon{
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.5);
    }
    footer::before{
        height:28px;
    }
    header{
        z-index: 99;
    }
    .screen_overlay{
        z-index: 30;
    }
}
@media screen and (max-width: 600px) {
    footer::before{
        display: none;
    }
}
@media screen and (max-width: 576px) {
    header .call_box{
        margin-right: 0;
    }
    header .mail_box{
        display: none;
    }
    .main_slider .bannerbg .overlay{
        display: none;
    }
    .main_slider .caption{
        width: 100%;
        max-width: 100%;
    }
    .main_slider .caption .title{
        font-size: 30px;
    }
    .main_slider .caption p{
        font-size: 25px;
    }
    .fact_sec .fact_item .fact_img{
        height: 280px;
    }
    .sec_header .special_heading{
        font-size: 35px;
    }
    .sec_header .text{
        font-size: 14px;
    }
    .infosec .box_wrapper{
        padding: 25px 12px;
    }
    .fact_sec .sec_header .special_heading{
        font-size: 22px;
    }
    .fact_sec .fact_item .fact_list li{
        font-size: 14px;
    }
    .enrollsec .wrapper .title{
        font-size: 22px;
    }
}
@media screen and (max-width: 480px) {
    .enrollsec [class*=col-] ~ [class*=col-]{
        margin-top: 40px;
    }
    /*.feature_sec .feature_list .item{
        padding: 25px;
        border-radius: 20px;
    }
    .feature_sec .feature_list .item::before{
        left: 25px;
        top:25px;
    }*/
    
}
@media screen and (max-width: 360px) {
    header .call_box .info_item{
        font-size: 20px;
    }
    header .navbar-expand-lg .navbar-brand img{
        max-width: 80px;
    }
    .sec_header .special_heading,
    .main_slider .caption p{
        font-size: 25px;
    }
    .scroll_top.open{
        bottom: 120px;
    }
}














