@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: 'Poppins', sans-serif;
    padding-top: 0px;
    overflow-x: hidden;
    background-color: #fff;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
}

.container {
    max-width: 1240px;
    width: 1240px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 999999;
    /* makes sure it stays on top */
}

#status {
    width: 75px;
    height: 146px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/log1.png);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: -80px 0 0 -50px;
    /* is width and height divided by two */
    animation: zoominoutsinglefeatured 2s infinite;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

.fixedsoc {
    position: fixed;
    top: 125px;
    right: 0px;
    z-index: 99;
}

.fixedsoc a {
    clear: both;
    width: 48px;
    height: 48px;
    text-align: center;
    display: block;
    line-height: 48px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    float: right;
    transition: all 0.3s;
}

.fixedsoc a.fb {
    background-color: #4267b2;
}

.fixedsoc a.tw {
    background-color: #55acee;
}

.fixedsoc a.lin {
    background-color: #0077b5;
}

.fixedsoc a:hover {
    width: 62px;
}

.modal-backdrop {
    z-index: 999999;
}

.modal {
    z-index: 9999999;
}

h5.modal-title {
    font-size: 24px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #f15d21;
    font-weight: 700;
    letter-spacing: 2px;
}

button.close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #f9a664;
    transition: all 0.3s;
    border-radius: 40px;
    opacity: 1;
}

button.close:hover {
    opacity: 1;
    background-color: #cb6044;
}

.close span {
    font-size: 21px;
    color: #fff;
    height: auto;
    position: relative;
    top: -3px;
}

.modal-dialog {
    margin-top: 100px;
}

.modal-header {
    border-bottom: 0px;
}

.modal-body {
    display: table;
    width: 100%;
}


.topEnquire {
    float: right;
    color: #fff;
    margin: 30px 100px 0 0;
    transition: all 0.3s;
}
#header.fixed1 .topEnquire{color: #063f77;} 
#header.fixed1 .topEnquire span{border-color: #063f77;} 
.topEnquire span img {
    margin: 10px 8px 0 0;
    height: 20px;
}

.topEnquire span {
    float: left;
    line-height: 40px;
    padding: 0 15px;
    font-size: 18px;
    border: 1px solid #fff;
}
.topEnquire span i {
    margin-right: 10px;
}

/* .topEnquire .num {
    font-weight: 600
} */

.topEnquire .txt {
    text-transform: uppercase;
    /* letter-spacing: 1px;
    border-color: #f48310; */
    background: transparent;
    height: 42px;
    margin-left: -1px;
}
.locico{
    width: 18px;
    background-image: url('../images/loc2.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 42px;
    display: block;
    background-size: 18px;
}
#header.fixed1 .locico{background-image: url('../images/loc1.png');}
.topEnquire:hover {
    color: #fff;
}
.topEnquire:hover span {
    border-color: #fff;
}
.phoneico{
    height: 20px;
    width: 20px;
    background-image: url('../images/phone.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    position: relative; 
    top: 4px;
}
#header.fixed1 .phoneico{background-image: url('../images/phoneb.svg');}

/*--------header-----------*/

.header {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    /* background-color: #fff; 
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);*/
}

#header.fixed1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    border-bottom: 0px;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
#header.fixed1.fixed2 {background-color: #221e1f;}
.logo {
    float: left;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    padding-left: 20px;
    background-color: #fff;
    transition: all 0.3s ease 0s;
    padding-right: 0px;
}

.logo a {
    vertical-align: middle;
    display: table;
    background-image: url(../images/logo1.png);
    background-repeat: no-repeat;
    background-position: left 13px;
    width: 144px;
    display: table;
    transition: all 0.3s ease 0s;
    height: inherit;
    background-size: 100%;
}

#header.fixed1 .logo {
    height: 100px;
    transition: all 0.3s ease 0s;
}

#header.fixed1 .logo a {
    background-image: url(../images/logo1.png);
    width: 210px;
    background-size: 100%;
    background-position: left center;
    transition: all 0.3s ease 0s;
}

.menu {
    float: right;
}

.menu ul {
    list-style: none;
    float: left;
    margin-right: 0px;
}

.menu>ul>li {
    display: inline-block;
    float: left;
    position: relative;
}

.menu>ul>li>a {
    text-decoration: none;
    color: #4C4D56 ;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 0 15px;
    height: 90px;
    font-weight: 600;
    line-height: 90px;
    font-family: 'Poppins', sans-serif;
}
#header.fixed1.fixed2 .menu>ul>li>a {color: #fff;}
.menu>ul>li>a:hover,
.menu>ul>li>a.active {
    color: #41beff;
}

.menu>ul>li.contactli {
    height: 90px;
    line-height: 90px;
    padding: 25px 0;
    transition: all 0.5s;
}

.menu>ul>li.contactli>a {
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #009aeb;
    color: #fff;
    transition: all 0.5s;
    border-radius: 3px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009aeb+0,115cdd+100 */
    background: #009aeb;
    /* Old browsers */
    background: -moz-linear-gradient(left, #009aeb 0%, #115cdd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #009aeb 0%, #115cdd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #009aeb 0%, #115cdd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009aeb', endColorstr='#115cdd', GradientType=1);
    /* IE6-9 */
}

.menu>ul>li>a i {
    margin-left: 5px;
    position: relative;
    top: -4px;
    color: #47c3c3;
}

.menu>ul>li.contactli>a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#115cdd+0,009aeb+100 */
    background: #115cdd;
    /* Old browsers */
    background: -moz-linear-gradient(left, #115cdd 0%, #009aeb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #115cdd 0%, #009aeb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #115cdd 0%, #009aeb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115cdd', endColorstr='#009aeb', GradientType=1);
    /* IE6-9 */
}

#header.fixed1 .menu>ul>li>a {
    height: 100px;
    line-height: 100px;
    padding-top: 1px;
    color: #252b33;
    text-transform: capitalize;
}
#header.fixed1 .menu>ul>li:last-child >a{
    height: 100px;
    line-height: 100px;
    color: #fff !important;
    background-color: #019ade;
    /* border: 2px solid #4370b6; */
    /* border-radius: 36px; */
    /* margin-top: 25px; */
    margin-left: 15px;
    padding: 0 25px;
}
#header.fixed1 .menu>ul>li:last-child >a i{top: 0}
#header.fixed1 .menu>ul>li.contactli {
    height: 80px;
    line-height: 80px;
    padding: 20px 0;
}

#header.fixed1 .menu>ul>li.contactli>a {
    color: #fff !important;
    height: 40px;
    line-height: 40px;
}

#header.fixed1 .menu>ul>li:hover>a,
#header.fixed1 .menu>ul>li>a.active {
    color: #034ea1;
}

/* #header.fixed1 .menu>ul>li>a.active {
    border-bottom: 3px solid #ae302b;
} */
#header.fixed1 .menu>ul>li:last-child >a:hover{background-color: #4370b6; color: #fff;}
.menu>ul>li>a img {
    margin-left: 7px;
}

.menu>ul>li>a.icon1 i {
    margin: 0px;
}
#header.fixed1 .menu > ul > li:last-child > a i{
    color: #fff;
}
#header.fixed1 .menu > ul > li:last-child > a:hover i{
    color: #fff;
}


/* .menu > ul > li > a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0b588f;
    transition:all 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.menu > ul > li:hover > a:after{
    width: 100%;
}
.menu > ul > li > a.active:after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #0b588f;
} */

.menu>ul>li>a.color1 {
    color: #71a642;
}

.menu>ul>li>a.color2 {
    color: #d3148c;
}

.menu>ul>li>a.color3 {
    color: #1eb1e4;
}

.fixed1 .menu>ul>li>a:after {
    background-color: #0b588f;
}

.fixed1 .menu>ul>li>a.active:after {
    background-color: #0b588f;
}

.menu>ul>li>a.color1:after,
.menu>ul>li>a.color2:after,
.menu>ul>li>a.color3:after,
.menu>ul>li.contactli>a:after {
    display: none !important;
}

.menu ul li:hover .dropdownm1{display: block;}
.dropdownm1{
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #034EA1;
  border: 1px solid #034EA1;
  z-index: 99;
  border-radius: 3px;
  display: none;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
/* .dropdownm1::before{
  width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    position: absolute;
    top: -8px;
    left: 5%;
    content: "";
} */
.dropdownm1 ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.dropdownm1 ul li{
  display: inline-block;
  width: 280px;
  padding: 15px;
  line-height: normal;

}
.dropdownm1 ul li a{
  text-decoration: none;
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 10px 10px 10px 25px;
  transition: all 0.3s;
  /* font-family: 'Crimson Text', serif; */
}
.dropdownm1 ul li a:hover:before{background-color: #00bff2;}
.dropdownm1 ul li a:before{
  width: 7px;
  height: 1px;
  content: "";
  position: absolute;
  left: 5px;
  top: 22px;
  background-color: #00bff2;
}
.dropdownm1 ul li a:hover{color: #00bff2 !important;}
.dropdownm1 .link{line-height: normal; padding: 0px 30px 20px;
text-align: right;}
.dropdownm1 .link a{
  text-decoration: none;
  letter-spacing: 3px;
color: #DE5041 !important;
font-size: 14px !important;
}

.menu ul li:hover ul.submenu1{
    display: inline-block;  
}
ul.submenu1{
    width: auto;
    min-width: 100%;
    /*max-width: 1000px;*/
    /* background-color: #2b2b2b; */
    background-color: #fff;
    box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 100px;
    left: 0px;
    list-style: none;
    display: none;
    padding: 20px 0 0px;
    z-index: 9999999999;
}
ul.submenu1 li{
    float: left;
    display: inline-block;
    width: 25%;  
    /* height: 56px;
    line-height: 56px; */
    padding: 0px 10px ;
    position: relative;  
}
ul.submenu1 li a p{font-size: 14px; color: #333; margin-top: 10px; font-weight: 400;
line-height: 21px; height: 63px; overflow: hidden;}
ul.submenu1.submenufw li{width: 100%; display: block; clear: both; float: none;}
.submenufw h3{color: #1b4660; font-size: 18px; font-weight: 600; margin-top: 0px;}
ul.submenu1 li a{
    text-decoration: none;
    color: #333 !important;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 20px;
    display: block;
    position: relative;
    padding-left: 50px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    text-align:left;
    text-transform: capitalize;
}
ul.submenu1 li a img{
    position: absolute;
    left: 10px;
    top: 15px;
    width: 30px;
    height: 30px;
    /* content: "";
    background-image: url('../images/arrow-red.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left center; */
}
ul.submenu1 > li:last-child > a{border-bottom: 0px;}
ul.submenu1 li:hover > a{
    color: #f13c31 !important;
    /* color: #000 !important; background-color: #f7f9fe; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; */
}
ul.submenu1 li:last-child a{
    /* border-bottom: 0px !important; */
}
ul.submenu2{display: none !important; border-top: 0px; min-width: 240px;}
.menu ul > li ul.submenu1 li:hover ul.submenu2{left: 100%; top: 0px; display: block !important;
background-color: #f3f3f3;}
ul.submenu2 li a{color: #000 !important;}


ul.submenu3{display: none !important; border-top: 0px; min-width: 240px;}
.menu ul > li ul.submenu2 li:hover ul.submenu3{left: 100%; top: 0px; display: block !important;
background-color: #fff;}
ul.submenu3 li a{color: #000 !important;}

.menurt1 {
    float: right;
    display: inline-block;
    /* margin-right: 30px; */
    padding: 28px 0 0 0px;
}
.menupowercont{
    width: 100%;
    display: table;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}
.menupowercont:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(180deg,#ff9653 0,#f13c31 100%);
    opacity: 0.85
}
.menupowercont h3{color: #fff; font-weight: 700; font-size: 21px;}
.menupowercont p{font-size: 14px; line-height: 24px; color: #fff; width: 80%;}
.menupowercont a{
    text-decoration: none;
    color: #f13c31;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    padding: 10px 20px;
    
    transition: all 0.3s;
    border: 2px solid #fff;
    display: table;
    margin: auto;
    margin-top: 30px;
    border-radius: 30px;
}
.menupowercont a:hover{background-color: transparent; color: #fff;}
.menurt1 a.phonebx,
.menurt1 a.msgbx {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding-top: 7px;
    padding-left: 10px;
    /* border: 2px solid #000; */
    font-size: 16px;
    float: left;
    margin-right: 15px;
    font-weight: 500;
    transition: all 0.3s;
    /* font-weight: 600; */
}
#header.fixed1.fixed2 .menurt1 a.phonebx{color: #fff;}
#header.fixed1.fixed2 .menurt1 a.msgbx{}
.menurt1 a.msgbx {
    color: #ef2e24;
    border: 0px;
    padding: 4px 15px;
    border-radius: 30px;
    font-size: 21px;
    margin-right: 0px;
    font-weight: 400;
    transition: all 0.3s;
}
.menurt1 a.phonebx i{
    height: 20px;
    width: 20px;
    background-image: url('../images/phone.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

/* .menurt1 a.phonebx i {
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 0px;
    color: #ef2e24;
} */

.socialrt {
    float: right;
    display: inline-block;
    padding: 4px 10px 0;
}

.socialrt a {
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    color: #fff;
    border-radius: 32px;
    float: left;
    background-color: #ef2e24;
    display: inline;
    /* padding: 0 25px; */
    transition: all 0.3s;
    margin-left: 5px;
    font-size: 18px;
    text-decoration: none
}

 .socialrt a.fb {
    background-color: #4b69b0;
}

.socialrt a.tw {
    background-color: #37b1e1;
}

.socialrt a.li {
    background-color: #0678b6;
} 

.socialrt a.wa {
    background-color: #2ba63a;
}

/*------header_end--------*/

/*projectbs*/
.projectbs{
    background-color: #f7f9fb;
    width: 100%;
    padding: 60px 0 0;
    display: inline-block;
    /* background-image: url('../images/proj.png');
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: right center */
}
.projectbs .owl-carousel.owl-loaded .owl-stage-outer{padding: 50px 0}
.projectbs .owl-dots{
    width: 100% !important;
    text-align: center !important;
}
.projectbs .owl-item{opacity: 0.5}
.projectbs .owl-item.active.center {
       transform: scale(1.1, 1.1);
       opacity: 1;
 }
.projbx{
    width: 100%; display: inline-block;
}
.proj1{
    position: relative;
    padding: 20px 10px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: .5s;
    align-items: center;
    border-radius: 8px;
box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
}
.projectbs h1{
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-size: 38px;
    font-weight: 600;
    margin-top: 0px;
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    font-weight: 700;
    color: #012c73;

}
.projectbs h2{font-weight: 700; margin: 0px; font-size: 21px; line-height: 36px; 
position: relative; color: #012c73; margin-bottom: 0px;}
/* .projectbs h2:before{
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 100px;
    height: 4px;
    background-color: #48c7c7;
    content: "";
} */
.projectbs h2 span{color: #0a5c93;}
.projectbs span{display: block;line-height: 24px;}
.projectbs span b{color: #0077bf;}
.projectbs p{color: #4C4D56; margin-top: 15px;  margin-bottom: 20px;
font-size: 14px; line-height: 28px; line-height: 24px; /*height: 71px;*/
overflow: hidden; margin-top: 0px;height: 120px;}

.projectbs a{
    text-decoration: none;
    clear: both;
    display: table;
    background-color: #034ea1;
    color: #fff;
    border: 1px solid #034ea1;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 12px;
    /* border-radius: 30px; */
    transition: all 0.3s;
}
.projectbs a:hover{background-color: #4370b6; color: #fff; border-color: #4370b6;}
.projectbs img{width: 100%; display: block;}
/*projectbs*/

.top_social ul li a img {
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.site-header-action__icon {
    fill: #f5a362;
    height: 25px;
    width: 15px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    display: inline-block;
}

.site-header-action__icon--enquire {
    fill: #e9c469;
    height: 25px;
    width: 30px;
}


/*------header_end--------*/


/*home_link*/

.home_link {
    overflow: hidden;
    /* background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover; */
    position: relative;
    width: 100%;
    height: 100vh;
}


.home_link:after{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
    background-color: #000;
    opacity: 0.35;
    z-index: 0
}

.home_linkgrad {
    position: absolute;
    /* left: -10%;
    top: -40%;
    width: 120%;
    height: 200%;
    z-index: 9;
    transform: rotate(200deg); */
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 9;
    /* background-color: #0f2834; */
}

.bganimationbx {
    /* animation-name: color_change;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-direction: alternate; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#221e1f+0,000000+46,ae302b+100&1+0,0+46,1+100 */
background: -moz-linear-gradient(left,  rgba(34,30,31,1) 0%, rgba(0,0,0,0) 46%, rgba(174,48,43,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(34,30,31,1) 0%,rgba(0,0,0,0) 46%,rgba(174,48,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(34,30,31,1) 0%,rgba(0,0,0,0) 46%,rgba(174,48,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221e1f', endColorstr='#ae302b',GradientType=1 ); /* IE6-9 */
opacity: 0.75
}

@-webkit-keyframes color_change {
    0% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
    25% { 
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
    75% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#912011+0,ffffff+50,7db9e8+74,ffffff+74,cb690b+100&1+0,0+50,0+74,1+100 */
        background: -moz-linear-gradient(left, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#912011', endColorstr='#cb690b', GradientType=1);
        /* IE6-9 */
    }
    /* 75% { background-color: #e01d5a; } */
    100% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
}

@-moz-keyframes color_change {
    0% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
    25% { 
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
    75% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#912011+0,ffffff+50,7db9e8+74,ffffff+74,cb690b+100&1+0,0+50,0+74,1+100 */
        background: -moz-linear-gradient(left, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#912011', endColorstr='#cb690b', GradientType=1);
        /* IE6-9 */
    }
    /* 75% { background-color: #e01d5a; } */
    100% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
}

@-ms-keyframes color_change {
    0% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
    25% { 
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
    75% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#912011+0,ffffff+50,7db9e8+74,ffffff+74,cb690b+100&1+0,0+50,0+74,1+100 */
        background: -moz-linear-gradient(left, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#912011', endColorstr='#cb690b', GradientType=1);
        /* IE6-9 */
    }
    /* 75% { background-color: #e01d5a; } */
    100% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
}

@-o-keyframes color_change {
    0% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
    25% { 
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
    75% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#912011+0,ffffff+50,7db9e8+74,ffffff+74,cb690b+100&1+0,0+50,0+74,1+100 */
        background: -moz-linear-gradient(left, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#912011', endColorstr='#cb690b', GradientType=1);
        /* IE6-9 */
    }
    /* 75% { background-color: #e01d5a; } */
    100% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
}

@keyframes color_change {
    0% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
    25% { 
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
    75% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#912011+0,ffffff+50,7db9e8+74,ffffff+74,cb690b+100&1+0,0+50,0+74,1+100 */
        background: -moz-linear-gradient(left, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(145, 32, 17, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(203, 105, 11, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#912011', endColorstr='#cb690b', GradientType=1);
        /* IE6-9 */
    }
    /* 75% { background-color: #e01d5a; } */
    100% {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b74+0,003b74+39,f15d21+67,f15d21+100&1+0,0.05+39,0.05+67,1+100 */
background: -moz-linear-gradient(left,  rgba(0,59,116,1) 0%, rgba(0,59,116,0.05) 39%, rgba(241,93,33,0.05) 67%, rgba(241,93,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,59,116,1) 0%,rgba(0,59,116,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(241,93,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b74', endColorstr='#f15d21',GradientType=1 ); /* IE6-9 */

    }
}

.site-banner__graphic {
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 9;
    width: 60%;
}

.site-banner__graphic svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

.hl_video {
    /* position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
}

.hl_video video {
    width: 110%;
    display: block;
    left: -5%;
    position: relative;
}

.hl_circle {
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #fff;
    /* padding: 0 5%; */
    top: 40%;
    left: 0;
    /* background: rgba(255, 255, 255, 0.8);
    padding: 100px; */
    position: absolute;
    z-index: 9;
}

.hl_circle p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    display: block;
}

.hl_circle h2 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-shadow: 0 0 191px black !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.hl_circle a{
    text-decoration: none;
    color: #000;
    border: 2px solid #fff;
    background-color: #fff;
    transition: all 0.3s;
    font-size: 16px;
    padding: 10px 30px;
    transition: all 0.3s;
    border-radius: 30px;
    position: relative;
    padding-right: 60px;
}
.hl_circle a::after {
    right: 32px;
    top: calc(50% - 8px);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #47C3C3;
    content: '';
position: absolute;
width: 0;
height: 0;
transition: all 0.3s;
}
.hl_circle a:hover::after {right: 20px;}
.searchbxtxt{

}
.searchbox {
   width: 100%;
   padding: 25px 60px;
   background-color: #f8981d;
   /* background-image: url("../images/logo-mark-white-rotate.svg");
    background-position: center;
    background-size: cover;
    border-radius: 60px; */
    margin-top: -50px;
    position: relative;
    z-index: 9;
    border-radius: 0 0 5px 5px;
}
.searchbox:before {
    position: absolute;
    content: '';
    background-color: #f8981d;
    top: -6px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: skewY(1.5deg);
    -ms-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    border-radius: 6px;
    transform-origin: right top;
}
.searchbox:after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 30%;
    display: block;
    border-radius: 4px;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    right: 5%;
    top: -20px;
    z-index: -1;
}
.downarr {
    position: absolute;
    /* content: ''; */
    background-color: #f8981d;
    width: 30px;
    height: 32px;
    display: block;
    bottom: -6px;
    left: 20%;
    border-radius: 4px;
    -webkit-transform: skewY(35deg);
    -ms-transform: skewY(35deg);
    transform: skewY(35deg);
    border-top: 0;
}
.searchbox span {
    font-size: 16px;
    color: #fff;
    /* margin: 0px 0px 10px 10px; */
    text-transform: capitalize;
    /* letter-spacing: 1px; */
    font-weight: 500;
    float: left;
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
}
.banner_fields {
    width: 32%;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: 400;
    /* padding: 15px; */
    float: left;
    margin: 0px 6px;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
}
.searchbox input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.searchbox input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.searchbox input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.formsubmit {
    width: 16%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-left: 10px;
    border-radius: 40px;/* 
    padding: 0px 40px 0px 16px; */
    float: left;
    text-align: center;
    border: none;
    font-size: 16px;
    transition: all 0.3s;
    background-color: #ef2e24;
    /* text-transform: uppercase;
    background: url(../images/search.png) no-repeat right #ef2e24;
    transition: ease all .5s;
    background-position: 20% 17px; */
}
.formsubmit:hover {
    /* background: url(../images/search.png) no-repeat right #117bd3; */
    /* transition: ease all .5s; */
    /* background-position: 11% 17px; */
    background-color: #951d18;
}
.searchbox h3 {
    color: #fff;
    z-index: 9;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 5px;
    font-weight: 400;
    text-transform: uppercase; 
    margin-top: 30px;  
    clear: both;
    width: 100%;
    display: inline-block;
}

.hero-slider__mountains-line {
    width: 750px;
    /* height: 575px; */
    right: -100px;
    z-index: 9999;
position: absolute;
bottom: -150px;
}

/* .hl_circle a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #f15d21;
    border: 1px solid #f15d21;
    text-decoration: none;
    border-radius: 30px;
    padding: 12px 40px;
    margin-top: 20px;
    font-weight: 600;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hl_circle a  svg{margin-left: 5px;}
.hl_circle a:hover {
    color: #fff;
    background: #f5a362;
    border-color: #f5a362;
} */

.hl_circle ul {
    list-style: none;
    /* width: 100%; */
    clear: both;
    margin-top: 50px;
    display: table;
    margin:  auto;
    margin-top: 50px;
}

.hl_circle ul li {
    float: left;
    display: inline-block;
}

.hl_circle ul li a {
    padding: 10px 20px;
    display: block;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    margin: -1px;
    /* background-color: #ffc9b3d9; */
    text-decoration: none;
    transition: all 0.3s;
}
/* .hl_circle ul li:nth-child(2n) a {background-color: #acd6ffd6;} */
.hl_circle ul li a:hover {
    background-color: #fff;
    color: #ae302b;
}
/* .hl_circle ul li:nth-child(2n) a:hover {color: #003c76;} */
.bannerBtn a,
a.scrollup {
    position: fixed;
    left: calc(12% - 100px);
    bottom: 60px;
    padding-bottom: 120px;
    text-decoration: none;
    display: inline-block;
    outline: 0px;
    z-index: 9;
    /* 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,
a.scrollup span {
    transform: rotate(270deg);
    display: block;
    opacity: 1;
    font-size: 12px;
    position: relative;
    left: -28px;
    top: 25px;
}

a.scrollup span {
    color: #000;
}

a.scrollup1 span, a.scrollup3 span {
    color: #fff;
}
a.scrollup2 span {
    color: #000;
}

/* .bannerBtn a::before {
    content: "";
    width: 53px;
    height: 46px;
    position: absolute;
    background: url("../images/arrow-circ.png");
    z-index: 1111;
    top: 70px;
    right: -5px;
} */

.bannerBtn a::after,
a.scrollup:after {
    content: '';
    width: 13px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1111;
    background: url("../images/arrow-down.png");
    /* transform: rotate(-90deg); */
}

a.scrollup:after {
    background: url("../images/arrow-up.png");
    left: -5px;
}

a.scrollup1:after, a.scrollup3:after {
    background: url("../images/arrow-up1.png");
    left: -5px;
}

a.scrollup2:after {
    background: url("../images/arrow-up.png");
    left: -5px;
}

@-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)
    }
}

a.cta_button {
    position: absolute;
    top: auto;
    left: 80px;
    bottom: 80px;
    color: #ae302b;
    white-space: normal;
    text-decoration: none;
    text-align: left;
    width: 100%;
    transition: all 0.3s;
}
.sec1bx1 a.cta_button {bottom: auto;}
a.cta_button strong {
    display: inline-block;
    float: left;
}

.icon-promo {
    width: 41px;
    height: 41px;
    border-radius: 41px;
    background-color: #ae302b;
    margin-right: 21px;
    display: block;
    position: relative;
    float: left;
    transition: all 0.3s;
}

.icon-promo::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 20px;
    width: 15px;
    border-top: 1px solid #ae302b;
    transition: all 0.3s;
}

.icon-promo::after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 25px;
    height: 13px;
    background: url("../images/btn-promo-icon.webp") 100% 0 no-repeat;
}

a.cta_button:hover {
    color: #221f1f;
}

a.cta_button:hover .icon-promo {
    background-color: #221f1f;
}

a.cta_button:hover .icon-promo::before {
    border-top: 1px solid #221f1f;
}


/*home_link*/


/*box4*/
.box4{
    position: relative;
    padding: 40px 0;
    display: table;
    clear: both;
    width: 100%;
    background-image: url('../images/banner3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.box4:before{
    content: '';
    height: 2.25rem;
    border-right: 2px solid #E01A33;
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 1;
}
.image-wrapper-overlay{
    /* background: linear-gradient(rgba(45,45,45,0.85), rgba(0, 0, 0, 0.85)); */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000f28;
}
.default-header {
    text-align: center;
    -ms-flex-preferred-size: 850px;
    flex-basis: 850px;
    max-width: 850px;
    display: table; margin: auto;
    position: relative;
}
.default-header h4 {
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.04rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #e95547;
    margin-bottom: 0.5rem;
}
.default-header h2{
    color: #fff;
    font-size: 36px;
    margin-top: 15px;
    font-weight: 700;
    margin-bottom: 50px;
}

.box4 a{
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    display: block;
    width: 100%;
    background-color: #e95547;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.box4 a:hover{background-color: #00bff2;}
.box4 a:before{
    position: absolute;
    right: -20px;
    top: -10px;
    opacity: 0.15;
    content: "";
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    background-size: 80px 80px;
    height: 80px;
    width: 80px;
}
.box4 a h3{
    color: #fff;
    font-size: 18px;
    height: 50px;
    overflow: hidden;
    font-weight: 500;
}
.box4 a img.hp-arrow{position: relative; transition: all 0.3s;}
.box4 a:hover img.hp-arrow{
    margin-left: 20px;
}
.hp-arrow {
    display: inline-block;
    width: 20px;
}

/*box4*/


/*achievementsbx*/
.achievementsbx{
    width: 100%;
    clear: both;
    display: block;
    background-image: url('../images/bg_0.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    /* background-color: #fff; */
}
.achievementsbx h2{
    text-align: center;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'SofiaProLight';
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 40px;
    color: #ef2e24;
}
.achievbx1{
    width: 100%;
    display: block;
    position: relative;
}
.achleft{
    float: left;
    display: inline-block;
    padding: 40px;
    width: 60%;
    background-color: #f5f5f7;
    border-bottom: 10px solid #ae302b;
    border-radius: 3px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.achleft h3{
    margin-top: 0px;
    color: #221e1f;
    /* font-family: 'Poppins', sans-serif; */
    margin-bottom: 20px;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.achleft p{
    color: #778a9d;
    font-size: 18px;
    line-height: 28px;
    font-family: 'SofiaProLight';
    margin-bottom: 25px;
    min-height: 200px;
    display: block;
}
.achleft a{
    color: #0f6ecd;
    font-size: 19px;
    transition: all 0.3s;
    text-decoration: none;
}
.achleft a i{position: relative; left: 5px; transition: all 0.3s;}
.achleft a:hover i{left: 10px;}
.achrt{
    float: right;
    display: inline-block;
    width: 40%;
    padding: 20px 0;
    position: relative;
}
.achrt img{width: 100%; display: block;}
.achievementsbx .owl-theme .owl-nav{display: none;}
.achievementsbx .owl-theme .owl-dots{
    right: auto;
    left: 0px;
    width: 60%;
    text-align: right;
    padding-right: 25px;
}
/*achievementsbx*/



/*section1*/
.section1 {
    width: 100%;
    display: block;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    
    background-size: initial;
    background-position: top left;
    background-image: linear-gradient(90deg,rgba(43,135,218,0) 10%,#ffffff 25%),
    url(../images/about.jpg) !important;
}
.abtleft img{width: 100%; display: block;
    border-radius: 13px 13px 13px 13px;
    border: 9px solid #fff;
}
.aboutcontent{
    width: 100%;
}
.aboutcontent h4{
    color: #e95547;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
}
.aboutcontent h5{
    color: #000;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 32px;
    font-weight: 600;
}
.aboutcontent h2{font-weight: 700; margin: 0px; font-size: 32px; line-height: 42px; 
position: relative; color: #032d74; margin-bottom: 40px;}
.aboutcontent h2:before{
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 100px;
    height: 4px;
    background-color: #48c7c7;
    content: "";
}
.aboutcontent h2 span{color: #0a5c93;}
.aboutcontent p{color: #000; margin-top: 15px;  margin-bottom: 30px;
font-size: 16px; line-height: 28px;}

.aboutcontent a{
    text-decoration: none;
    clear: both;
    display: table;
    background-color: #034ea1;
    color: #fff;
    border: 1px solid #034ea1;
    padding: 15px 25px;
    font-weight: 600;
    /* border-radius: 30px; */
    transition: all 0.3s;
}
.aboutcontent a:hover{background-color: #4370b6; color: #fff; border-color: #4370b6;}
/*section1*/


/*section3*/

.section3 {
    width: 100%;
    display: block;
    padding: 50px 0;
    background-color: #221e1f;
    position: relative;
    overflow: hidden;
    text-align: center;
}
/* 
.section3::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: calc(100vw - 237px);
    height: 200vh;
    background: #0f253c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: calc(40vw - 7px);
}

.section3::after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #0f253c transparent;
    border-width: 0 0 500px 500px;
}
 */
.section3 h2 {
    position: relative;
    margin-top: 0px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    /* padding-bottom: 20px; */
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
}
.industriesbx{
    padding: 40px 0 60px;
    background-color: #f6f4f0;
    display: block;
    clear: both;

}
.industriesbx .owl-nav{display: none;}
.industriesbx .owl-dots{
    width: 100%;
    text-align: center !important;
    bottom: -40px;
}
.industriesbx h2{
    /* font-family: 'Poppins', sans-serif; */
    color: #647285;
    font-size: 36px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'SofiaProLight';
    margin-bottom: 20px;
}
.industrbb{
    padding: 50px 10px 20px;
}
a.indbx1{
    width: 100%;
    padding: 50px 20px;
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    -webkit-box-shadow: 0 5px 25px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 25px -10px rgba(0,0,0,0.5);
    box-shadow: 0 5px 25px -10px rgba(0,0,0,0.5);
    text-align: center;
    position: relative;
    background-color: #fff;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
}
.indicon{
    position: absolute;
    left: 20px;
    display: block;
    padding: 20px 45px;
    text-align: center;
    transition: all 0.3s;
    top: -30px;
    background-color: rgba(255, 107, 0, 0.75);
}
a.indbx1:hover .indicon{background-color: rgba(255, 107, 0, 1);}
.indicon img{width: 40px;}
.indbx1 h3{
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #221e1f;
}
/* .section3 h2:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #f15d21;
    content: "";
} */

.list {
    position: relative;
}

.list::before {
    background: transparent url("../images/cut-triangle.svg") no-repeat center/210px 234px;
    bottom: 0px;
    content: "";
    height: 234px;
    left: 0;
    opacity: .05;
    position: absolute;
    width: 210px;
}

.sec3bx1 {
    margin-bottom: 60px;
    width: 100%;
    clear: both;
    display: table;
    position: relative;
    z-index: 3
}

.sec3bx1 img {}

.sec3bx1 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: #fff;
}

.sec3bx1 p {
    font-family: 'Sofia-Pro-Regular';
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    opacity: 0.7;
    width: 85%;
    line-height: 26px;
}

.sec3bx1 a.cta_button {
    color: #f15d21;
    font-family: 'Sofia-Pro-Regular';
    padding-top: 0px;
    margin-left: 30px;
    left: 0px;
    bottom: auto;
    display: table;
}

.sec3bx1 a.cta_button strong {
    font-family: 'Sofia-Pro-Regular';
    padding-top: 15px;
}

.sec3bx1 .icon-promo {
    background-color: #f15d21;
}

.sec3bx1 .icon-promo::before {
    border-top-color: #f15d21;
}

.sec3bx1 a.cta_button:hover {
    color: #003b74;
}

.sec3bx1 a.cta_button:hover .icon-promo {
    background-color: #003b74;
}

.sec3bx1 a.cta_button:hover .icon-promo::before {
    border-top: 1px solid #003b74;
}


/*section3*/

/*section4*/

.section4 {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #f0f0f0;
}

.section4 h2 {
    font-family: 'Poppins', sans-serif;
    color: #f15d21;
    font-size:36px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
}

.section4 h2 span {
    color: #f15d21;
}
.section4 p{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 2px;
    padding: 0 10%;
    margin-bottom: 60px;
}
.contblocks{
    text-align: center;
    padding: 0 10%;
    clear: both;
}
.contblocks h4{
    font-size: 19px;
    color: #888;
    font-family: 'Poppins', sans-serif;
}
.section4 a {
    color: #033c75;
    text-decoration: none;
    padding-top: 5px;
    font-size: 21px;
    position: relative;
    /* font-family: 'Poppins', sans-serif; */
}

.section4 .form-group {
    padding: 0 7%;
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 50px;
}

.section4 label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

.section4 label span {
    color: #ff7149;
}

.section4 input.form-control,
.section4 textarea.form-control, .modal-body input.form-control,
.modal-body textarea.form-control{
    background-color: #fff;
    border-radius: 0px;
    height: 56px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 20px;
    box-shadow: none;
}
.modal-body input.form-control{height: 45px;}
.section4 textarea.form-control {
    height: 120px !important;
}

.section4 .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres {
    padding: 14px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    display: table;
    border-radius: 30px;
    letter-spacing: 2px;
    margin:  auto;
    background-color: #f15d21;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
}

input.subres:hover {
    background-color: #fff;
    color: #f15d21;
}


/*section4*/


/*webinarspg*/
.webinarspg{
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
}
.webinarspg h2 {
    position: relative;
    margin-top: 0px;
    color: #063f77;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 38px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.webinarspg h2:before {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #f15d21;
    content: "";
}

.webinar1{
    clear: both;
    width: 100%;
    display: table;
    padding: 40px;
    background-color: #fff;

    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    box-shadow: 0 20px 15px rgba(30, 96, 178, 0.2);
    border: .1rem solid #f7f7f7;
    margin-bottom: 40px;
}
.webinar1 a.webbtn1{
    text-decoration: none;
    color: #2361a8;
    font-size: 21px;
    margin-bottom: 10px;
}
.webinar1 a.webbtn1:hover{text-decoration: underline;}
.webinar1 a.webbt2{
    padding: 10px 20px;
    background-color: #f15d21;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
}
.webinar1 a.webbt2:hover{background-color: #2361a8;}
.webinar1 p{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 5px 0;
    width: 100%;
    clear: both;
    display: inline-block;
}
/*webinarspg*/


.innersec1{
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
}
.innersec1 h2 {
    position: relative;
    margin-top: 0px;
    color: #063f77;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 38px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.innersec1 h2:before {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #f15d21;
    content: "";
}
.innersec1 p {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 4%;
}

.innersec2{padding-bottom: 70px;}
.ss1bx{
  background-color: #fff;
  border-radius: .5rem;
  -moz-border-radius: .5rem;
  -webkit-border-radius: .5rem;
  box-shadow: 0 20px 15px rgba(30, 96, 178, 0.2);
  padding: 3rem 3rem;
  border: .1rem solid #f7f7f7;
  display: block;
  color: #2c35b0;
}
.ss1bx img{
  height: 47px;
  display: block;
}
.ss1bx h3{
  margin: 5px 0;
  color: #063f77;
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
}
.ss1bx p{
  font-size: 18px;
  color: #000;
}
.ov1{
    padding: 0px 100px 0;
}
.ovaluespg h2{
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    font-size: 32px;
    color: #f15d21;
    font-weight: 600;
    margin-bottom: 20px;
}
.ovaluespg p{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
}
.ovaluespg p b{font-family: 'Poppins', sans-serif; color: #063f77;}


.servsec5{
  width: 100%;
  display: table;
  padding: 70px 0;
  background-image: url('../images/bg2.jpg');
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.servsec5 h3{
  color: #f07472;
  text-transform: uppercase;
  font-size: 19px;
}
.servsec5 h2{color: #f15d21; font-size: 55px; font-weight: 600; text-transform: capitalize;
font-family: 'Poppins', sans-serif; margin:0;}
.servsec5 p{
  font-size: 18px;
  color: #fff;
  width: 100%;
  line-height: 26px;
}
.servsec5 a{
  -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    background-color: #ff7c6f;
    background-image: -webkit-linear-gradient(bottom,#ff7c6f,#ffad6f);
    background-image: -moz-linear-gradient(bottom,#ff7c6f,#ffad6f);
    background-image: -ms-linear-gradient(bottom,#ff7c6f,#ffad6f);
    background-image: -o-linear-gradient(bottom,#ff7c6f,#ffad6f);
    padding: 1.4rem 2.75rem 1.3rem;
    border-radius: 4rem;
    -moz-border-radius: 4rem;
    -webkit-border-radius: 4rem;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.servsec5 a:hover{
  box-shadow: 0 .55rem 1.2rem 0 rgba(255,123,111,0.34901960784313724);
-moz-box-shadow: 0 .55rem 1.2rem 0 rgba(255,123,111,0.34901960784313724);
-webkit-box-shadow: 0 .55rem 1.2rem 0 rgba(255,123,111,0.34901960784313724);
text-decoration: none;
color: #fff;
}

.person{position: relative; width: 100%; clear: both; padding-top: 30px;}
.person:before{
    position: absolute;
    right: 12%;
    top: 22%;
    width: 80%;
    height: 90%;
    border: 2px solid #fff;
    content: ""
}
.servsec5 img{width: 80%; display: block; position: relative;}


.innerbread{
    background-color: #f8f8f8;
    width: 100%;
}
.innerbread ul{list-style: none; text-align: left; margin-bottom: 0px; 

padding-left: 0px; text-align: center;  padding: 15px 30px; z-index: 9}
.innerbread ul li{
    display: inline-block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 0px;
    color: #000;    
    font-size: 14px;
    text-transform: uppercase;
}
.innerbread ul li:last-child{padding-right: 0px;}
.innerbread ul li:after{
    content: "\f105";
font-family: fontAwesome;
    color: #f15d21;
    position: absolute;
    font-size: 14px;
    right: 12px;
    top: 0px;   
}
.innerbread ul li:last-child:after{display: none;}
.innerbread ul li a{color: #063f77; text-decoration: none;}


.whyUs{
    background-color: #f8f8f8;
    padding: 60px 0 0;
    width: 100%;
    display: table;
}
.q_link1{
    width: 100%;
    display: table;
    margin-bottom: 60px;    
}
.q_link1 .q_cont{
    float: left;
    display: inline-block;
    width: 60%;
    padding: 0 20px;    
}
.q_link1 .q_cont .hd{
    height: 60px;
    line-height: 60px;
    font-size: 42px;
    font-weight: 600;
    color: #4b4b4b;
    margin-top: 20px;
    display: block;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
}
.q_link1 .q_cont .cont{
    clear: both;
    width: 100%;
    display: table;
    font-size: 18px;    
    color: #000;
    font-weight: 400;
    /* font-family: 'SofiaProLight'; */
    letter-spacing: 1px;
    line-height: 32px;
}
.q_link1 .q_img{
    float: left;
    display: inline-block;
    width: 40%;
    padding: 0 20px;    

}
.q_link1 .q_img img{
    width: 100%;
    display: block; 
    border-radius: 8px;
overflow: hidden;
-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
box-shadow: 0 10px 15px 0px rgba(0,0,0,.1);
-webkit-transition: all .2s linear !important;
}


.ovaluespg{
    position: relative;
    width: 100%;
    display: table;
    /* padding: 40px 0; */
    background-color: #fff;
}


.servicespg{
    width: 100%;
    display: table;
    padding: 50px 0 40px;
    background-color: #fff;
}
.servicespg h2, .careerspg h2 {
    position: relative;
    margin-top: 0px;
    color: #003b74;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.careerspg h2{font-size: 38px;}
.servicespg h2:before{
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #f15d21;
    content: "";
}
.servicespgbx{
    border-radius: 17px;
    box-shadow: 0 21px 39px -16px rgba(34,48,116,0.5);
    width: 100%;
    padding: 20px;
    background-color: #fff;
    display: table;
    margin-bottom: 30px;
    text-align: center;
}
.servicespgbx img{max-width: 100%; display: table; margin: auto auto 30px;
display: none;}
.servicespgbx h3{
    margin-top: 0px;
    margin-bottom: 20px;
    color: #f15d21;
    font-size: 32px;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    line-height: 38px;
    /* font-family: 'Poppins', sans-serif; */
}
.servicespgbx p{
    color: #000;
    font-size: 18px;
    line-height: 25px;
    height: 100px;
    padding: 0 20px;
    overflow: hidden;
    margin: 0 auto 40px 0;
}
.servicespgbx a.cta_button{bottom: auto; left: auto; margin:  auto; display: table;
float: none; right: auto; width: auto;}


.servidpg h3{
    color: #003b74;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding-top: 150px;
    position: relative;
    line-height: 32px;
    padding-right: 30px;
    margin-top: 100px;
}
.servidpg h3:before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 125px;
    width: 1px;
    content: "";
    background-color: #003b74;
}
.servidpg h3 img{position: absolute; left: 30px; top: 0px; width: 125px;
opacity: 0.5}
.servidpg h4{
    font-family: 'Poppins', sans-serif;
    color: #000; font-size: 18px; line-height: 28px; margin-bottom: 20px;
}
.servidpg h1{color: #f15d21; font-family: 'Poppins', sans-serif;
font-size: 34px; margin-bottom: 25px;}
.servidpg p{
    font-size: 16px;
color: #000;
line-height: 28px;
}
.servidpg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    clear: both;
}
.servidpg ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 6px 0 6px 25px;
    font-size: 16px;
color: #000;
}
.servidpg ul li:before {
    position: absolute;
    top: 8px;
    left: 5px;
    font-family: FontAwesome; font-weight: 900; content: "\f105";
    color: #f15d21;
}


.blogsec{
    clear: both;
    width: 100%;
    display: table;
    padding: 40px 0;
}
.blogsec h2 {
    font-family: 'Poppins', sans-serif;
    color: #647285;
    font-size: 36px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'SofiaProLight';
    margin-bottom: 20px;
}
.blogsec ul{
    list-style-type: none;
    width: 100%;
    display: table;
}
.blogsec ul li{
    float: left;
    display: inline-block;
    width: 33.33%;
    padding: 15px;
}
.blogsec ul li a{
    text-decoration: none;
    color: #333;
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    transition: all 0.3s;
    font-size: 18px;
    line-height: 24px;
    background-color: #fff;
color: #000;
}
.blogimg{
    width: 100%;
    display: block;
    border-bottom: 6px solid #f15d21;
}
.blogimg img{width: 100%; display: block;}
.blogsec ul li a .tease-content {
 position:relative;
 padding:20px 20px 20px 65px
}
@media screen and (max-width:73.74875em) {
 .tease .tease-content {
  padding:16px 16px 16px 56px
 }
}
.blogsec ul li a .tease-content .inner {
 overflow:hidden;
 height:129px
}
.blogsec ul li a .read-more {
 position:absolute;
 top:0;
 left:0;
 width:45px;
 height:100%;
 padding:18px 22px;
 font-size:10px;
 font-weight:800;
 letter-spacing:2px;
 text-transform:uppercase;
 background-color:#f6f6f6;
 transition:all .3s ease
}
.blogsec ul li a .read-more:before {
 bottom:0;
 height:100%;
 width:0;
 background:#f15d21;
 transition:all .4s cubic-bezier(.215,.61,.355,1) 0s
}
.blogsec ul li a .read-more:after,
.blogsec ul li a .read-more:before {
 display:block;
 position:absolute;
 left:0;
 content:""
}
.blogsec ul li a .read-more:after {
 right:0;
 bottom:25px;
 width:14px;
 height:14px;
 margin:auto;
 background:url(../images/Right-Stem-orange.svg) no-repeat 50%;
 background-size:contain
}
@media screen and (max-width:73.74875em) {
 .blogsec ul li a .read-more {
  padding:28px 22px;
  font-size:9px
 }
}
@media screen and (max-width:39.99875em) {
 .blogsec ul li a .read-more {
  padding:16px 22px;
  background-position:bottom 20px center
 }
}
.blogsec ul li a .read-more span {
 display:block;
 position:absolute;
 -webkit-transform-origin:left center;
 transform-origin:left center;
 -webkit-transform:rotate(90deg);
 transform:rotate(90deg);
 white-space:nowrap
}

@media print,screen and (min-width:73.75em) {
 .blogsec ul li a:hover {
  -webkit-transform:translateY(-16px)!important;
  transform:translateY(-16px)!important;
  transition:all .3s ease!important
 }
 .blogsec ul li a:hover .featured-image {
  -webkit-transform:scale(1.1);
  transform:scale(1.1)
 }
 .blogsec ul li a:hover .read-more {
  color:#fff
 }
 .blogsec ul li a:hover .read-more:before {
  top:0;
  width:100%
 }
 .blogsec ul li a:hover .read-more:after {
  background-image:url(../images/Right-Stem.svg)
 }
}
.blog-title{margin-top: 0px; font-size: 21px;text-transform: capitalize;
color: #063f77;
font-family: 'Poppins', sans-serif;
}
p.blog-preview{
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}


.blogpg1{
    width: 100%;
    display: table;
    padding: 50px 0;
    font-size: 18px; 
    line-height: 28px;
    color: #000;
    background-color: #fff;
}
.blogpg1 h3{
    color: #063f77;
font-family: 'Poppins', sans-serif;
font-size: 28px;
margin-top: 0
}
a.backbtn{
    position: absolute;
    right: 15px;
    top: 0px;
    padding: 10px 20px;
    background-color: #f15d21;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
a.reg{
    padding: 10px 20px;
    background-color: #003c76;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
a.reg:hover{background-color: #f15d21;}
a.backbtn:hover{background-color: #003c76;}
a.backbtn i{
    margin-right: 10px;
    -webkit-animation-name: turnLeftRight;
    animation-name: turnLeftRight;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 5s;
}
@-webkit-keyframes turnLeftRight {
  0%, 50%, 100% {
    transform: translateX(-5px);
  }
  25%, 75% {
    transform: translateX(5px);
  }
}

@keyframes turnLeftRight {
  0%, 50%, 100% {
    transform: translateX(-5px);
  }
  25%, 75% {
    transform: translateX(5px);
  }
}
.blogpg1 ul, .newscontpg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    clear: both;
}
.blogpg1 ul li, .newscontpg ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 6px 0 6px 25px;
    font-size: 18px;
color: #000;
}
.blogpg1 ul li:before, .newscontpg ul li:before {
    position: absolute;
    top: 8px;
    left: 5px;
    font-family: FontAwesome; font-weight: 900; content: "\f105";
    color: #f15d21;
}


.modal-dialog{width: 730px; }
.modal-dialog1{width: 900px; }
.modal-body{background-color: #f0f0f0; padding: 40px 0}
.modal-body1{padding: 40px; background-color: #fff;}
.modal-header .close{
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  border: 2px solid #fff;
  color: #fff;
  background-color: #f15d21;
  text-align: center;
  opacity: 1;
  border-radius: 40px;
  z-index: 99;
}
.modal-header .close:hover{background-color: #003c76;}

.modal-body h2 {
    position: relative;
    margin-top: 0px;
    color: #063f77;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.modal-body h2:before {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #f15d21;
    content: "";
}


.newspg{padding: 40px 0;}
.newspg ul{
    list-style: none;
    width: 100%;
    display: block;
}
.newspg ul li{
    float: left;
    display: inline-block;
    margin-bottom: 30px
    /* width: 33.33%;
    padding: 15px; */
}
.newspg ul li a{
    text-decoration: none;
    width: 100%;
    text-decoration: none;
    display: block;
    border: 15px solid #fff;
    transition: all 0.3s;
    background-color: #fff;
    position: relative;
    top: 0;
    outline: 1px solid #e5e5e5;
    box-shadow: 0 21px 39px -16px rgba(34,48,116,0.15);
}
.newspg ul li a:hover{position: relative; top: -10px;
box-shadow: 0 21px 39px -16px rgba(34,48,116,0.5);
}
.lnbx1{
    width: 100%;
    display: block;
    position: relative;
}
.lnbx1 img{width: 100%; display: block;}
.dtbx1{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 60px;
    background-color: #fff;
    color: #eb3d36;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
}
.dtbx1 span{
    background-color: #f15d21;
    color: #fff;
    display: block;
    width: 100%;
}
.newspg ul li a h4{
    color: #013b74;
    font-weight: 400;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 26px;
    display: block;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s;
}
.newspg .owl-dots{display: none;}
.newspg ul li a:hover h4{color: #eb3d36;}

.newspg .owl-theme .owl-nav{}
.newspg .owl-prev {
    float: left;
    background: url(../images/prev1.png);
    margin: 0 0 0 -60px;
    opacity: 0.5;
    transition: all 0.3s;
}
.newspg .owl-next {
    float: right;
    background: url(../images/next1.png);
    margin: 0 -60px 0 0;
    opacity: 0.5;
    transition: all 0.3s;
}
.newspg .owl-next:hover, .newspg .owl-prev:hover{opacity: 1;}


.newsinnerpg{
    width: 100%;
    display: table;
    padding: 50px 0;
}

.newsmbx{
    clear: both;
    width: 100%;
    clear: both;
}
.newsmbx a{
    text-decoration: none;
    width: 100%;
    display: table;
    color: #222;
    padding: 20px 0;
    transition: all 0.3s;
    border-bottom: 1px solid #979797;
}
/* .newsmbx a:hover{margin-top: -5px;} */
.newsmbx a h2{font-size: 21px; margin-bottom: 15px; text-transform: uppercase; line-height: 28px;}
.newsmbx a p{font-size: 16px; line-height: 24px;}
.newsmbx a .col-sm-4 img{width: 80%; display: block; float: right; transition: all 0.3s;}
.newsmbx a:hover .col-sm-4 img{width: 80%; display: block; float: right; opacity: 0.5;}

img.arrowimg{
    display: inline-block;
    width: 15px;
    position: relative;
    left: 10px; 
    top: 5px;
    float: none;
}
.newsmbx span{
    clear: both;
    width: 100%;
    margin-top: 25px;
    text-transform: uppercase;
    color: #fd553a;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 13px;
}


/* .newscontpg a.backbtn{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #646464;
    position: absolute;
    right: 0px; top: 0px;
} */
.newscontpg img.arrowred{
    transform: rotate(180deg);
    position: relative; margin-right: 10px;
    top: 0px;
}
.newscontpg span{color: #003c76; display: block; width: 100%; margin-top: 10px; font-size: 16px;
margin-bottom: 10px; font-weight: 600}
.newscontpg h1{
    width: 100%;
    display: block;
    color: #f15d21 !important;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
.newscontpg h1:before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80px;
    background-size: 100%;
    height: 2px;
    content: "";
    background-color: #003c76;
    /* background-image: url('../images/border2.png'); */

    display: block;
}

/* .newscontpg a{color: #003c76;} */
.newsimg{
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.newscontpg p{
    color: #000;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.relatednews{padding-left: 30px; width: 100%; display: table;}
.relatednews a{
    text-decoration: none;
    color: #063f77;
    background-color: #fff;
    padding: 10px 5px;
    display: table;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 21px;
    /* font-style: italic; */
    position: relative;
    transition: all 0.3s;
    border: 1px solid #063f77;
}
.arrrt1{
    left: auto;
    right: 0px;
    bottom: 0px;
    position: absolute;
    transition: all 0.3s;
}
.arrrt1 svg{position: relative; left: -8px; transition: all 0.3s; fill:#f15d21;}
.relatednews a img{width: 100%; display: block;}

.relatednews a:hover .arrrt1 svg{left: 0px; transition: all 0.3s;}
.arrow:hover{background-color: transparent;}

.newscontpg a.enlargeimg{
    width: 90%;
    float: right;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.newscontpg a.enlargeimg:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #063f77;
    opacity: 0;
    transition: all 0.3s;
    content: "";
}
.newscontpg a.enlargeimg:after{
    position: absolute;
    left: calc(50% - 15px);
    top: calc(60% - 35px);
    content: "";
    content: "\f00e";
    color: #fff;
    font-size: 32px;
    font-family: FontAwesome;
    opacity: 0;
    transition: all 0.3s;
}
.newscontpg a.enlargeimg:hover:before{opacity: 0.5}
.newscontpg a.enlargeimg:hover:after{opacity: 1; top: calc(50% - 15px);}
.newscontpg img.newsimg{width: 100%; display: table; margin: auto; 
     height: auto; float: right;}


.adbxin{
  box-shadow: 0 5px 23px 0 rgba(0,0,0,.09);
  padding: 20px;
  background-color: #fff;
    min-height: 500px; margin-bottom: 30px;
    text-align: left
}
.abouttab1 h2 {
    font-size: 21px;
    font-weight: 500;
    position: relative;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 35px;
    color: #0e2b5c;
    margin-top: 20px;
    color: #0e2b5c;
}
.add1{position: relative; margin-bottom: 10px;
border-bottom: 1px solid #eee; width: 100%; padding: 10px 0; padding-left: 75px; }
.add1:before{
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  left: 0px;
  top: 20px;
  background-image: url('../images/placeholder.png');
  background-repeat: no-repeat;
  background-size: 40px;
}
.add2:before{
  background-image: url('../images/call.png')
}
.add3:before{
  background-image: url('../images/email.png')
}
.add1:after{
  position: absolute;
  width: 1px;
  height: 90%;
  content: "";
  left: 60px;
  top: 0px;
  background-color: #eee;
}
.add1 p{margin-bottom: 5px; padding:0px; text-align: left;}
.add1 h5{font-size: 24px; margin-top: 0; color: #033c75;}

.adbxin h2{font-size: 21px; font-weight: 500; position: relative; line-height: 26px;
padding-bottom: 10px; margin-bottom: 35px; color: #1b21b5; margin-top: 20px;
text-align: left;
color: #0e2b5c;
}
.adbxin h2:before{
  position: absolute; left: 0px; bottom: -10px;
  content: ""; height: 3px; background-color: #f15d21; width: 80px;
}

.abouttab2 h4{font-size: 21px; font-weight: 600; 
margin-bottom: 20px;}
.abouttab2 p{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #333;
}

.solbxx h2{
    text-align: center;
    color: #F47F1F;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 100px;
}
.solbxx h2:before{
    position: absolute;
    left: calc(50% - 30px);
    width: 60px;
    bottom: -10px;
    content: "";
    background-color: #1b21b5;
    height: 2px;
}


/*careerscont*/
.careerscont{
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
}
.jobsbx1{
    width: 48%;
    margin: 0 1%;
    display: inline-block;
    padding-left: 40px;
    float: left;
    position: relative;
}
.jobsbx1 a{
    text-decoration: none;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    display: block;
    
    display: block;
    margin: 10px 0;
}
p.offering-title{
    font-weight: 700;
    font-size: 18px;
    color: #003c76;
    margin-bottom: 0px;
    line-height: 28px;
    min-height: 60px;
}
.offerings-row{color: #435e6a; font-size: 14px;}
.offerings-row span{font-style: normal; color: #003c76; font-size: 18px;}
.sub{
    font-style: normal;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #003c76;
    border-radius: 3px;
    display: table; margin: auto; transition: all 0.3s;
    color: #003c76;
    font-weight: 600;
}
.border-left {
    width: 20px;
    height: 0%;
    top: 0px;
    position: absolute;
    left: 0;
    background: #f15d21;
    transition: all 0.5s;
}
.jobsbx1 a:hover .border-left {
    height: 100%;
}
.jobsbx1 a:hover .sub {
    background-color: #f15d21;
    color: #fff;
    transition: all 0.5s;
    border-color: #f15d21;
}


.jobdesinner{width: 100%;
display: table; padding: 0; }
.jobdesinner h3{
    color: #063f77;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600
}
.jobdesinner h3 span{
    margin: 6px;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
    background-color: #d5eaff;
}
.jobdesinner h4{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.jobdesinner p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}
.jobdesinner p b{font-weight: 600; color: #f15d21;}
a.jobapply{
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #f5a362;
    border-radius: 3px;
    display: table;
    transition: all 0.3s;
    margin: auto;
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
    font-weight: 500;
}
a.jobapply:hover{
    background-color: #fff;
    color: #f5a362;
}
.jobdesinner h6{
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing:1px;
    color: rgba(0, 0, 0, 0.54);
}
.isrtsoc a{float: none; display: inline-block; width: 40px; height: 40px;
text-align: center; line-height: 40px; clear: none; border-radius: 40px; color: #fff; 
transition: all 0.3s; margin-right: 5px;}
.isrtsoc a.fb{background-color: #4064ac;}
.isrtsoc a.lin{background-color: #0270ad;}
.isrtsoc a.twitter{background-color: #1c9bea;}

.isrtsoc a.fb:hover{background-color: #0D3583; color: #fff;}
.isrtsoc a.lin:hover{background-color: #004E7A; color: #fff;}
.isrtsoc a.twitter:hover{background-color: #006CAF; color: #fff;}

.line1{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 25px 0;
    clear: both;
    display: table;
}
.jobdesinner h6{font-size: 24px; font-weight: 600; border-bottom: 2px solid #063f77;
display: inline; padding-bottom: 10px; color: #f15d21;
margin-bottom: 20px;}
.jobdesc1 p{font-size: 18px; line-height: 26px; margin-top: 25px;}
.jobdesc1 ul li{line-height: 32px; font-size: 18px; position: relative; 
    padding-left: 30px; color: #000; margin-bottom: 10px;} 
.jobdesc1 ul {
    list-style: none;
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    color: #000;
}
.jobdesc1 ul li::before {
    position: absolute;
    left: 0px;
    top: 15px;
    border-radius: 7px;
    width: 7px;
    height: 7px;
    background-color: #f15d21;
    content: "";
}
/*careerscont*/


/*section2*/
.section2{padding: 50px 0 0; background-color: #fff; position: relative;
position: relative; display: block; overflow: hidden;}
.section2 h4{
    color: #424242; padding-left: 60px; letter-spacing: 1px; padding-bottom: 30px;
    font-weight: 500; font-size: 16px; position: relative; font-weight: 700;

    color: #e95547;
margin-bottom: 10px;
font-size: 18px;
font-weight: 300;
}
.section2 h4:before{
    position: absolute;
    left: -5%;
    width: 20%;
    height: 1px;
    content: "";
    bottom: 0px;
    background-color: #48c7c7;
    opacity: 0.3
}
.section2 h2{
    margin-top: 0px;
    font-size: 52px;
    color: #032d74;
    padding-left: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}
.section2 h2 span{color: #037fc7}
.section2 p{
    color: #424242;
    font-size: 21px;
    line-height: 32px;
    padding-left: 60px;
    font-weight: 300
}
/*section2_end*/


/*section5*/
.section5{
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    padding: 0px 0 50px;
}
.servleftbx{padding-left: 6%;}
.servleftbx .owl-stage {
    left: -30px;
    padding-bottom: 20px;
}
.servleftbx .owl-theme .owl-nav [class*="owl-"]{width: 60px; height: 60px; }
.servleftbx .owl-dots{display: none;}

.servleftbx .owl-theme .owl-nav{width: auto; float: right;}
.servleftbx .owl-nav{top: -80px !important; width: auto; right: 60px;}
.servleftbx .owl-prev{background-image: url('../images/prev2.jpg') !important; 
opacity: 1 !important; margin-left: -30px !important;}
.servleftbx .owl-next{background-image: url('../images/next2.jpg') !important; 
opacity: 1 !important; margin-right: -30px !important; margin-left: 5px;}
.abtbtn{
    position: relative;
    clear: both;
    display: inline-block;
    margin-left: 60px;
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 15px 15px 30px;
    border-left: 1px solid rgba(181, 181, 181, 0.5);
}
.abtbtn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 1px;
    width: 8.3rem;
    opacity: 0.5;
    background: rgba(181, 181, 181, 0.5);
}
.abtbtn:after {
    position: absolute;
    content: '';
    bottom: 0;
    top: auto;
    left: 0;
    opacity: 0.5;
    height: 1px;
    width: 8.3rem;
    background: rgba(181, 181, 181, 0.5);
}
.abtbtn a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
}
.abtbtn a:before {
    content: '';
    display: block;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 100%;
    background: rgba(181, 181, 181, 0.5);
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 65px;
}
.abtbtn a svg {
    width: 1.1875rem;
    height: 0.875rem;
    position: relative;
    top: 50%;
    top: 0px;
    right: -20px;
    transition: all 0.3s;
}
.abtbtn a:hover svg{right: -30px;}

.section5:before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 62%;
    content: "";
    background-color: #f1f3f6;
}
.section5 h2{
    margin-top: 0px;
    font-size: 36px;
    position: relative;
    text-align: center;
    color: #264589;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 9;
}
.sec5btn a{
    text-decoration: none;
    color: #fff;
    padding: 13px 65px 13px 30px;
    background-color: #053076;
    border: 1px solid #053076;
    display: inline-block;
    font-size: 18px;
    transition: all 0.3s;
    position: relative;
    border-radius: 0px;
}
.sec5btn a:hover{
    transition: all 0.3s;
    background-color: transparent; color: #fff; background-image: none;
    border-color: #e95547; background-color: #e95547;
}
.sec5btn a svg {
    width: 1.1875rem;
    height: 0.875rem;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 26px;
}
a.newssec1{
    background-color: #fff;
    /* padding: 20px; */
    display: table;
    text-decoration: none;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.newssec1 img{width: 100%; display: block;}
/* .newssec1 span{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
    color: #13113c;
    background: #00d0f2;
    padding: 0 15px;
}
.newssec1 span:before {
    position: absolute;
    content: '';
    background: #00d0f2;
    height: 10px;
    width: 8px;
    left: 0;
    bottom: -9px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
} */
.newscont{background-color: #fff; padding: 30px; position: relative; transition: all 0.3s;}

.newssec1:hover .newscont{margin-top: -30px;}


.newssec1 h3{color: #012c73; font-size: 21px; font-weight: 700; 
line-height: 28px; width: 90%; margin-top: 0px;}
.newssec1 p{color: #000; font-size: 16px; line-height: 26px; margin-bottom: 20px; 
font-weight: 400;}
.newssec1 .nbtn{
    text-decoration: none;
    color: #000;
    padding: 8px 20px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.3s;
    position: relative;
    border-radius: 0px;
    height: 34px;
    line-height: 34px;
}
.newssec1 .nbtn span{opacity: 0; height: 18px; line-height: 18px; width: 0px; display: none;} 
.newssec1:hover .nbtn{
    transition: all 0.3s;
    background-color: transparent; color: #e95547; background-image: none;
    padding: 8px 45px 8px 20px;
}
.newssec1:hover .nbtn span{display: block; color: #e95547; opacity: 1; width: auto;}

.newssec1 .nbtn svg {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 10px;
}
.newssec1:hover .nbtn svg {margin-top: -12px;}



/*clientsbx*/
.clientsbx{
    width: 100%;
    display: table;
    padding: 40px 0;
    position: relative;
    /* background-color: #f8f8f8; */
    /* background: #172962 url('../images/pattern_01.png') 50% 50% repeat; */
}
/* .section4:before{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 75%;
    height: 50%;
    content: "";
    z-index: -1;
    background-color: #f7f7f9;
} */
.clientsbx h1{
    position: relative;
text-align: center;
text-transform: capitalize;
font-size: 38px;
/* font-weight: 600; */
margin-top: 0px;
color: #fff;
width: 100%;
display: block;
margin-bottom: 30px;
font-weight: 700;
color: #012c73
}
/* .section4 h1:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 60%;
    margin-right: 113px;
    margin-top: 0px;
    height: 3px;
    width: 100vw;
    background-color: #da2032;
} */

.clientsbx ul{list-style: none; width: 100%; clear: both; display: inline-block; 
    margin-top: 20px; text-align: center; box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
border-radius: 20px; overflow: hidden;}
.clientsbx ul li{display: inline-block; width: 25%; text-align: center; 
    float: left; padding: 10px 70px;
    background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.03);
}
/* .clientsbx ul li:nth-of-type(2),
.clientsbx ul li:nth-of-type(4),
.clientsbx ul li:nth-of-type(5),
.clientsbx ul li:nth-of-type(7) {
    background: #fff;
} */
.clientsbx ul li img{
    /* filter: grayscale(1);
    transition-property: filter;
    transition-duration: 1s;   */
    transition: all 0.3s ease 0s;
    width: 100%;
    display: inline-block;
    /* background-color: #fff; */
    /* opacity: 0.65; */
    transition: all 0.3s;
    padding: 10px 10px;
    /* box-shadow: 0 2px 20px 0 rgba(0,0,0,.2); */
}
.clientsbx ul li:hover img{
    opacity: 1;
    filter: grayscale(0%);
    transition-property: filter;
    transition-duration: 1s;  
}

/*clientsbx*/




/*footer*/
.footer{
    padding: 50px 0 0;
    background-color: #044FA2;
/* background: #4370B6 url("../images/footer-bg.png") no-repeat;
background-position: right 100%;
background-size: auto 350px; */
}
.ftsec1{
    width: 100%; display: table;
    background-image: url('../images/shape-bg.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.ftsec1 a img{width: 70%; display: block; margin-bottom: 30px;}
a.getintouch{background-color: #fff; color: #01c0f2; border: 1px solid #01c0f2; display: inline-block;
height: auto; line-height: normal; font-size: 16px; font-weight: 600; border-radius: 30px;
padding: 12px 30px; margin-top: 23px; transition: all 0.3s; text-decoration: none; box-shadow: 0 0 25px -14px #0d3885;}
a.getintouch i{margin-right: 5px;}
a.getintouch:hover{background-color: #01c0f2; color: #fff;}

.ftsec2{width: 100%; display: block;}
.ftsec2 h3{font-size: 18px; color: #01c1f3; margin-bottom: 25px; margin-top: 0px;
text-transform: uppercase; letter-spacing: 3px;}
.ftsec2 a{clear: both; width: 100%; display: block; margin-bottom: 15px; color: #fff;
font-size: 16px; text-decoration: none; transition: all 0.3s; font-weight: 300;}
.ftsec2 a i{margin-right: 15px; font-size: 21px; color: #01c1f3;}
.ftsec2 a:hover{color: #01c0f2;}
.ftsec2 input.form-control, .ftsec2 textarea.form-control{border-radius: 30px; height: 40px; margin-bottom: 15px;}
.ftsec2 textarea.form-control{height: 60px; padding-top: 15px; border-radius: 15px;}
.ftsec2 .btn.btn-primary{
    background-color: #01c0f2;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    border: 0px;
    transition: all 0.3s;
}
.ftsec2 .btn.btn-primary:hover{background-color: #000;}

.mFooter{height: 50px; line-height: 50px; width: 100%;  margin-top: 30px; 
     font-size: 14px; text-align: left;}
.mFooter a{margin-left: 20px; color: #fff; text-decoration: underline; 
    transition: all 0.3s; float: right;}
.mFooter p{margin-bottom: 0px; color: #fff;text-align: center;}

.mFooter a:hover{color: #01c0f2;}
/*footer*/


.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
}
.inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    opacity: 0.6;
    background: #000;
}
.inner_banner img{
    width: 100%;
    opacity: 1;
    display: block; 
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 55%; left: 0%; padding: 10px 35px; z-index: 9;
}
.searchbxtxt{top: 42%;}
.innertxt1 ul{list-style: none; text-align: left; margin-bottom: 0px;
padding-left: 0px; text-align: center}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #fff;    
    opacity: 0.75;
    font-size: 14px;
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 0px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: #fff; text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 46px; font-weight: 800; text-align: center;
text-transform: uppercase; margin-bottom: 10px; margin-top: 0px;}
.inner_banner h1 span{color: #fff;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }


/*asection2*/
.asection2{
    /* padding: 40px 0;
    clear: both;
    width: 100%;
    display: table;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #efeeee; */
    background-image: url(../images/bg-section-01.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 60px 0;
    width: 100%;
    display: table;
    background-color: #fff;
}
.asection2 h2{
    margin-top: 0px;
    margin-bottom: 20px;
    color: #024da0;
    line-height: 36px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}
.asection2 p{
    color: #3d403d;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
/*.whyUs*/
.whyUs {
    background: #f5f5f5;
    display: table; 
    padding: 60px 0 0px;
    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;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 15px 5px;
}
.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: 28px;
    width: calc(100% - 50px);
    min-height: 120px;
}
.whyright .txt h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
/*asection2*/

/*section8*/
.section8{width: 100%; display: table; padding: 50px 0; background-color: #fff;}
.section8 h2{
    text-align: center;
    font-size: 32px;
    color: #024da0;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0px;
}
.section8 h2 span.light {
    
}
ul.technologies{width: 80%; display: block; padding: 0px; margin: auto; display: table;
clear: both;}
ul.technologies li{float: left; display: inline-block; width: 33.33%; padding: 10px 30px;
border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align: center;}
ul.technologies li:nth-child(3n){border-right: 0px;}
ul.technologies li:nth-child(7){border-bottom: 0px;}
ul.technologies li:nth-child(8){border-bottom: 0px;}
ul.technologies li:nth-child(9){border-bottom: 0px;}
ul.technologies li img{width: 70%; display: table; margin: auto; padding: 10px;
filter: grayscale(100%); transition: all 0.3s;}
ul.technologies li img:hover{
    filter: grayscale(0);
transition: all .5s;
}
.inner-box {
    height: 350px;
    position: relative;
    padding: 0 20px;
    background-size: cover;
}
.inner-box .content {
    position: absolute;
    padding: 15px 30px;
    bottom: 0px;
    left: 20px;
    right: 20px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    text-align: center;
}
.inner-box:hover .content {bottom: 20px;}
.inner-box .content h4{color: #fff; font-size: 24px; margin-bottom: 10px;}
.inner-box .content p{color: #fff; font-size: 16px; font-weight: 300;}
/*section8*/

.page1 {
    padding: 40px 0;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    display: table;
    background-color: #fff;
    width: 100%;
    font-weight: 300
}
.section123 {
    width: 100%;
    float: left;
    position: relative;
}
.page1 h2 {
    margin: 0 0 10px 0;
    font-size: 26px;
    font-weight: 700;
    color: #dd1d24;
}
.page_ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*margin-top: 30px;*/
    display: inline-block;
}
.page_ul ul li {
    width: 100%;
    float: left;
    color: #000;
    position: relative;
    padding: 6px 0 6px 25px;
}
.page_ul ul li:before {
    position: absolute;
    top: 6px;
    left: 5px;
    font-family: FontAwesome; font-weight: 900; content: "\f105";
    color: #dd1d24;
}
.page_left {
    width: 72%;
    float: left;
}
.page_right {
    width: 25%;
    float: right;
    background: #dee8e8;
}
.page1 .sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 100px;
    z-index: 1;
    display: inline-block;
}
.page_right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page_right ul li, .page_right ul li a {
    width: 100%;
    float: left;
    position: relative;
}
.page_right ul li a {
    color: #333;
    font-weight: 400;
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: all .5s;
    font-size: 14px;
}
.page_right ul li:last-child a {
    border-bottom: 0px solid #eee;
}
.page_right ul li a:hover, .page_right ul li a.active  {
    background: #0177bf;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}


/*jobpositions*/
.jobpositions{
    padding: 40px 0; width: 100%; display: table;
    position: relative;
    z-index: 9;
    background-color: #fff;
}



.mainjobsbox {
    display: table;
    width: 100%;
    clear: both;
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: -1px;
    transition: all .3s;
    background-color: #fff;
    /* border: 1px solid #e1e1e1; */
    box-shadow: -1px 5px 15px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
.mainjobsbox a {
    width: 100%;
    height: 100%;
    display: table;
    outline: none;
    text-decoration: none;
    color: #000
}
.mainjobsbox:hover {
    background: #fff6f7;
    transition: all .3s;
}
.companyimage {
    width: 100px;
    float: left;
    background: #fff;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}
.companyimage img {
    width: 60%;
    display: table;
    margin: auto;
}
.job_des {
    width: 88%;
    float: right;
    position: relative;
}
.job_des h4 {
    color: #222;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}
.com_name {
    font-size: 19px;
        width: 79%;
    font-weight: 600;
    color: #dd1d24;
    margin-bottom: 15px;
}
.jobloc_map {
    width: 100%;
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 10px 0px 20px 0;
}
.jobloc_map li{
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;
}
.pgleftbx  ul.jobloc_map{margin: 0px;}
.pgleftbx  ul.jobloc_map li{padding: 0px; clear: none;}
.jobloc_map li:before{display: none;}
.jobloc_map li em {
    margin-right: 10px;
}
.job_des p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height:28px;
}
.job_des p b{font-weight: 600; color: #000; font-size: 18px;}
.fulltime, .parttime {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 15px;
    border-radius: 3px;
    letter-spacing: 1px;
    background: #dd1d24;
}
.parttime {
    background: #ff8800;
}
.left_num {
    width: 100%;
    background: #c1282d url(../images/banner3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: auto;
    padding: 15px;
    float: left;
    height: 150px;
    position: relative;
    margin-top: 0px;
}
.left_num:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(0, 0, 0, .8);
}
.left_num h4 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    position: absolute;
    z-index: 9;
    left: 0px;
    right: 0px;
    margin: auto;
    width: auto;
    top: 40%;
}
.f_jobslist {
    width: 100%;
    float: left;
    margin-top: 0px;
    list-style-type: none;
    padding: 0px;
}
.f_jobslist li {
    border: 1px solid #ccc;
    padding: 20px 10px;
    width: 50%;
    float: left;
    margin-bottom: -1px;
    margin-left: -1px;
}
.f_jobslist li img {
    width: 100%;
}


.pagination{float: right;}
.innerpgbx1 p b{color: #1a99d5; font-weight: 700; font-size: 18px;}

ul.fuf{padding-left: 30px;}
.pgleftbx ul.fuf li{margin-bottom: 5px; padding-left: 25px;}
.pgleftbx ul.fuf li a{color: #1a99d5;}
.pgleftbx ul.fuf li:before{color: #1a99d5; font-size: 10px;}

ul.jobloc_map{margin-top: 0px; margin-bottom: 20px;}
ul.jobloc_map li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;

}
/*jobpositions*/

.contact{width: 100%; display: table; padding: 50px 0; position: relative;
z-index: 999;}
.contleft{}
.contleft h1, .cr_form h2{font-size: 32px; margin-bottom: 10px; 
    color: #002c73;
}
.contleft h1 span, .cr_form h2 span{color: #00bff2;}
.box5_left{
    float: left;
    display: inline-block;
    width: 100%;
    padding-right: 20px;
    padding-left: 0px;  
    margin-top: 20px;  
}
.box5_row1{
    width: 100%;
    display: table;
    clear: both;
    margin-bottom: 20px;    
}
.b5_img1{
    float: left;
    display: inline-block;
    width: 15%;
    text-align:center;
}
.b5_img1 img{width: 50%;}
.b5_cont1{
    float: left;
    display: inline-block;
    width: 80%;
    font-weight: 300;
    font-size: 24px;
}
.b5_top1{
    margin-bottom: 5px; 
    font-size: 21px; 
    font-weight: 700;
}
.b5_btm1.address{font-size: 19px; color: #555; font-weight: 400;}
.cont-ph{color: #58c8c8; margin-top: 10px; font-weight: 400; letter-spacing: 1px;}
.cont-ph span{font-weight: 700; font-size: 18px;}
.b5_btm1 a.email{
    font-size: 22px;
    color: #58c8c8;
    text-decoration: none;  
}
.b5_btm1 ul{
    list-style: none;   
}
.b5_btm1 ul li{
    float: left;
    display: inline-block;
    margin-right: 15px; 
}
.b5_btm1 ul li a{
    font-size: 19px;
    display: block;
    text-decoration: none;
    color: #7f7f7f;
    transition: all 0.3s ease 0s;   
}
.b5_btm1 ul li a:hover{
    color: #2e89cd; 
}
.section123 h3{clear: both; width: 100%; display: table; color: #002c73;margin-top: 0px;}

.contadd{padding: 15px 30px; border-right: 1px solid #ccc;}
.contadd:nth-child(3n+1){border-right: 0px;}
.contadd .add_text{color: #000;}
.contadd h4 {
    margin: 10px 0 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #429ce3;
}

.footer_addre {
    margin-bottom: 15px;
    width: 100%;
    display: table;
}

.add_text {
    color: #fff;
    float: right;
    font-size: 16px;
    width: 89%;
    line-height: 24px;
}

.cr_form{position: relative; z-index: 99; width: 100%; display: table;
background-color: #f5f5f5; padding-bottom: 30px;}


/*formbox*/

.formbox {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #f0f0f0;
}
.formbox h1{
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 0
}
.formbox h2 {
    color: #555;
    font-size:16px;
    margin-top: 0px;
    text-align: left;
    padding-left: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.formbox h2 span {
    color: #db2234;
}
.formbox p{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 2px;
    padding: 0 10%;
    /*margin-bottom: 60px;*/
    margin-top: 20px;
}
.contblocks{
    text-align: center;
    padding: 0 10%;
    clear: both;
}
.contblocks h4{
    font-size: 19px;
    color: #888;
}
.formbox a {
    color: #033c75;
    text-decoration: none;
    padding-top: 5px;
    font-size: 21px;
    position: relative;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}

.formbox .form-group {
    /* padding: 0 7%; */
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 30px;
}

.formbox label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

.formbox label span {
    color: #ff7149;
}

.formbox input.form-control,
.formbox textarea.form-control, .modal-body input.form-control,
.modal-body textarea.form-control{
    background-color: #fff;
    border-radius: 0px;
    height: 46px;
    border: 1px solid #000;
    border-radius: 0px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 20px;
    box-shadow: none;
}
.modal-body input.form-control{height: 45px;}
.formbox textarea.form-control {
    height: 120px !important;
}

.formbox .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres {
    padding: 14px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    display: table;
    border-radius: 0px;
    letter-spacing: 2px;
    margin:  auto;
    background-color: #0b2e4f;
    transition: all 0.3s;
    float: left;
    margin-top: 15px;
}

input.subres:hover {
    background-color: #da2032;
    color: #fff;
}
.jobpositions h2 {
    position: relative;
    margin-top: 40px;
    color: #000;
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0
}
.jobpositions h2:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: #f15d21;
    content: "";
}
.jobpositions p{font-size: 16px; line-height: 28px; margin-bottom: 30px;}
/*formbox*/



.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: 26px;
    background: #034ea1;
    height: 2px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 7px;
}
#header.cloned .icon-bar {background: #000;}
/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.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: 999999999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(113,79,54,0.4);
}
.cart_bx1{
  width: 96%;
  background-color: #034ea1;
  height: 100%;
  padding: 20px;
  top: 0%;
  right: -100%;
  transition:ease all 0.4s;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
  background-image: url('../images/work-left.png');
  background-position: left 20px;
  background-repeat: no-repeat;
  background-size: 30px;
}
.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: 16px; 
    display: block; padding: 10px 15px; text-transform: capitalize; 
    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{
    display: block;
    height: 42px;
    float: right;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    /* padding: 10px 25px; */
    margin-bottom: 20px;
    /* background-image: url('../images/hpat.png'); */
}
a.closebtn img{width: 36px;}
a.mobilecont{
    padding: 12px 28px 10px;
    margin-left: 20px;
    border: 1px solid #138dd0;
    background-color: #138dd0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 35px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
}

img.deskno{display: none;}
.contact_block {
    padding: 30px 5px;
    background-color: #fafafa;
    display: table;
    border: 15px solid #fff;
    margin-top: -120px;
    position: relative;
    z-index: 9
}
.footer_address ul li {
    list-style: none;
    /* border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; */
    /* float: left; */
   /*  max-height:250px;
    min-height:250px; */
    padding:0px 0;
    padding-left: 80px;
    width: 100%;
    clear: both;
    position: relative;
    display: table;
    text-align: left;
}
.footer_address ul li:last-child {
    border-right: 0 none;
}
.footer_address ul li a{text-decoration: none; display: block;}
.add_icon {
    display: table;
    margin: auto;
    text-align: center;
    width:100px;
}
.add_icon img{
    max-width:100%;
    height: 60px;
    display: inline-block;
}
.footer_address ul li h4 {
    color: #019ade;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 10px 0 0px;
    font-weight:500;
    text-align: left;
}
.footer_address ul li p {
    color: #1e3e4d;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    width:100%;
    float:left;
    text-align: left;
    font-weight:400;
    padding: 0;
    margin-top: 3px;
    padding-right: 35px;
}
.fontaw{
    position: absolute;
    left: -60px;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #0852a3;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.footer_address h3{
    text-transform: uppercase;
font-size: 21px;
font-weight: 700;
padding-left: 20px;
margin-bottom: 20px;
margin-top: 0;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    body{overflow-x: hidden; }
    .header_top{padding: 0 15px;}
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    /* .header{padding: 0 5px;} */
    .menubar, .menu{display: none;}
    .main_menu{display: none;}
    .top1_left{display: none;}
    .l_news{top: 83px;}
    .logo a{width: 190px; background-position: left center;}
    .logo{height: auto; margin-left: 0px;}
    #header.fixed1 .logo a{background-position: left center;}
    .ftleft2 h3{font-size: 21px;}
    .menu2{display: block; top: 40px; right: 10px; z-index: 99999999999999;}
    /* .carousel-inner > .item > img, .inner_banner img{
        width: 100%;
        height: calc(100vh - 100px) !important;
        object-position: center;
        object-fit: cover;
    }   */  
    .main_banner{height: auto; margin-top: 0px;}
    .top_social{display: none;}
    .home_link, .hl_video{height: auto;}
    .hl_circle h2{font-size: 21px; margin-bottom: 0px;}
    .hl_video video{width: 160%;}
    .inner_banner img{width: 160%; margin-left: -30%;}
    .hl_circle a{font-size: 12px; padding-right: 40px;}
    .hl_circle a::after{right: 15px;}
    .section1{background-repeat: no-repeat; background-size: 100%;}
    .hl_circle{padding: 0px; padding-top: 25%;}
    .hl_circle p{font-size: 14px; margin-top: 15px;}
    .hl_circle ul{margin-top: 0px; display: none;}
    .maintitle{left: 0px;width: auto;}
    .sec1bx1 h2{margin-left: 0px; font-size: 26px; margin-bottom: 20px; top: 0px;}
    .section1{padding: 40px 0;}
    .sec1bx1{padding: 0px 15px;}
    .sec1cont1{margin-top: -20px; margin-left: 10px; width: 95%; padding: 20px;}
    .sec1cont1 p{font-size: 14px;}
    .section2 .sec1cont1{margin-right: 10px;}
    .section1 .fixlet{font-size: 8em;}
    .section3 h2{font-size: 26px;}
    .section3 .col-sm-6{margin-top: 0px !important;}
    .sec3bx1 h3{font-size: 24px;}
    .sec3bx1 p{width: 100%;}
    .section4 h2{font-size: 26px; padding-left: 0}
    .section4 .form-group{padding-left: 0}
    .section4 h2 a{font-size: 21px; top: auto;}
    .sec3bx1{margin-bottom: 20px;}
    .ftleft2, .ftleft1{width: 100%; clear: both; margin-bottom: 20px;}
    .ftaddress, .fthd1{text-align: left !important;}
    .mFooter{height: auto; line-height: normal; font-size: 16px; padding-top: 10px;
        text-align: center}
        .mFooter a{float: none;}
    .white.menu1 ul li a{font-size: 14px !important;}
    .innertxt1{top: 45%; }

    .inner_banner h1{font-size: 21px; margin-top: 0px;}
    .asection2 h2{font-size: 16px; line-height: 24px;}
    .inner_banner ul{width: 90%; left: 5%; display: none;}
    .inner_banner ul li{font-size: 11px;}
    .inner_banner ul li::after{top: -2px;}
    .innersec1 h2{font-size: 26px;}
    .innersec1 p{font-size: 16px;}
    .ss1bx{margin-bottom: 20px;}
    .ss1bx h3{font-size: 32px;}
    .ss1bx p{font-size: 18px;}
    .servsec5 h2{font-size: 26px; margin-bottom: 20px;}
    .servsec5 p{font-size: 16px;}
    .whyUs .whyleft, .whyUs .whyright, .whyright li{overflow: hidden; width: 100%; display: block; clear: both;}
    .whyUs{font-size: 16px;}
    .whyleft h2{font-size: 24px;}
    .innersec1{display: block; overflow: hidden; padding-bottom: 10px;}
    .inner_banner{display: block; overflow: hidden; width: 100%;}
    .whyright .txt h4{font-size: 18px;}
    .whyright li{margin-top: 30px}
    .whyright .txt{min-height: auto;}
    .servicespg{padding: 40px 0;}
    .servicespgbx h3{font-size: 21px; letter-spacing: 0}
    .servidpg h3{margin-top: 0; padding-right: 0px; font-size: 18px; line-height: 26px;}
    .servidpg h4{font-size: 16px; line-height: 24px;}
    .servidpg h1{font-size: 21px;}
    .servicespg h2, .careerspg h2{font-size: 26px;}
    .companyimage{width: 15%; padding: 5px;}
    .job_des{width: 80%; font-size: 14px;}
    .com_name{font-size: 18px;}
    .fulltime, .parttime{top: -20px;}
    .innerserv{padding: 40px 0}
    .page_content, .page_nav{width: 100%; clear: both;}
    .page_content h2{font-size: 24px;}
    .page_ul h3{font-size: 21px;}
    .page_ul ul li{font-size: 14px; line-height: 21px;}
    .section4 h2{font-size: 26px !important; text-align: center;}
    input.subres{font-size: 14px;}
    .adbxin h2{font-size: 24px !important;}
    .technologies{padding: 20px 0}
    .topEnquire{display: none;}
    .clientsbx h2{font-size: 26px;}
    .clientsbx ul{padding: 0;}
    .clientsbx ul li{width: 31%; margin:1%;}
    .counterbx h3{font-size: 21px;}
    .counterbx p{font-size: 11px; letter-spacing: 0}
    .counterbx img{width: 70px;}
    .counterbx{padding-left: 65px;}
    .box4 .col-sm-3{width: 50%; float: left;}
    .hero-slider__mountains-line{width: 50%; right: 0px; bottom: 0}
    .hl_circle{padding-top: 0}
    .home_link{margin-top: 100px;}
    .hl_circle{top: 15%;}
    .aboutcontent h4, .section2 h4{font-size: 14px; padding-left: 0}
    .aboutcontent h2{font-size: 21px; line-height: 26px;}
    .aboutcontent h5{font-size: 16px; line-height: 28px;}
    .aboutcontent p{font-size: 14px; line-height: 21px;}
    .section2 h2{padding-left: 0px; font-size: 21px;}
    .servleftbx .owl-theme .owl-nav [class*="owl-"]{width: 40px; height: 40px;
        background-size: 40px;}
    .newssec1 h3{font-size: 16px; line-height: 21px;}
    .newssec1 p, .projectbs p{font-size: 13px; line-height: 21px;}
    .default-header h2, .projectbs h1, .clientsbx h1{font-size: 21px;}
    .box4 .col-sm-3{padding: 5px;}
    .box4 a h3, .ftsec2 a{font-size: 14px;}
    .projectbs{padding: 30px 10px;}
    .clientsbx ul li{padding: 10px; width: 48%;}
    .ftsec2 h3{font-size: 16px;}
    .mFooter p{font-size: 12px; padding-bottom: 20px;}
    .inner_banner{margin-top: 0px;}
    .asection2 p{text-align: left; font-size: 14px; line-height: 23px;}
    .whyright .txt{font-size: 14px;}
    .section8 h2, .jobpositions h2{font-size: 21px;}
    .inner-box .content{}
    .inner-box .content h4{font-size: 18px;}
    .page_left, .jobpositions p{width: 100%; clear: both; font-size: 14px; line-height: 24px;}
    .page1 h2{font-size: 18px;}
    .page1 .sticky {
        position: -webkit-relative;
        position: -moz-relative;
        position: -o-relative;
        position: -ms-relative;
        position: relative;
        width: 100%; top: auto;
    }
    .section123 h3{font-size: 18px;}
    .fulltime, .parttime{font-size: 12px;}
    .com_name{font-size: 16px;}
    ul.jobloc_map li{font-size: 14px;}
    .formbox h2{font-size: 24px;}
    .formbox .form-group{padding: 0}
    .formbox input.form-control, .formbox textarea.form-control, .modal-body input.form-control, .modal-body textarea.form-control{font-size: 14px; letter-spacing: 0}
    .contleft h1, .cr_form h2{font-size: 21px;}
    .box5_left{padding-right: 0}
    .b5_top1{font-size: 18px;}
    .b5_btm1.address{font-size: 14px;}
    .footer_address ul li{
        width:100%;
        border-left: 1px solid #e8e8e8;
    }
    .footer_address ul li:last-child{
        border-right: 1px solid #e8e8e8;
    }
    .formbox h1{font-size: 24px;}
    .formbox h2{font-size: 16px;}
    .contact_block{margin-top: 20px}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 240px) and (max-width : 768px)
{

}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{
    .hl_video video{width: 100%; left: 0}
    .hl_circle ul{display: block;}
    .hl_circle ul li a{padding: 10px;}
    .bannerBtn a, a.scrollup{display: none;}
    .ss1bx{padding: 15px;}
    .ss1bx p{font-size: 15px;}
    .hl_circle h2{font-size: 36px;}
    .clientsbx ul li{width: 31%;}
    .section8 .col-sm-4{width: 50%;}
    .projectbs .col-sm-6{width: 100%;}
    .projectbs img{width: 50%;}
}
@media only screen and (min-width : 960px) and (max-width : 1024px)
{
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    .hl_circle ul li a{padding: 10px;}
    .home_link{height: 95vh;}
    .inner_banner .bannerBtn a, .inner_banner a.scrollup{bottom: 50%;}
    .ss1bx p{font-size: 16px;}
    .whyright .txt{font-size: 14px; text-align: left;}
    
}
@media only screen and (min-width : 960px) and (max-width : 1240px)
{
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    .menu > ul > li > a{font-size: 14px; padding: 0 10px;}
    .menu > ul > li:nth-child(7){display: none;}
    .hl_circle h2{font-size: 32px;}
}
@media only screen and (min-width : 1024px) and (max-width : 1240px)
{
    .container{width: 100%; display: block;}
    
}
@media only screen and (min-width : 1240px) and (max-width : 1330px)
{
    .container{width: 100%; display: block;}
    .menu > ul > li > a{font-size: 14px; padding: 0 20px;}
}

@media only screen and (min-width : 1400px) and (max-width : 2400px)
{
    /* .hl_circle{padding-top: 11%;} */
}