@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block
}

html{
    scroll-behavior: smooth;
}

abbr,address,article,aside,audio,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,
h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,sub,summary,sup,
table,tbody,td,tfoot,th,thead,time,tr,ul,var,video
{
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    margin: 0;
    padding:99px 0 0 0;
    font: 400 14px 'Lato', sans-serif;
    line-height: 25px;
    color: #252525;
    background-color: #fff;
}

chexbox,div,form,h1,h2,h3,h4,h5,h6,img,input,label,li,ol,option,p,radiobutton,select,td,textarea,tr,ul{
    padding: 0;
    margin: 0
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

ol {
    padding: 0;
    margin: 0;
    list-style-type: none
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    outline: none;
    cursor: pointer;
    transition: all 0.5s ease;
}

img {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    max-width: 100%;
}

.clr,
.spacer {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}

.clearfix::after,
.clearfix::before {
    content: '';
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}
.btn{
    font:700 14px/50px 'Lato', sans-serif;
    color: #fff;
    background-color: #0b42b3;
    display: inline-block;
    padding: 0 32px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s ease;
}
.btn:hover{
    color: #fff;
    background-color: #032978;
}

/*@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

body {
    overflow-x: hidden;
}


/*====header====*/
.alert-success {
    color: #155724;
    background-color: #fff;
    border-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
	padding:0;
	margin:0;
}

.logo{
    float: left;
}
.menu_part{
    float: right;
}
.menu_part li{
    display: inline-block;
    margin: 0 0 0 35px;
	position:relative;
}
.menu_part li a{
    font:900 16px 'Lato', sans-serif;
	line-height:85px;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
}
.menu_part li.active a,
.menu_part li a.mPS2id-highlight,
.menu_part li a:hover{
    color:#339e81;
}
.menu_part li.active{
    position: relative;
}
.menu_part li.active a::after,
.menu_part li a.mPS2id-highlight::after
{
    content: "\f0d8";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    font-size: 25px;
    font-family: "FontAwesome";
    text-align: center;
    color: #339e81;
}
header{
    padding: 14px 0 0px 0;
    background-color: #f6f6f6;
	position:fixed;
	left:0;
	top:0;
	right:0;
	z-index:99;
	overflow:hidden;
}
header.darkHeader{
	z-index:9999;
}
/*==============sudip karmakar start banner css part=================*/
.banner{
    position: relative;
    background: url(../images/banner_bg_upo.jpg) no-repeat center top;
    height: 718px;
    padding: 0 0 0 0;
}
#home_area figure{
		padding:165px 0 0 0;
		margin:0;
}
#home_area .banner_right img{
		max-width:inherit;
		height:auto;
}
#home_area figure img{
		max-width:100%;
		height:auto;
}
#home_area .banner_right{
		position:relative;
}
#home_area .banner_right img{
		position:absolute;
		left: 80px;
		top: -28px;
		z-index: 999;
}

/*==============sudip karmakar end banner css part=================*/
/*header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 6px 0 0 0;
  z-index: 99;
}*/
/*header.sticky .menu_part li a {
    font: 900 15px/70px 'Lato', sans-serif;
}
header.sticky .menu_part li.active a::after {
    bottom: -31px;
    font-size: 20px;
}*/
/*.banner{
    position: relative;
    background: url(../images/banner_bg.jpg) no-repeat center top;
    height: 718px;
    padding: 0 0 0 0;
}
.banner::after{
    content: "";
    position:absolute;
    left: auto;
    right: -275px;
    top: -25px;
    background: url(../images/banner-img.png)no-repeat center top;
    width: 835px;
    height: 745px;
    pointer-events: none;
}
.banner img{
    max-width: 100%;
}
.banner .bnr-img img{
    width: 100%;
}
.bnr_txt{
    position: absolute;
    left: 0;
    right: 0;
    top:20%; 
}*/
/*====*/
.about_part{
  /*  padding: 70px 0;*/
   /* height: 587px;*/
    text-align: center;
      padding: 60px 0;
}
.title{
    font:900 50px/55px 'Lato', sans-serif;
    color: #000000;
    text-transform: uppercase;
}
.title span{
    font-weight: 300;
}
.about_part .title span{
    font-weight: 300;
    line-height: 60px;
    padding: 0 18px;
    display: inline-block;
    background-color: #339e81;
    border-left: 7px solid #000;
    color: #fff;
}
.sub_title{
    font:400 21px/28px 'Lato', sans-serif;
    color: #4c4c4c;
    padding: 35px 0 65px 0;
}
.contact_us_section .sub_title{
		padding:0 0 35px 0px;
		text-align:center;
}
.about_part .sub_title{
    padding: 20px 0 45px 0;
}
.about_part h1{
    font:900 200px/120px 'Lato', sans-serif;
    color: #f9f9f9;
    text-transform: uppercase;
    letter-spacing: 15px;
    pointer-events: none;
}
.about_part .abt_box i{
    font-size: 80px;
    color: #414141;
    transition: all 0.5s ease;
}
.about_part .abt_box:hover i{
    color: #339e81;
}
.about_part .abt_box h6{
    font:900 22px/30px 'Lato', sans-serif;
    color: #000000;
    text-transform: uppercase;
    padding-top: 25px;
}
.about_part .abt_box h6 span{
    display: block;
    font-weight: 300;
}
.about_part .abt_box{
    text-align: center;
    border:1px solid #bcbcbc;
    padding:30px 0;
    background-color:#f9f9f99e;
	margin:0 20px
}
.box_part{
    margin: -70px 0 0 0;
}
/*=======*/
.owner_section{
    /*padding: 70px 0;*/
    padding: 60px 0;
    background: url(../images/owner-bg.jpg)no-repeat center fixed;
    background-size: cover;
    position: relative;
}
.owner_section::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000009c;
    pointer-events: none;
}
.owner_section .container{
    position: relative;
    z-index: 9;
}
.owner_section .heading_part{
    text-align: center;
}
.owner_section .title, .owner_section .sub_title{
    color: #fff;
}
.owner_section .sub_title{
    padding: 20px 0 35px;
}
.list_part{
		text-align:center;
}
.owner_section ul{
		width:48%;
		display:inline-block;
		vertical-align:top;
}
.owner_section ul:first-child{
		width: 33%;
		margin: 0 0 0 80px;
}
.owner_section ul li{
    /*font: 400 22px/30px 'Lato', sans-serif;
    color: #fff;
    padding: 0 0 25px 25px;*/
    font: 400 21px/28px 'Lato', sans-serif;
    color: #fff;
    padding: 0 0 22px 25px;
    display:block;
    position: relative;
	text-align:left;
	vertical-align:top;
}
.owner_section ul li::before{
    content:"\f105";
    position: absolute;
    left: 0;
    top:7px;
    font-size: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-family: "FontAwesome";
    font-weight: bold;
}

.owner_section h6{
    font: 400 22px/30px 'Lato', sans-serif;
    color: #fff;
    text-align: center;
}
.our_video_section{
    text-align: center;
    padding: 60px 0;
    /*padding: 60px 0;*/
    background: #f5f5f5;
}
.our_video_section .sub_title{
    padding: 15px 0 30px 0;
}
.video_part{
    max-width: 690px;
    margin: 0 auto;
}
/*=====contact page=====*/
.contact_us_section{
    /*padding: 75px 0 65px 0;*/
    padding:47px 0 60px 0;
}
.contact_us_section .title{
    text-align: center;
    padding-bottom:10px;
}
.frm_div{
    max-width: 640px;
    margin: 0 auto;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea{
    width: 100%;
    display: block;
    font: 400 16px/50px 'Lato', sans-serif;
    color: #3b3b3b;
    border-radius: 30px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    outline: none;
    padding:0 30px 0;
}
form textarea{
    padding:10px 30px 0;
    height: 135px;
    font: 400 16px/20px 'Lato', sans-serif;
}
form .row{
    padding-bottom: 20px;
}
.right{
    text-align: right;
}
form input[type="submit"]{
    font: 700 18px/60px 'Lato', sans-serif;
    color: #fff;
    border: 1px solid #339e81;
    background-color: #339e81;
    padding: 0 60px 0;
    display: inline-block;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
form input[type="submit"]:hover{
    background-color: #000;
    cursor: pointer;
}
footer{
    background-color: #3b3b3b;
}
footer li{
    display: inline-block;
}
.img_div li{
    margin: 0 12px 0 0;
}
footer p,
footer p a{
    font: 400 12px/18px 'Lato', sans-serif;
    color: #b1b1b1;
}
footer p a:hover{
    color: #fff;
}
.fmenu{
    text-align: right;
}
.fmenu li{
    padding: 0 0;
}
.fmenu li:after{
		content:"|";
		margin:0 10px;
		display:inline-block;
		color:#fff;
}
.fmenu li:last-child:after{
		margin:0;
		content:"";
}
.fmenu li:last-child{
    padding-right: 0;
    border-right: none;
}
.fmenu li a{
    font: 400 13px/16px 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s ease;
	display:inline-block;
}
.fmenu li a:hover{

}
.fmenu {
    margin-bottom: 10px;
}
footer{
    padding: 35px 0;
}
#mob, .menutoggle{
    display: none;
}
.about_part, .owner_section, .our_video_section, .contact_us_section{
    height: 600px;
}
/*===23-09-2020===*/
.heading_part{
    text-align: center;
}
.package_section{
    padding: 60px 0;
}
.package_section .title {
    text-align: center;
}
.package_section .title span{
    font-weight: 300;
    line-height: 60px;
    padding: 0 18px;
    display: inline-block;
    background-color: #339e81;
    border-left: 7px solid #000;
    color: #fff;
}
.package_section .faq_single_list{
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.package_section .faq_single_list:last-child{
    margin-bottom: 0px;
}
/*.package_section .faq_single_list:first-child{
    padding-top: 0;
}
.package_section .faq_single_list:last-child{
    padding-bottom: 0;
    border-bottom: none;
}*/
.title_name {
    font: 700 18px/27px 'Lato', sans-serif;
    color: #000;
    position: relative;
}
.faq_content {
    font: 400 15px/25px 'Lato', sans-serif;
    color: #262626;
    display: none;
    padding-top: 20px;
}
.faq_content strong{
    font: 900 22px/135px 'Lato', sans-serif;
    color: #339e81;
    text-align: center;
    display: block;
}
.title_name i {
    float: right;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 27px;
    background-color: #339e81;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.faq_content ul li{
    position: relative;
    padding: 0 0 0 20px;
}
.faq_content ul li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height:6px;
    border-radius: 50%;
    display: inline-block;
    background-color: #339e81;
}






/*==============Responsive==================*/
@media screen and (max-width: 767px) {

body{
		overflow:inherit;
		padding: 68px 0 0 0;
}
.about_part, .owner_section, .our_video_section, .contact_us_section{
    height: auto;
}
/*.logo {
   float: none;
   text-align: center;
   margin-bottom: 10px;
}*/
.owner_section ul:first-child {
    width: auto;
    margin: 0 0 0 0 !important;
}
.owner_section ul {
    width: auto;
    display: block;
    vertical-align: top;
}
.menu_part li a, header.sticky .menu_part li a {
    font: 900 12px/35px 'Lato', sans-serif;
    display: block;
    width: 100%;
    color: #fff;
    padding: 0 15px;
    border-bottom: 1px solid  #6d6c6c;
}
.menu_part li {
    margin: 0 0 0 0px;
    display: block;
}
.menu_part li:last-child a, header.sticky .menu_part li:last-child a{
    border-bottom: none;
}
.menu_part li:first-child{
    margin: 0 0 0 0px;
}
.logo img{
    max-width: 80%;
}
.menutoggle {
    font-size: 20px;
    position: absolute;
    right: 15px;
    left: auto;
    display: block;
    text-align: right;
    top: 24px;
    width: 50px;
    height: 50px;
    margin: 0 0 0 auto;
    color: #000;
}
.menutoggle:hover, .menutoggle:focus{
    color: #000;
} 
.menu_part ul{
    position: absolute;
    background-color: #000;
    top: 69px;
    left: 15px;
    right: 15px;
    display: none;
    z-index: 9;
}
.menu_part li.active a::after, header.sticky .menu_part li a::after{
    bottom: -15px !important;
    display: none;
}
header.sticky, header{
    padding: 7px 0;
}
.banner::after{
    display: none;
}
.bnr_txt {
    top: 15%;
}
.about_part h1 {
    font: 900 70px/80px 'Lato', sans-serif;
    letter-spacing: 3px;
}
.video_part iframe{
    width: 100%;
}
.banner {
    height: auto;
	background-size:cover;
	text-align:center;
}
.banner img{
		display:inline-block;
}
#home_area figure {
    padding: 20px 0 0 0;
    margin: 0;
}
#home_area .banner_right img{
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    max-width: 100%;
    height: auto;
	margin:20px 0 0 0px;
}
header{
		overflow:inherit;
}

/*====*/
.about_part, .owner_section, .our_video_section, .contact_us_section, .package_section{
    padding: 30px 0;
}
.title {
    font: 900 28px/35px 'Lato', sans-serif;
}
.sub_title, .owner_section .sub_title{
    font: 400 16px/24px 'Lato', sans-serif;
    padding: 15px 0 20px 0;
}
.sub_title br{
    display: none;
}
.about_part .title span, .package_section .title span{
    line-height: 46px;
    padding: 0 12px;
    border-left: 4px solid #000;
}
.box_part {
    margin: -35px 0 0 0;
}
.about_part .abt_box {
    padding: 25px 0;
    margin: 0 0 30px 0;
}
.about_part .abt_box h6 {
    font: 900 20px/30px 'Lato', sans-serif;
    padding-top: 10px;
}
.owner_section ul li {
    font: 400 17px/24px 'Lato', sans-serif;
    padding: 0 0 10px 25px;
    float: none;
    width: 100%;
}
.owner_section ul li:nth-child(even) {
    float: none;
    width: 100%;
}
.owner_section h6 {
    font: 400 18px/28px 'Lato', sans-serif;
    padding: 10px 0 0 0;
}
.owner_section h6 br{
    display: none;
}
.frm_div .col-sm-6, .frm_div .col-sm-12{
    margin-bottom: 15px;
}
.frm_div .row{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
form input[type="submit"] {
    font: 700 16px/50px 'Lato', sans-serif;
    padding: 0 45px 0;
}
footer {
    padding: 30px 0;
}
.img_div{
    text-align: center;
    margin-bottom: 10px;
}
.fmenu, .right{
    text-align: center;
}
.fmenu li {
    padding: 0 8px;
}
.title_name {
    font: 700 16px/20px 'Lato', sans-serif;
    position: relative;
}
.title_name br{
    display: none;
}
.package_section .faq_single_list {
    padding: 20px 25px 20px 20px;
}
.title_name i {
    background-color: transparent;
    color: #000;
    font-size: 15px;
    right: -15px;
}
.faq_content strong {
    font: 600 17px/30px 'Lato', sans-serif;
    text-align: left;
}
.faq_content .col-sm-6{
    width: 100%;
    max-width: 100%;
    flex: 100%;
}



}
/*=========*/
@media screen and (min-width: 600px) and (max-width: 767px){
.logo {
    float: left;
    text-align: left;
    margin-bottom: 0px;
    width: 30%;
}
.logo img {
    max-width: 100%;
}
.menu_part {
    float: right;
}
.menu_part li a {
    font: 900 13px/40px 'Lato', sans-serif;
}
#home_area .banner_right img {
    top: -24px;
	z-index:1;
}
.owner_section ul:first-child {
    width: auto;
    margin: 0 0 0 20px;
}
.menu_part li.active a::after {
    bottom: -30px;
}
.banner {
    height: 240px;
}
#mob{
    display: block;
}
.bnr_txt {
    top: 11%;
}
.img_div li {
    margin: 0 10px 0 0;
}
footer {
    padding: 15px 0;
}
.title_name i {
    right: -15px;
}
}



/*=========*/

@media screen and (min-width: 768px) and (max-width: 1024px){
#home_area .banner_right img {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    max-width: 100%;
}	
#home_area figure {
    padding: 40px 0 0 0;
    margin: 0;
}
.about_part, .owner_section, .our_video_section, .contact_us_section {
    height: auto;
}
.about_part .abt_box {
    margin: 0 0px;
}

	
    .banner::after{
        display: none;
    }
    .banner {
    height: auto;
}
.banner{
		background-size:cover !important;
}
.bnr_txt {
    top: 11%;
}
.about_part {
    padding: 40px 0;
}
.about_part h1 {
    font: 900 135px/120px 'Lato', sans-serif;
}
.about_part .abt_box{
    margin-bottom: 20px;
}
.owner_section, .our_video_section, .contact_us_section{
    padding: 40px 0;
}
.owner_section ul li {
    font: 400 18px/24px 'Lato', sans-serif;
}
.owner_section ul:first-child {
    width: 40%;
    margin: 0 0 0 80px;
}
.owner_section h6 {
    font: 400 20px/30px 'Lato', sans-serif;
}
.owner_section h6 br{
    display: none;
}
.fmenu li {
    padding: 0 8px;
}
#mob{
    display: block;
}
.title_name {
    font: 700 17px/27px 'Lato', sans-serif;
}
.title_name br{
    display: none;
}
.package_section .faq_single_list {
    padding: 20px 30px;
}
.title_name i {
    right: -20px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 12px;
}
.faq_content strong {
    font: 900 18px/135px 'Lato', sans-serif;
}
.sub_title br{
    display: none;
}
.logo {
    float: left;
    width: 24%;
}
.menu_part li a {
    font: 900 15px 'Lato', sans-serif;
    line-height: 75px;
}
.menu_part li {
    margin: 0 0 0 14px;
}
.menu_part li:first-child{
    margin: 0 0 0 0px;
}

}
@media only screen and (width:1024px){
#home_area .banner_right img {
		position: relative;
		left: 0;
		top: 42px;
		z-index: 999;
		max-width: 100%;
}	
}

@media screen and (min-width: 1024px) and (max-width: 1280px){
    #mob{
    display: block;
}
.banner::after{
    display: none;
}
.banner {
    height: 500px;
}

}

.loader_area .loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loader_area .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}


/* :not(:required) hides these rules from IE9 and below */

.loader_area .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loader_area .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader_area .loader_text {
    position: fixed;
    top: 54%;
    text-align: center;
    width: auto;
    height: auto;
    z-index: 9999;
    left: 0;
    right: 0;
    font-size: 18px;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    padding: 3px 0px 10px 0px;
    color: #FFFFFF;
    font-weight: 300;
}
@media only screen and (min-width:1360px) and (max-width:1550px){
#home_area .banner_right img{
		position:absolute;
		left: 0;
		top: -28px;
		z-index: 999;
}	
}
#contact_form .col-sm-6,
#contact_form .col-sm-12
{
		position:relative;
}
#contact_form .col-sm-6 label.error,
#contact_form .col-sm-12 label.error
{
		position:absolute;
		right: 40px;
		top: 13px;
		color:#F00;
		pointer-events: none;
}
#contact_form .col-sm-6 #hiddenRecaptcha-error.error{
		top: 80px;
		right: 19px;
		pointer-events: none;
}
@media only screen and (min-width:1025px) and (max-width:1280px){
#home_area figure img {
    max-width: 100%;
    height: auto;
}	
#home_area figure {
    padding: 65px 0 0 0;
    margin: 0;
}
#home_area .banner_right {
    	position: relative;
}
#home_area .banner_right img {
		position: relative;
		left: 0;
		top: 0;
		z-index: 999;
		max-width: 100%;
}
.banner {
		height: auto;
		background-size: cover !important;
}
}

.successfully {
		padding: 200px 0 0 0;
		font: 700 18px 'Lato', sans-serif;
		line-height: 35px;
		color: #000;
		text-transform: uppercase;

}