@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-SemiBold.eot');
	src: url('../fonts/Muli-SemiBoldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-SemiBold.woff2') format('woff2'), url('../fonts/Muli-SemiBold.woff') format('woff'), url('../fonts/Muli-SemiBold.ttf') format('truetype'), url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-Bold.eot');
	src: url('../fonts/Muli-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-Bold.woff2') format('woff2'), url('../fonts/Muli-Bold.woff') format('woff'), url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli.eot');
	src: url('../fonts/Mulid41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli.woff2') format('woff2'), url('../fonts/Muli.woff') format('woff'), url('../fonts/Muli.ttf') format('truetype'), url('../fonts/Muli.svg#Muli') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Graphik';
	src: url('../fonts/Graphik-Bold.eot');
	src: url('../fonts/Graphik-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Bold.woff2') format('woff2'), url('../fonts/Graphik-Bold.woff') format('woff'), url('../fonts/Graphik-Bold.ttf') format('truetype'), url('../fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
body {
	margin: 0px;
	padding: 0px;
}
a:hover {
	-webkit-transition: .6s ease;
	-moz-transition: .6s ease;
	-ms-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease;
	text-decoration: none !important;
}
a:hover {
    color: #303030 !important;
}
.fixed-header {
	position: fixed !important;
	top: 0px !important;
	width: 100% !important;
	background: #ffffff;
	box-shadow: 0 0px 5px #808080;
	animation: smoothScroll .6s forwards;
	transition: all ease 0.5s;
	z-index: 9999;
}
/* .menu-part {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
	z-index: 99;
} */
.site-navigation .current-menu-item > a:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #bb133e;
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, 0px);
}
.banner{
	background-image: url("../images/bnr.jpg");
	background-size: cover;
	height: 827px;
	position: relative;
}
.banner:before {
    width: 1323px;
    height: 87px;
    content: '';
    position: absolute;
    background-image: url(../images/wave.png);
    right: 0;
    bottom: 12px;
    z-index: 9;
}
.banner:after{
	width: 1300px;
	height: 184px;
	content: '';
	position: absolute;
	background-image: url("../images/wave2.png");
	right: 0;
	bottom: -88px;
}
.bnner_cont {
    padding-top: 270px;
	position: relative;
}
.bnner_cont:before {
    width: 40px;
    height: 40px;
    background: #f6f6fe;
    content: "";
    position: absolute;
    top: 190px;
    border-radius: 50px;
    border: 7px solid #002147;
    left: -2px;
	animation-duration: 2s;
        animation-iteration-count: infinite;
	 animation-name: bounce-1;
        animation-timing-function: linear;
}
.bnner_cont:after {
	width: 50px;
    height: 50px;
    background: #f6f6fe;
    content: "";
    position: absolute;
    top: 240px;
    border-radius: 50px;
    border: 7px solid #bb133e;
    left: 430px;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: bounce-1;
    animation-timing-function: linear;
}
 @keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-10px); }
        100% { transform: translateY(0); }
 }
.bnrsubtitl {
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'Graphik';
    color: #002147;
	margin-bottom: 10px;
}
.bnr_titl strong {
    color: #002147;
    display: block;
}
.bnr_titl {
    font-family: 'Graphik';
    text-transform: uppercase;
    font-size: 53px;
    line-height: 1.1;
    margin-bottom: 15px;
	color: #bb133e;
}
.quoe_btn {
    margin-top: 25px;
}
.quoe_btn a {
    font-size: 15px;
    background: #002147;
    padding: 13px 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #fff;
    border-radius: 40px;
}
.quoe_btn a:hover {
    background: #bb133e !important;
    color: #fff !important;
}

.bnr_rotate {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    transform: rotate(-90deg);
    position: absolute;
    left: -70px;
    top: 370px;
}
.bnr_rotate:before {
    width: 130px;
    height: 1px;
    content: "";
    position: absolute;
    left: -136px;
    bottom: 10px;
    background: #000;
}
.bnr_no {
    margin-top: 74px;
}
.bnr_no ul {
    margin: 0;
}
.bnr_no ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 17px;
    font-weight: 600;
	position: relative;
}
.bnr_no ul li img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 4px;
}
.bnr_no ul li a {
    color: #bb133e;
}
.bnr_no ul li:first-child:after {
    content: "/";
    position: absolute;
    font-size: 30px;
    top: -10px;
    right: -20px;
    font-weight: 100;
    color: #959292;
}
li.mail_sec a {
    font-size: 15px;
    color: #000 !important;
}
li.mail_sec img {
    margin-right: 8px !important;
}
.service-section {
    background-image: url(../images/service_bg.jpg);
    padding: 60px 0;
    background-size: cover;
    position: relative;
}
.serv_subtil {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #002147;
}
.serv_til {
    font-family: 'Graphik';
    text-transform: capitalize;
    font-size: 35px;
    color: #2e2e2e;
	    margin-bottom: 50px;
}
.serv_til strong {
    color: #bb133e;
}
.serv_lft {
    display: inline-block;
    vertical-align: middle;
}
.serv_lft {
    display: inline-block;
    vertical-align: middle;
    width: 154px;
    height: 159px;
	background-image: url("../images/serv_bg.png");
}
.serv_icon {
    text-align: center;
    line-height: 10;
    margin-left: 20px;
}
.serv_right {
    margin-left: 20px;
    width: 61%;
    display: inline-block;
    vertical-align: middle;
}
.serv_titl_right {
    font-size: 25px;
    font-family: 'Graphik';
    color: #bb133e;
    margin-bottom: 5px;
}
.serv_txt_right {
    font-size: 17px;
    font-weight: 600;
}
.serv_sec {
    margin-bottom: 40px;
}
.serv_btn{
	width:32px;
	height: 32px;
	background-image: url("../images/arws.png");
	background-repeat: no-repeat;
	margin-top: 12px;
	transition: all .4s ease;
}

.serv_sec:hover .serv_btn {
    background-position: 0px -44px;
}
.news_update {
    padding: 10px 36px 10px 67px !important;
    background: #bb133e;
    font-size: 17px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.news_line {
    background: #002147;
    padding: 13px 20px !important;
    color: #fff;
    font-weight: 600;
}
.news_line a {
    color: #fff;
    margin: 0 10px;
}
.choose_outer{
/* 	background-image: url("../images/choose_bg.jpg"); */
	background:#f2f2f2;
	background-size: cover;
	padding: 80px 0 140px;
}
.slick-prev::before, .slick-next::before {
  color: #a60606 !important;
}
.col.cus_sec {
    text-align: center;
}
.choose_cont {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  transition: all .4s;
  text-align: center;
  margin: 0 10px;
}
/* .choose_cont:hover {
    background: rgb(255 255 255 / 59%);
    margin-top: -10px;
} */
.choose_til {
	font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.2;
    position: relative;
}
.choose_til:before {
    width: 30px;
    height: 1px;
    background: #bb133e;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    top: -9px;
}
.choose_ico {
    min-height: 65px;
    display: grid;
    place-items: center;
}
.cta_outer{
	background-image: url("../images/form_bg.jpg");
	background-size: cover;
	height: 305px;
}
.cta_titl {
    font-size: 30px;
    color: #fff;
    font-family: 'Graphik';
    text-transform: uppercase;
    line-height: 1.3;
    padding-top: 65px;
    padding-left: 72px;
    letter-spacing: 1.6px;
}
.cta_titl strong {
    display: block;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'Muli';
}
.cta_btns {
    margin: 25px 0 0 73px;
}
.cta_btns a {
    background: #bb133e;
    padding: 11px 30px 14px;
    border-radius: 40px;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.cta_btns a:hover {
    background: #fff !important;
}
a.cu:hover {
    background: #bb133e !important;
    color: #fff !important;
}
a.cu {
    background: #fff;
    color: #002147;
}
.man_img {
    margin-top: -100px;
}
.abt_img img {
    width: 100%;
}
.abt_top {
    padding-right: 135px;
    padding-top: 100px;
    padding-left: 40px;
}
.letter_a {
    font-family: 'Graphik';
    font-size: 172px;
    color: #002147;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.ltr_sml {
    font-size: 35px;
    font-family: 'Graphik';
    line-height: 1.1;
    display: inline-block;
    vertical-align: -36px;
    margin-left: 5px;
}
.abt_sub {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.abt_sub strong {
    color: #bb133e;
}
.read_mre a:hover {
    background: #002147;
    color: #fff !important;
}
.abt_txt {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 15px;
}
.read_mre a {
    background: #bb133e;
    padding: 9px 25px 11px 25px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.abt_outer {
background: #fbfbfb;
    padding: 0;
}
.abt_outer .choose_cont {
    background: #fff;
}
.testi_outer {
    margin-top: 160px;
	position: relative;
}
section.testi_outer:after {
    content: "";
    position: absolute;
    width: 143px;
    height: 187px;
    background: url(../images/testi_elem.png);
    right: 50px;
    top: -50px;
}
.testi_titl {
    font-family: 'Graphik';
    font-size: 35px;
    margin-top: 80px;
}
#tss_warppper {
    padding: 0 !important;
}
#tss_testimonial {
    font-size: 19px !important;
    text-align: left !important;
    font-style: italic !important;
    margin-right: 60px !important;
    font-weight: 600 !important;
}
div#mpsp_wrapper {
    padding: 10px 0 !important;
}
#tss_name {
    font-weight: bold !important;
    font-size: 21px !important;
    margin-top: 5px !important;
    text-align: left !important;
    font-style: italic !important;
    color: #bb133e !important;
}
.owl-buttons {
    text-align: left;
}
.owl-prev, .owl-next  {
    width: 40px !important;
    height: 40px !important;
}
.owl-prev b {
    background-image: url(../images/arw_testi.png);
    text-indent: -9999999px;
    display: block;
    background-position: 0px;
    background-repeat: no-repeat;
}
.owl-next b {
    background-image: url(../images/arw_testi2.png);
    text-indent: -9999999px;
    display: block;
    background-position: 0px;
    background-repeat: no-repeat;
}
footer.footer-section {
    background:url("../images/foot_bg.jpg");
	padding: 40px 0;
}
.foot_titl {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;    
	color: #Fff;
    position: relative;
}
.contact_foot ul li a:hover {
    color: #bb133e !important;
}
.foot_titl:after {
    width: 40px;
    height: 3px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
}
.contact_foot ul li a {
    margin-left: 10px;
    color: #fff;
}
.contact_foot ul li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #Fff;
}
.contact_foot ul {
    margin: 0;
}
.foot_menu ul li a {
    color: #Fff;
}
.foot_menu ul li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 3px;
}
.foot_menu ul {
    margin: 0;
}
.social_menu a {
    margin-right: 3px;
}
.border_right {
    border-right: 1px solid #cccccc40;
    height: 100%;
}
.lower-footer {
    text-align: center;
    background: #000;
    padding: 14px 0;
    color: #fff;
    text-transform: uppercase;
}
.foot_menu ul li a:hover {
    color: #bb133e !important;
}
.nesltr {
    margin-top: 20px;
}
.es_required_field {
    width: 100% !important;
    padding: 9px 10px 12px !important;
    background: #021228 !important;
    color: #fff !important;
}
.es_subscription_form_submit {
    background: #021228 !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
    padding: 7px 16px 10px !important;
}
.page .entry-header {
    background: #002147 !important;
    margin-top: 10px !important;
    text-align: center;
    padding: 60px 0 55px !important;
}
.page .entry-title {
    font-size: 25px !important;
    color: #fff;
    letter-spacing: 2px;
}
.abt_titl {
    font-weight: bold !important;
}
.full_txt strong {
    color: #bb133e;
    font-size: 17px;
}
.full_txt {
    color: #fff;
    margin-top: 20px;
}
.icon_sec .wpb_wrapper {
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 20px;
    background: #f9f9f9;
}
.icon_sec .vc_icon_element {
    margin-bottom: 15px !IMPORTANT;
}
.icon_titl {
    font-weight: 800 !important;
    margin-top: 0px !important;
}
.what_we_grid {
    background: #002147;
    padding: 40px 20px 0 !important;
    border-right: 1px solid #fff;
    height: 270px;
}
.grid_titl {
    font-weight: bold !important;
}
.wpb_text_column.wpb_content_element.grid_txt {
    color: #fff;
    margin-top: 20px !important;
}
.grid_txt ul {
    margin: 0;
}
.grid_txt ul li {
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 15px;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
}
.inner-txt ul li {
    list-style-type: none;
    padding: 0 0 6px 24px;
    background-image: url(../images/tick2.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 18px;
}
.inner-txt ul {
    margin: 20px 0;
}
.abt_titl {
    font-weight: bold !important;
    font-size: 27px !important;
    color: #bb133e !important;
}
.form_sec textarea {
    height: 100px;
}
.shadow.form_sec input, .form_sec textarea {
    width: 100%;
    margin-bottom: 11px;
    font-size: 14px;
    color: #000;
}
.shadow.form_sec {
    padding: 75px 50px;
}
.send_btn input {
    width: auto !important;
    background: #bb133e !important;
    color: #fff !important;
}
.contact_head strong {
    color: #bb133e;
    font-size: 20px;
}
.contact_head a {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #bb133e;
    text-decoration: none;
}
.contact_head {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
    margin-bottom: 15px !important;
}



/*.serv_icon img {
     -webkit-animation: ring 4s .11s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .11s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .11s ease-in-out infinite;
  transform-origin: 50% 4px;
}*/

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}



@media only screen and (max-width : 320px) {
	.news_update {
		padding: 11px 0 11px 0 !important;
		font-size: 15px;
		text-align: center;
	}
	.slick-next {
		right: -5px !important;
	}
	.site-navigation .current-menu-item > a:before{
		display:none;
	}

	.stx-layers-content p {
		font-size: 14px !important;
		line-height: 1.3 !important;
	}
	.service-section {
		padding: 30px 0 0;
	}
	.serv_til {
		font-size: 22px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.serv_subtil {
		font-size: 15px;
	}
	.serv_right {
		margin-left: 0;
		width: 100%;
	}
	.serv_lft {
		margin-bottom: 10px;
	}
	.serv_titl_right {
		font-size: 23px;
	}
	.choose_outer {
		padding: 30px 0 40px;
	}
	.cta_titl {
		font-size: 11px;
		line-height: 1.3;
		padding-top: 25px;
		padding-left: 6px;
		letter-spacing: 1px;
	}
	.man_img {
		display: none;
	}
	.cta_outer {
		height: 175px;
	}
	.cta_btns {
		margin: 20px 0 0 0;
	}
	.cta_btns a {
		padding: 8px 17px 12px;
		font-size: 14px;
	}
	.abt_outer {
		padding: 0 0 30px;
	}
	.abt_img {
		margin: 20px 0;
	}
	.abt_top {
		padding-right: 0;
		padding-top: 0;
		padding-left: 0;
	}
	.ltr_sml {
		font-size: 27px;
		margin-left: 5px;
	}
	.abt_sub {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.testi_outer {
		margin-top: 40px;
	}
	.testi_titl {
		font-size: 25px;
		margin-top: 20px;
	}
	#tss_testimonial {
		font-size: 16px !important;
		margin-right: 0 !important;
	}
	.border_right {
		border-right: none;
		margin-left: 0 !important;
	}
	.contact_foot ul li {
		font-size: 16px;
	}
	.footer-section {
		padding: 25px 0 15px;
	}
	.foot_titl {
		font-size: 19px;
		margin-bottom: 25px;
	}
	.vc_row.wpb_row.vc_row-fluid.inner_outer {
		padding: 0 !important;
	}
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1636898002921, .vc_row.wpb_row.vc_row-fluid.vc_custom_1636900506974 {
		padding: 0 !important;
	}
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1636897593957, .vc_row.wpb_row.vc_row-fluid.vc_custom_1636896445252, .vc_row.wpb_row.vc_row-fluid.vc_custom_1642846761383 {
		padding: 0 !important;
	}
	.shadow.form_sec {
		padding: 25px 20px;
		margin-top: 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.news_update {
		padding: 11px 0 11px 0 !important;
		font-size: 15px;
		text-align: center;
	}
	.slick-next {
		right: -5px !important;
	}
	.site-navigation .current-menu-item > a:before{
		display:none;
	}

	.stx-layers-content p {
		font-size: 14px !important;
		line-height: 1.3 !important;
	}
	.service-section {
		padding: 30px 0 0;
	}
	.serv_til {
		font-size: 22px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.serv_subtil {
		font-size: 15px;
	}
	.serv_right {
		margin-left: 0;
		width: 100%;
	}
	.serv_lft {
		margin-bottom: 10px;
	}
	.serv_titl_right {
		font-size: 23px;
	}
	.choose_outer {
		padding: 30px 0 40px;
	}
	.cta_titl {
		font-size: 11px;
		line-height: 1.3;
		padding-top: 25px;
		padding-left: 6px;
		letter-spacing: 1px;
	}
	.man_img {
		display: none;
	}
	.cta_outer {
		height: 175px;
	}
	.cta_btns {
		margin: 20px 0 0 0;
	}
	.cta_btns a {
		padding: 8px 17px 12px;
		font-size: 14px;
	}
	.abt_outer {
		padding: 0 0 30px;
	}
	.abt_img {
		margin: 20px 0;
	}
	.abt_top {
		padding-right: 0;
		padding-top: 0;
		padding-left: 0;
	}
	.ltr_sml {
		font-size: 27px;
		margin-left: 5px;
	}
	.abt_sub {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.testi_outer {
		margin-top: 40px;
	}
	.testi_titl {
		font-size: 25px;
		margin-top: 20px;
	}
	#tss_testimonial {
		font-size: 16px !important;
		margin-right: 0 !important;
	}
	.border_right {
		border-right: none;
		margin-left: 0 !important;
	}
	.contact_foot ul li {
		font-size: 16px;
	}
	.footer-section {
		padding: 25px 0 15px;
	}
	.foot_titl {
		font-size: 19px;
		margin-bottom: 25px;
	}
	.vc_row.wpb_row.vc_row-fluid.inner_outer {
		padding: 0 !important;
	}
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1636898002921, .vc_row.wpb_row.vc_row-fluid.vc_custom_1636900506974, .vc_row.wpb_row.vc_row-fluid.vc_custom_1642846761383 {
		padding: 0 !important;
	}
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1636897593957, .vc_row.wpb_row.vc_row-fluid.vc_custom_1636896445252 {
		padding: 0 !important;
	}
	.shadow.form_sec {
		padding: 25px 20px;
		margin-top: 30px;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
 .bnr_rotate {
    left: 208px;
	 top: 580px;
 }
  .banner {
    height: 1157px;
  }
  .bnner_cont {
		padding-top: 490px;
  }
  .bnner_cont:before {
    top: 315px;
  }
.bnner_cont:after {
    top: 458px;
}
.news_update {
    padding: 15px 30px 15px 295px !important;
}
.abt_outer {
    height: 650px;
}
.abt_top {
    padding-right: 415px;
	padding-top: 60px;
}	
.testi_outer {
    margin-top: 280px;	   
}
.abt_img {
    height: 780px;
	 overflow: hidden;
}
	
}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}  