@font-face {
  font-family: 'SofiaProLight';
  src: url('../fonts/SofiaProLight.eot');
  src: url('../fonts/SofiaProLight.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SofiaProLight.svg#SofiaProLight') format('svg'),
       url('../fonts/SofiaProLight.ttf') format('truetype'),
       url('../fonts/SofiaProLight.woff') format('woff'),
       url('../fonts/SofiaProLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia-Pro-Regular';
  src: url('../fonts/Sofia-Pro-Regular.eot');
  src: url('../fonts/Sofia-Pro-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Sofia-Pro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SofiaPro-Regular';
  src: url('../fonts/SofiaPro-Regular.svg#SofiaPro-Regular') format('svg'),
       url('../fonts/SofiaPro-Regular.ttf') format('truetype'),
       url('../fonts/SofiaPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia-Pro-Bold';
  src: url('../fonts/Sofia-Pro-Bold.eot');
  src: url('../fonts/Sofia-Pro-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Sofia-Pro-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SofiaPro-Bold';
  src: url('../fonts/SofiaPro-Bold.svg#SofiaPro-Bold') format('svg'),
       url('../fonts/SofiaPro-Bold.ttf') format('truetype'),
       url('../fonts/SofiaPro-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



body{font-family: 'Sofia-Pro-Regular', 'SofiaPro-Regular', sans-serif; overflow-x: hidden; font-weight: 300;}
ul,ol{padding: 0px; margin: 0px;}
.container{width: 1240px; max-width: 1240px;}
p{font-weight: 400;}

.top_section1{
  overflow: hidden;
  position: relative;
  /*height: calc(100vw * .56);*/
  height: calc(100vw);
  max-height: 100vh;
    /*background-image: url('../images/video.jpg');
    background-size: 100%;*/
}
/*--------header-----------*/
.header{
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0 30px;
    /*border-bottom: 1px solid rgba(255,255,255,0.2); */
    /* border-bottom: 8px solid #b1b3b6; */
}
#header.fixed1{
    /* position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    border-bottom: 0px; */
    -webkit-box-shadow: 0 5px 10px -5px rgba(11,11,17,.05),0 20px 60px -20px rgba(11,11,17,.2);
    box-shadow: 0 5px 10px -5px rgba(11,11,17,.05),0 20px 60px -20px rgba(11,11,17,.2);
}
.logo{
    float: left; 
    display: inline-block;
    padding-top: 18px;
    transition: all 0.3s ease 0s;
}
.logo a{transition: all 0.3s ease 0s; position: relative;}
.logo a img{
   /*  width: 135px; display: block;
    transition: all 0.3s ease 0s; */
    height: 52px;
    transition: all 0.3s ease 0s;
}
/* #header.fixed1 .logo{margin-top: 0px; height: 60px; padding-top: 0px;} */
/* #header.fixed1 .logo a img{height: 55px;} */
.menu{
    float: left;
    padding-left: 32%;
    /* text-align: right; */
}
.menu ul{
    list-style: none;   
    float: left;
    margin-right: 15px;
}
.menu > ul > li{
    display: inline-block;
    float: left;
    position: relative;
    padding: 0 25px;
}
.menu > ul > li > a{
    text-decoration: none;
    color: #112970;
    text-transform: capitalize;
    font-size: 18px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    /* font-weight: 600; */
    position: relative;
    height: 86px;
    line-height: 86px;  
    /* letter-spacing: 1px; */
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}
.menu > ul > li > a.active{
    color: #01a1fd;
}
/* .menu > ul > li > a:before{
    position: absolute;
    left: 0px;
    bottom: 15px;
    width: 0px;
    height: 2px;
    background-color: #d93f87;
    content: "";
    transition: all 0.5s;
}
.menu > ul > li:hover > a:before, .menu > ul > li > a.active:before{width: 100%;} */
/* #header.fixed1 .menu > ul > li > a{color: #112970; height: 60px; line-height: 60px;} */
/* .menu > ul > li > a i{margin-left: 0px; color: #555;}
#header.fixed1 .menu ul > li:hover a, #header.fixed1 .menu ul > li > a.active, .menu ul > li:hover a,
.menu ul > li a.active{
    color: #112970;
}
.menu > ul > li:hover > a i, #header.fixed1 .menu > ul > li:hover > a i{margin-left: 0px; color: #d93f87;} */
/* #header.fixed1 .menu > ul > li > a:before{bottom: 0px;} */
.menu ul li.Enquirebtn a{
    background-image: linear-gradient(135deg, #e98f36, #fdca5b);
    transition: background-color 0.3s, color 0.3s;
    color: #fff; margin-top: 30px; border-radius: 5px;
    height: 40px; line-height: 40px; margin-left: 15px;
}
/* #header.fixed1 .menu > ul > li.Enquirebtn > a{margin-top: 10px; height: 40px; line-height: 40px;
color: #fff;} */


.menu ul > li:hover ul.submenu1{
    display: block !important;  
}
ul.submenu1{
    width: auto;
    min-width: 260px;
    /*max-width: 1000px;*/
    background-color: #fff; 
    box-shadow: 0 20px 40px 0 rgba(26,35,94,.2);
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    z-index: 9999999999;
    border-top: 0px;
}
ul.submenu1 li{
    display: table;
    clear: both;
    width: 100%;    
}
ul.submenu1 li a{
    text-decoration: none;
    color: #000 !important;
    font-size: 16px;
    line-height: 21px;
    padding: 9px 10px !important;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-align:left;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
}
ul.submenu1 li:last-child a{border-bottom: 0px;}
ul.submenu1 li:hover a{
    color: #112970 !important;
}
ul.submenu1 li:last-child a{
    
}

.top_social {
    width: auto;
    float: right;
    margin-left: 0px;
}
.top_social, .top_social ul {
    float: right;
    list-style: none;
}
.top_social ul li {
    float: left;
    padding: 14px 0 0;
    transition: all 0.3s;
}
.top_social ul li a {
    color: #112970;
    font-size: 27px;
    text-decoration: none;
    transition: all .5s;
    line-height: 26px;
    font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif;
}
.top_social ul li a span{
    font-size: 16px;
    font-family: 'SofiaProLight', sans-serif;
    width: 100%; 
    display: block;
    text-align: center;
    text-transform: capitalize;
}
/* .top_social ul li a:hover {
    color: #991050;
    transition: all .5s;
} */
.top_social ul li a img{height: 20px; display: inline-block; margin-right: 3px; position: relative; 
    top: -2px;}
/* #header.fixed1 .top_social ul li {padding-top: 15px;} */
/*------header_end--------*/


/*bannerpart*/
.bannerpart{clear: both; width: 100%; display: table; padding-top: 125px; height: 100vh;
    max-height: 100vh; overflow: hidden; position: relative; 
    /* border-bottom: 5px solid #414042; */ background-size: cover; background-repeat: no-repeat;}
/* .bannerpart:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url('../images/honeycomb.svg');
    opacity: 0.1
} */
.bannerpart:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 28px;
    content: "";
    background-image: url('../images/Dip.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}
.bannerpart h2{
    /* line-height: 50px; */
    color: #fff;
    font-size: 60px;
    position: relative;
    /* font-weight: 700; */
    margin-top: 12%;
    font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif;
    text-shadow: 0 0 191px black !important;
    line-height: 55px;
}
.bannerpart h2 span{font-family: 'SofiaProLight', sans-serif;}

.bannerpart ul{
    list-style: none;
    width: 100%;
    clear: both;
    margin: 50px 0px 0px;
    padding: 0px;
    position: relative;
}
.bannerpart ul li{
    float: left;
    display: inline-block;
    padding: 0px 25px 10px;
    text-shadow: 0 0 191px black;
    border-right: 1px solid #fff;
    text-align: center;
    color: #fdca00;
    font-size: 32px;
    font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif;
}
.bannerpart ul li span{font-family: 'SofiaProLight', sans-serif;}
.bannerpart ul li span.counter{font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif;}
.bannerpart ul li:last-child{border-right: 0px;}
.bannerpart ul li div{color: #fff; text-transform: uppercase;
font-size: 14px;}

.git{clear: both; width: 100%; margin-top: 30px; display: inline-block;
position: relative}
.git a{
    /* background-color: #3e3092; */  font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
    color: #fff; margin-top: 0px; border-radius: 40px;
    display: inline-block;
    text-decoration: none; padding: 7px 25px; transition: all 0.3s;

   background-color: #29539b;
background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}
.git a:hover{
    transition: all 0.3s;
    background-color: #fdca00; color: #000; background-image: none;
}


.bannerBtn a {
    position: absolute;
    right: calc(12% - 100px);
    bottom: 20px;
    padding-bottom: 120px;
    text-decoration: none;
    display: inline-block;
    outline: 0px;
    z-index: 99;
    /* background-image: url(../images/varrow-home.svg);
    width: 200px;
    height: 265px;
    background-size: 12px 265px;
    background-repeat: no-repeat; */
    /* padding-top: 167px; */
    white-space: nowrap;
    color: #fefefe;
    text-align: center;
    background-position: center;
    font-size: 18px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
.bannerBtn a:focus{outline: 0px;}
.bannerBtn a span{transform: rotate(90deg); display: block; opacity: 0.3; font-size: 14px;
position: relative; right: 4px; top: -7px;}
.bannerBtn a::before {
    content: "";
    width: 53px;
    height: 46px;
    position: absolute;
    /* transform: rotate(-90deg); */
    background: url("../images/arrow-circ.png");
    z-index: 1111;
    top: 70px;
    right: -5px;
}
.bannerBtn a::after {
    content: '';
    width: 17px;
    height: 70px;
    position: absolute;
    top: 30px;
    right: 13px;
    z-index: 1111;
    background: url("../images/arrow-down.png");
    /* transform: rotate(-90deg); */
}
@-webkit-keyframes scroll {
    0%{-webkit-transform:translateY(0);transform:translateY(0)}
    50%{-webkit-transform:translateY(20px);transform:translateY(20px)}
    100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes scroll {
    0%{-webkit-transform:translateY(0);transform:translateY(0)}
    50%{-webkit-transform:translateY(20px);transform:translateY(20px)}
    100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
/*bannerpart*/


/*bannerdn*/
.bannerdn{
    width: 100%;
    clear: both;
    display: table;
    padding: 22px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ebedf5+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ebedf5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ebedf5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ebedf5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebedf5',GradientType=0 ); /* IE6-9 */
}
.bannerdn ul{
    list-style: none;
    width: 100%;
    display: table;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.bannerdn ul li{
    display: inline-block;
    width: 29%;
    margin: 0 8px;
}
.bannerdn ul li a{
    cursor: pointer;
    color: #152d72;
    background-color: #ffffff;
    width: 100%;
    padding: 22px;
    font-weight: 600;
    text-decoration: none;
    display: table;
    text-align: center;
    border-radius: 38.5px;
    box-shadow: 0 2px 4px 0 rgba(4,20,64,0.27);
}
.bannerdn ul li a h3{
    position: relative;
    margin: 0px 0px 15px;
    font-size: 18px;
}
.bannerdn ul li a h3 img{margin-right: 10px;}
.bannerdn ul li a h3::after {
    content: '';
    background: url("../images/orangearrow.svg") no-repeat;
    width: 12px;
    height: 17px;
    display: inline-block;
    position: relative;
    left: 8pt;
    top: 3px;
}
.bannerdn ul li a p{font-size: 14px;}
/*bannerdn*/

/*----------banner-----------*/
.carousel-control.left{left: 15px;}
.carousel-control.right{right: 15px;}
.bannercu{background-color: #112970;}
.bannercu:before{
    /*-webkit-clip-path: polygon(0 0, 100% 0%, 41% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 41% 100%, 0% 100%);
    background-image: url('../images/body-bg.svg');
    background-position: right 150px;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 92%;
    height: 100%;
    z-index: 1;
    overflow: hidden;*/
}
/*.bannercu:after{    
    width: 0;
    height: 0;
    border-top: 489px solid #f9f9f9;
    border-left: 402px solid transparent;
    position: absolute;
    top: 11rem;
    z-index: 99;
    content: "";
    transform: rotate(5deg);
    right: 170px;
}*/
.banner_txt {
    top: 35% !important;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 80%;
    padding: 0 20px !important;
    margin: auto;
    left: 10%;
    z-index: 999999;
    margin: auto;
    visibility: visible !important;
}
/* .banner_txt:before{
    position: absolute;
    left: -20px;
    top: 50px;
    width: 358px;
    height: 412px;
    content: "";
    background-image: url('../images/grad.png');
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    z-index: -1;

} */
.banner_hd {
    color: #fff;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 0px;
    font-weight: 700;   
    padding-top: 0px;
    /* padding-left: 3%; */
    /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;*/
}
.banner_cont {
    color: #fff;
    font-size: 21px;
    margin-bottom: 0px;
    line-height: 24px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom:30px;
}
.banner_r_more{
    clear: both;
    margin-top: 20px;
}
.banner_r_more a{
    background-color: #d93f87;  font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
    color: #fff; margin-top: 0px; font-weight: 600; border-radius: 40px;
    display: inline-block;
    text-decoration: none; padding: 10px 40px; transition: all 0.3s;
}
.banner_r_more img{margin-left: 5px;}
.banner_r_more a:hover{
    transition: all 0.3s;
    background-color: #fff; color: #d93f87; background-image: none;
}
.banner_r_more a i{margin-left: 5px;}
.bannercu .carousel-inner > .item > img{opacity: 0.4;}

a.scroll-down-link {
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: 20px;
    color: #FFF;
    text-align: center;
    z-index: 90;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
    animation: move_fade_move_down 2s ease-in-out infinite;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    right: 0px;
    outline: 0px !important;
    border: 0px;
}
a.scroll-down-link img{opacity: 0.6;}
/*animated arrow animattion*/
 @-webkit-keyframes move_fade_move_down {
 0% {
 -webkit-transform:translate(0, -5px);
 opacity: 1;
}
 50% {
 -webkit-transform:translate(0, 10px);
 opacity: 1;
}
 100% {
 -webkit-transform:translate(0, -5px);
 opacity: 1;
}
}
 @keyframes move_fade_move_down {
 0% {
 transform:translate(0, -5px);
 opacity: 1;
}
 50% {
 transform:translate(0, 10px);
 opacity: 1;
}
 100% {
 transform:translate(0, -5px);
 opacity: 1;
}
}

.shape1{
   -webkit-clip-path: polygon(50% 41%, 0% 100%, 100% 100%);
clip-path: polygon(50% 41%, 0% 100%, 100% 100%);
position: absolute;
bottom: 0px;
left: 45.5%;
width: 10%;
height: 150px;
background-color: #2baee8;
z-index: 9;
opacity: 0.8;
}
.shape2{
   -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
position: absolute;
bottom: 0px;
right: 0%;
width: 18%;
height: 220px;
background-color: #2baee8;
opacity: 0.8;
}


.ban_offers{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    /* border-bottom: 1px solid #d1d4db; */
    z-index: 9999;
}
.ban_offers ul{
    list-style: none;
    width: 100%;
    display: table;
}
.ban_offers ul li{
    display: table-cell;
    width: 33.33%;
    position: relative;
    border: 1px solid #d1d4db;
    transition: all 2s ease 0s;
}
.ban_offers ul li:last-child{border-right: 0px;}

.ban_offers ul li a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
}
.ban_offers ul li a .bo_block1{
    transition: all 0.5s ease 0s;
    height: 65px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    border-top: 5px solid #73c2d5;
}
.ban_offers ul li:nth-child(2n) a .bo_block1{
    border-top: 5px solid #8165a6;
}
.ban_offers ul li:last-child a .bo_block1{
    border-top: 5px solid #c5397a;
}

.ban_offers ul li a .bo_block1 .bo_hd1{
    width: 100%;
    height: 60px;
    background-color: #fff;
    line-height: 60px;
    padding: 0 20px;
    position: absolute;
    text-decoration: none;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    bottom: 0px;
}
.ban_offers ul li a .bo_block1 .bo_hd1:after {
    content:"\f105";
    font-family: FontAwesome;
    position:absolute;
    right:18px;
    font-size:16px;
    line-height:1;
    top:22px;
    -webkit-transition:-webkit-transform 0.3s ease-out;
    transition:-webkit-transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
    transition:transform 0.3s ease-out,-webkit-transform 0.3s ease-out
    -webkit-transform:rotateZ(270deg);
    transform:rotateZ(270deg)
}
.ban_offers ul li a:hover .bo_block1 .bo_hd1:after {
    -webkit-transform:rotateZ(0deg);
    transform:rotateZ(0deg)
}

.ban_offers ul li a .bo_block1 .bo_img1{
    width: 100%;
    display: block;
    height: 230px;
}
 .ban_offers ul li a .bo_block1 .bo_img1 img{
    width: 100%;
    display: block;
    /* height: 100%; */
}
.ban_offers ul li a:hover .bo_block1{height: 245px; box-shadow:0px 5px 30px rgba(10,29,59,0.6)}
/*----------banner-----------*/


/*section1*/
.section1{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    /* padding: 80px 0; */
    /* background-color: #112970; */
    min-height: 600px;
    /* background-size: initial;
    background-position: top right;
    background-image: url(../images/right-bg-ornament.svg) !important;
    background-repeat: no-repeat; */
}
.sec1bb{width: 50%; min-height: 600px; display: block; padding: 11% 60px 0; 
float: right; background: linear-gradient(45deg,#3e3092,#92278f 70%,#df414c);}
.sec1inner{
    display: block;
    position: absolute;
    left: 0px;
    width: 50%;
    top: 0px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.sec1inner img{width: 100%; display: block;}

.section1 h2{color: #fff;
font-size: 46px; line-height: 46px; margin: 0px 0px 30px;}
.section1 p{color: #fff; font-size: 21px; line-height: 28px;
font-style: italic;}
.section1 a{color: #fff; background-color: #92278f;
padding: 20px 50px; border-radius: 50px; font-weight: 700; text-decoration: none;
display: inline-block; margin-top: 30px; transition: all 0.3s;}
.section1 a:hover{background-color: #fff; color: #92278f;}
.ornament_animation{
  position:absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
}
.ornament_animation-sub{
  opacity:0.05
}
.ornament_animation-sub .ornament_animation__svg{
  width:100%;
  height:100%
}
.ornament_animation__inner{
  position:relative;
  width:100%;
  height:100%
}
.ornament_animation__svg{
  position:absolute;
  left:0;
  top:0;
  width: 500px;
height: 575px;
}
.ornament_animation svg{
  width:100%;
  height:100%
}
.ornament_animation-default .ornament_animation__svg{
  -webkit-transform-origin:center;
  -ms-transform-origin:center;
  transform-origin:center
}
.ornament_animation-default .ornament_animation__svg:first-child{
  -webkit-animation:rotating 35s linear infinite;
  animation:rotating 35s linear infinite
}
.ornament_animation-default .ornament_animation__svg:last-child{
  -webkit-animation:rotating-back 35s linear infinite;
  animation:rotating-back 35s linear infinite;
  top:2px
}
.icon-decor-part1 {
    width: 100%;
    height: 100%;
    stroke: #232020;
}


@-webkit-keyframes rotating{
  from{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes rotating{
  from{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@-webkit-keyframes rotating-back{
  from{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to{
    -webkit-transform:rotate(-360deg);
    transform:rotate(-360deg)
  }
}
@keyframes rotating-back{
  from{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to{
    -webkit-transform:rotate(-360deg);
    transform:rotate(-360deg)
  }
}
/*section1*/


/*section2*/
.section2{
    padding: 90px 0 80px;
    clear: both;
    width: 100%;
    display: table;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #efeeee;
}
.section2 h2{
    margin-top: 0px;
    margin-bottom: 20px;
    color: #152d72;
    line-height: 36px;
    font-size: 32px;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}
.section2 p{
    color: #3d403d;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
/*section2*/



/*section3*/
.section3{
    padding: 100px 0;
    clear: both;
    width: 100%;
    display: table;
    background: linear-gradient(180deg, #fff 0%, #ebedf5 100%);
    text-align: center;
}
.section3 h2{
    margin-top: 0px;
    margin-bottom: 20px;
    color: #152d72;
    width: 100%;
    clear: both;
    line-height: 42px;
    display: inline-block;
    font-size: 42px;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}
.section3 h5{
    color: #3d403d;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 540px;
    font-weight: 400;
    margin: 0 auto 60px auto;
}
.section3 h2 img{margin-right: 10px;}

.sec3ser{max-width: 1110px; margin: auto; display: table;}
.sec3ser .col-sm-4{padding: 0 15px;}
.sec3bx1{
    border-radius: 17px;
    box-shadow: 0 21px 39px -16px rgba(34,48,116,0.5);
    width: 100%;
    padding: 20px;
    background-color: #fff;
}
.sec3bx1 img{max-width: 100%; height: 175px; display: table; margin: auto auto 30px;}
.sec3bx1 h3{
    margin-top: 0px;
    margin-bottom: 20px;
    color: #152d72;
    font-size: 36px;
    line-height: 38px;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}
.sec3bx1 p{
    color: #3d403d;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 0 40px;
    text-align: center;
    margin: 0 auto 20px 0;
}
.sec3bx1 a{
    cursor: pointer;
    color: #152d72;
    width: 90%;
    max-width: 236px;
    display: table;
    margin: 0 auto;
    padding: 15px 10px 15px 10px;
    font-weight: 600;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    text-decoration: none;
    border: 3px solid #ff6c3c;
    transition: all 0.3s;
}
.sec3bx1 a::after {
    content: '';
    background: url("../images/orangearrow.svg") no-repeat;
    width: 12px;
    height: 17px;
    display: inline-block;
    position: relative;
    left: 8pt;
    top: 3px;
}
.sec3bx1 a:hover {
    background-color: #ff6c3c; color:#fff;
}
/*section3*/



/*footer*/
.footer{
    width: 100%;
    display: table;
    clear: both;
    padding: 50px 0 20px;
    background-color: #3e3092;
}
.ftlogo{
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.ftlogo img{width: 80%; display: block;}
a.ftnum {
    color: #fff;
    font-size: 32px;
    text-decoration: none;
    transition: all .5s;
    line-height: 26px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    clear: both;
}
a.ftm{font-size: 21px; font-family: 'SofiaProLight', sans-serif;}
a.ftnum img{height: 27px; display: inline-block; margin-right: 3px; position: relative; 
    top: -2px;}
a.ftm img{height: 19px;}
.footer h3{color: #ff6842; margin-top: 0px;}

.ftlinks{float: right; width: 100%; text-align: right; padding-bottom: 25px; 
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);}
.ftlinks a{color: #fff; font-size: 14px; padding: 0 15px; transition: all 0.3s;
text-decoration: none; text-transform: uppercase; letter-spacing: 1px;}
.ftlinks a:hover{text-decoration: underline;}

.ftlinks1{width: 100%; clear: both; text-align: right; margin-top: 20px;
display: inline-block;}
.ftlinks1 span{
    color: #ff6842; margin-right: 15px;
}
.ftlinks1 a{text-decoration: none; display: inline-block; margin-right: 15px;}

.footer p{
    width: 100%;
    clear: both;
    display: inline-block;
    padding: 5px;
    /* background-color: #fff; */
    text-align: center;
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.75);
    font-family: 'SofiaProLight', sans-serif;
}
.footer p b{font-weight: 400;}
/*footer*/


/*innerbanner*/
.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #082b6c;
}
.inner_banner img{
    width: 100%;
    opacity: 0.6;
    display: block; 
    /* filter: grayscale(100%); */
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 45%; left: 0%; padding: 10px 35px; z-index: 9;
}
.innertxt1 ul{list-style: none; text-align: left; margin-bottom: 0px;
padding-left: 0px;}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #01bdf5;    
    font-size: 16px;
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 3px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: #fff; text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 32px; 
text-transform: uppercase; margin-bottom: 10px; font-weight: 700;}
.inner_banner h1 span{color: #fff;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }
/*innerbanner*/


.aboutsec1, .aboutsec2{
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
}
.abtbx1{
    width: 100%;
    display: table;
    margin-bottom: 75px;
}
.abtbx1:last-child{margin-bottom: 0px;}
.abtbx1 h4{
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #e95228;
}
.abtbx1 h2{
    font-size: 32px;
    font-weight: 700;
    color: #152d72;
    margin-bottom: 10px;
}
.abtbx1 p{
    font-size: 16px;
    line-height: 28px;
}
.abtbx1 img{width: 100%; display: block;}
.abtbx2{padding: 0px 40px 0;}
.abtbx2 h4{display: none;}
.aboutsec2 h2{
    text-align: center;
    width: 100%;
    margin-top: 0px;
    /*font-weight: 700;*/
    margin-bottom: 30px;
    color: #152d72;
}
.teambx{width: 100%; display: table; text-align: center; clear: both;}

.team1{
    width: 24%;
    display: inline-block;
    padding: 0 20px;
    text-decoration: none;
}
.team1 a{
    text-decoration: none;
    width: 100%;
    display: block;
    color: #000;
    outline: 0px;
}
.team1 a img{width: 100%; border-radius: 100%;}
.team1 a h4{margin: 15px 0 10px; font-size: 16px;}
.team1 a h3{margin: 0px; font-size: 15px; font-weight: 500; color: #777; clear: both;
display: table; width: 100%; text-align: center;}

.abtbx1 a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    background-color: #ea5228;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(33,37,41,.15);
    box-shadow: 0 5px 15px 0 rgba(33,37,41,.15);
    padding: 7px 40px;
    transition: all 0.3s;
}
.abtbx1 a:hover{background-color: #d54017;}
.abtbx1 ul{list-style: none; width: 100%; margin-top: 30px;}
.abtbx1 ul li{
    float: left;
    display: inline-block;
    width: 50%;
    /*margin-bottom: 20px;*/
}
.abtbx1 ul li h3{text-transform: uppercase; font-size: 16px; font-weight: 600; margin-bottom: 0px;}
.abtbx1 ul li h1{font-size: 32px; color: #000; font-weight: 600; margin-top: 5px;}

.aboutbtm h6{
    font-size: 18px; line-height: 32px; font-weight: 400; margin-bottom: 70px;color: #000;
}
.aboutbtpg p{font-size: 18px; color: #000; font-weight: 300; line-height: 36px;}

.aboutbtpg a:hover{background-color: #d54017;}
.aboutbtpg ul{list-style: none; width: 100%; margin-top: 15px;}
.aboutbtpg ul li{
    float: left;
    display: inline-block;
    width: 33.33%;
    margin-bottom: 20px;
}
.aboutbtpg ul li h3{text-transform: uppercase; font-size: 16px; font-weight: 600;}
.aboutbtpg ul li h1{font-size: 42px; color: #e95228; font-weight: 300; margin-top: 10px;}

.aboutacc .accordion .link{background-color: transparent; border: 0px; border-bottom: 1px solid #000;
font-size: 21px; font-weight: 600;}
.aboutacc .accordion .link span{font-size: 18px; font-weight: 300;}
.aboutacc .submenu li{background-color: transparent; border-bottom: 1px solid #ccc;}
.aboutacc .submenu li p{font-size: 16px; font-weight: 300; color: #000;}



/*.whyUs*/
.whyUs {
    background: #f5f5f5;
    display: table; 
    padding: 40px 0;
    width: 100%;
    overflow: hidden;
}
.whyUs ul{list-style: none;}
.whyUs .whyleft {
    width: 360px;
    float: left;
}
.whyUs .whyright {
    width: calc(100% - 400px);
    float: right;
}
.whyleft h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 20px;
    line-height: 1;
    position: relative;
}
.whyleft h2 span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}
.whyleft h2:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    content: '';
    border-left: 2px solid #333;
    border-top: 2px solid #333;
}
.whyleft h2:after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    content: '';
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}
.whyright li {
    width: 48%;
    float: left;
}
.whyright li:nth-child(even) {
    float: right;
}
.whyright .icon {
    width: 70px;
    height: 70px;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
}
.whyright .icon img {
    width: 100%;
}
.whyright .txt {
    float: right;
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 90px);
    min-height: 200px;
}
.whyright .txt h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
/*aboutpg*/


/*servicespg*/
.innerserv{
    font-size: 16px;
    color: #000;
    text-align: justify;
    padding: 50px 0;
    line-height: 28px;
    display: table;
    width: 100%;
    background-color: #fff;
    display: block;
    width: 100%;
}
/*.page_content*/
.page_content {
    width: 68%;
    float: left;
}

.page_content h2 {
    width: 100%;
    float: left;
    margin: 15px 0;
    color: #111;
    font-weight: 600;
    font-size: 24px;
}

.page_ul ul {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    list-style: none;
}

.page_ul ul li {
    width: 100%;
    float: left;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.page_ul ul li:before {
    position: absolute;
    top: 0px;
    left: 5px;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    /* border: 2px solid #00bbf2; */
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 800;
}

.page_ul ul li:last-child {
    margin-bottom: 0px;
}

.page_ul ol {
    width: 100%;
    float: left;
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 15px;
}

/*.page_nav*/
.page_nav {
    float: right;
    width: 28%;
    background: #fbfbfb;
    padding-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #dfeaff;
}

.stickme {
    position: sticky;
    -webkit-position: sticky;
    -moz-position: sticky;
    -o-position: sticky;
    -ms-position: sticky;
    top: 100px;
    right: 0;
}

.page_nav h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 1.2;
    display: block;
    text-align: center;
    padding: 15px;
    background: #0181ca;
}
.page_nav ul{list-style: none;}
.page_nav ul li {
    width: 100%;
    float: left;
    text-align: left;
}

.page_nav ul li a {
    width: 100%;
    float: left;
    color: #000;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 20px;
    border-top: 1px solid #dfeaff;
    transition: all ease-in-out .5s;
}

.page_nav ul li:first-child a {
    border-top: 0px;
}

.page_nav ul li a:hover,
.page_nav ul li a.active {
    color: #0181ca;
}
/*servicespg*/



/*testimonials*/
.testimonials {
    /*background-image: url(../images/pattern1.jpg);
    background-repeat: repeat;*/
    background: #fff;
}
.testimonialsBx {
    padding: 0 0 70px;
    text-align: center;
    overflow: hidden;
}
.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonials h2 {
    font-size: 40px;
    color: #003b67;
}
.testimonials .p {
    font-size: 20px;
    color: #999;
    margin-bottom: 80px;
}
.testimonials li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 15px;
}
.testimonials li .txt {
    background: #fff;
    padding: 60px 30px 20px;
    font-size: 18px;
    color: #555;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.testimonials li .txt p {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.testimonials li .txt b {
    color: #333;
    font-weight: 600;
}
.testimonials li .txt h6 {
    font-size: 18px;
    color: #ff6842;
    font-weight: 600;
    margin-top: 10px;
}
.testimonials li .txt:before {
    position: absolute;
    top: 12%;
    left: 5%;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    content: '\f10d';
    font-family: 'FontAwesome';
    /*background: #112970;*/
    color: #000;
    font-size: 80px;
    line-height: 70px;
    opacity: 0.1;
    text-align: center;
    /*transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);*/
}
.testimg{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.testimg img{
    width: 100px;
    height: 100px;
    display: block;;
    border:1px solid #ccc;
    border-radius: 80px;
}
.testinnn{padding-top: 40px;}
.testinnn.testimonials li:first-child{margin-top: 50px;}
.testinnn.testimonials li{margin-bottom: 50px;}
.testinnn.testimonials li:last-child{margin-bottom: 0px;}
/*testimonials*/


/*contactpg*/
.contactpg{
    width: 100%;
    display: table;
    padding: 40px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ebedf5+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ebedf5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ebedf5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ebedf5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebedf5',GradientType=0 ); /* IE6-9 */

}
.cntForm h2{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
    color: #0e2b5c;
    font-size: 42px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-weight: 300;
    position: relative;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}
.cntForm p{
    font-size: 20px;
    color: #ff6c3c;
    text-align: center;
}
.box6_left{
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0px 20px 20px 0;
}
.form_hd{
    width: 100%;
    margin-bottom: 30px;
    color: #0e2b5c;
    font-size: 42px;
    /*letter-spacing: 1px;*/
    padding-bottom: 10px;
    font-weight: 300;
    position: relative;
}
.form_hd:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 30px;
    background-color: #ff6c3c;
    content: "";
}
.box6_row1{
    width: 100%;
    display: table;
    clear: both;
    margin-bottom: 15px;
    padding-left: 38px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left 5px;
}
.b6_cont1{
    float: left;
    display: inline-block;
    width: 90%;
    font-size: 20px;
    color: #152d72;
    line-height: 26px;
}
.b6_cont1 p b{text-transform: uppercase; color: #000; 
letter-spacing: 2px; font-weight: 500; margin-bottom: 20px; display: inline-block;
font-size: 24px;}
.b6_cont1 a{text-decoration: none; color: #152d72;}
.b6_cont1 a:hover{text-decoration: underline;}

.contactpg iframe{border: 0px; display: block; height: 300px;}



.cntForm{clear: both; display: table; width: 100%; margin-top: 30px;}
.cntForm form {
    margin-top: 30px;
}
.span2 {
    width: 48%;
    float: left;
}
.span2:nth-child(even) {
    float: right;
}
.cntForm label {
    text-transform: uppercase;
    color: #111;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: block;
    margin-bottom: 7px;
}
.cntInput {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    height: 50px;
    padding: 0 10px;
    /*border: 2px solid #d0d0d0;*/
    border:0px;
    box-shadow: 0 2px 4px 0 rgba(4,20,64,0.27);
    background: #fff;

}
textarea.cntInput {
    height: 140px;
    padding: 10px;
}
.cntBtn {
    margin: auto;
    display: table;
    height: 50px;
    padding: 0 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #ff6c3c;
    cursor: pointer;
    border: 0px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.cntBtn:hover {
    background: #152d72;
}
.links li, .links li a {
    width: 100%;
    float: left;
}
.links li a {
    padding-left: 40px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    color: #333;
    position: relative;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.links li:last-child a {
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 0
}
.links li a span {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
    display: block;
}
.links li a:hover span {
    color: #3764eb;
}
.links li a:before {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #346a93;
    left: 0;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    content: '\f0c1';
    font-family: 'FontAwesome';
}
/*contactpg*/



/*compliance*/
.accordion {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 0px;
  list-style: none;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 15px 10px 42px;
  color: #000;
  font-size: 24px;
  background: #cfe3ee;
  border: 1px solid #cfe3ee;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  /* position: absolute;
  top: 16px;
  left: 12px; */
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 10px;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #fff; background: #0080c9; border-color: #0080c9;}

.accordion li.open i { color: #fff; }

.accordion li.open i.fa-long-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion .submenu {
  display: none;
  background: transparent;
  font-size: 14px;
  list-style: none;
}

.accordion .submenu li {
padding: 30px 50px; color: #000; position: relative;
border: 1px solid #0080c9; background-color: #fff;}
.accordion .submenu li h3{color: #ea1b38; font-size: 36px; font-weight: 700; margin-bottom: 15px;}
.accordion .submenu li p{color: #000; font-size: 18px; text-align: justify;
line-height: 28px; font-weight: 300; width:100%}
.accordion .submenu a {
  clear: both;
  display: table;
  padding: 10px 100px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 300;
}

.accordion .submenu a:hover {
  background: #fff;
  color: #000;
}


.accordion .submenu ul{list-style: none; padding-bottom: 0px;}
.accordion .submenu ul li{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    position: relative;
    padding: 0px;
    border: 0px;
    margin-bottom: 15px;
    padding-left: 30px;
    text-align: justify;
}
.accordion .submenu ul li:before{
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 2px solid #00bbf2;
}
/*compliance*/



.menu2{position: fixed; right: 30px; top: 50px; z-index: 9; display: none;}
.menu2 .menuicon1{position: relative; z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span{float: left;}
.bars-wrap {
    display: inline-block;
    margin-left:15px;
    position: relative;
    overflow: visible;
    top: 3px;
}
.icon-bar {
    transition: all 0.4s ease;
    width: 25px;
    background: #0181ca;
    height: 3px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 4px;
}
/* #header.fixed1 .icon-bar {background: #ed171b;} */
.icon-bar:first-child {width:100%;}
.icon-bar:last-child {width:100%;}

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
}
.left1{right: 280px; z-index: 9999999; transition:ease all 0.8s}
.menu2{
  right: 280px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);}
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
    vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 400; font-size: 14px; 
    display: block; padding: 10px 15px; text-transform: uppercase; 
    transition: all 0.3s ease 0s; text-align: center; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #2e3192;}

a.closebtn{
    width: 100%; display: block;
    height: 42px;
    background-color: #0181ca;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 20px;
}


/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    .menu, .top_social{display: none;}
    .menu2{display: block; top: 17px; right: 10px;}
    .container{width: 100%; max-width: 100%;}
    .header{padding: 0 15px;}
    .logo{padding: 10px 0;}
    .bannerpart h2{font-size: 32px; line-height: 38px;}
    .bannerpart ul li{font-size: 21px;}
    .bannerpart ul li div{font-size: 9px;}
    .bannerpart ul li{padding: 0 8px;}
    .bannerpart::after{height: 8px;}
    .bannerdn ul li{width: 100%; clear: both; margin: 0px; margin-bottom: 15px;}
    .section2, .section3{padding: 50px 0;}
    .section3 h5{width: 100%;}
    .section3 h2, .section2 h2, .sec3bx1 h3{font-size: 28px; line-height: 32px;}
    .sec3bx1{margin-bottom: 20px;}
    .section1{min-height: auto; padding-top: 300px;}
    .sec1inner{width: 100%; clear: both; height: 300px;}
    .sec1bb{width: 100%; clear: both; min-height: auto; padding: 50px 20px;}
    .section1 h2{font-size: 32px; line-height: 38px;}
    .ftlinks{text-align: center;}
    .ftlinks a{font-size: 11px; letter-spacing: 0px;}
    a.ftnum{font-size: 26px;}
    a.ftm{font-size: 18px;}

    .inner_banner{margin-top: 72px;}
    .innertxt1{top: 0px;}
    .inner_banner h1{font-size: 21px;}
    .innertxt1 ul li{font-size: 14px;}
    .abtbx1 h2{font-size: 24px; margin-top: 0px;}
    .abtbx1 p{font-size: 14px; line-height: 24px;}

    .whyleft h2{font-size: 28px;}
    .whyUs .whyright{width: 100%; clear: both; display: table;}

    .whyright li{clear: both; width: 100%;}
    .team1{width: 50%; float: left; display: inline-block; margin-bottom: 20px;}
    .cart_bx2{width: 90% !important;}

    .team1 a h4 {
        font-size: 14px;
        height: 32px;
        line-height: 18px;
    }
    .abtbx1 .col-sm-6{padding-right: 10px !important;}

    .accordion .link{padding-left: 10px; font-size: 18px;}
    .accordion .submenu li{padding: 20px;}
    .accordion .submenu li p, .accordion .submenu ul li{font-size: 14px; line-height: 24px;}
    .form_hd{font-size: 32px;}
    .b6_cont1 p b{font-size: 18px;}
    .cntForm h2{font-size: 32px;}
    .span2{width: 100%;}

    .page_content, .page_nav{width: 100%; clear: both; position: relative; top: auto;}
    .bannerBtn a{right: 20px;}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
    
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{

}
@media only screen and (min-width : 960px) and (max-width : 1240px)
{
    .container{width: 100%;}
  .top_social{display: none;}   
  .menu{float: right; padding: 0px;}
  .bannerpart h2{margin-top: 8%;}
  .bannerBtn a{right: 20px;}
  .bannerdn ul li{width: 31%;}
  .bannerpart::after{height: 21px;}
}
@media only screen and (min-width : 960px) and (max-width : 1200px)
{
    
}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
    
}
